This documentation is compiled for the latest release of Mathos Core Library
Top
The Finance type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AnnuityPaymentFutureValue |
Returns the annuity payment calculated for a future value given the rate and number of periods
|
![]() ![]() | AnnuityPaymentPresentValue |
Returns the annuity payment calculated for a present value given the rate and number of periods
|
![]() ![]() | FutureValue |
Calculates the future value of the presentValue for a specified rateOfReturn over numberOfPeriods periods.
|
![]() ![]() | FutureValueOfAnnuity |
Calculates the future value of an annuity
|
![]() ![]() | NetPresentValue |
Calculates the net present value for an investment with multiple case flows over equi-distant time intervals at a given rate of return
|
![]() ![]() | PresentValue |
Calculates the present value of the futureValue for a specified rateOfReturn over numberOfPeriods periods.
|
![]() ![]() | PresentValueOfAnnuity |
Calculates the present value of an annuity
|
![]() ![]() | RemainingBalanceOfAnnuity |
Returns the remaining balance of an annuity given the original value, payment amount, rate per period and number of periods paid
|
See Also