This documentation is compiled for the latest release of Mathos Core Library
SystemObject
Mathos.FinanceFinance
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Top
Inheritance Hierarchy
Mathos.FinanceFinance
Namespace: Mathos.Finance
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
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