xirr_flutter 1.0.1 copy "xirr_flutter: ^1.0.1" to clipboard
xirr_flutter: ^1.0.1 copied to clipboard

outdated

Flutter implementation of xirr with bonus Newton-Raphson implementation

example/README.md

Deposit/Investment should be provided with negative amount and withdrawals should be provided with positive amount.


List<Transaction> transactions = [];

transactions.add(Transaction.withStringDate(-1000, "2010-01-01"));
transactions.add(Transaction.withStringDate(1100, "2011-01-01"));

final double? result =
XirrFlutter.withTransactions(transactions).calculate();
expect(result, 0.10);

1
likes
0
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter implementation of xirr with bonus Newton-Raphson implementation

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on xirr_flutter