| Finance Class |
Namespace: Imsl.Finance
The Finance type exposes the following members.
| Name | Description | |
|---|---|---|
| Cumipmt |
Returns the cumulative interest paid between two periods.
| |
| Cumprinc |
Returns the cumulative principal paid between two periods.
| |
| Db |
Returns the depreciation of an asset using the fixed-declining
balance method.
| |
| Ddb |
Returns the depreciation of an asset using the double-declining
balance method.
| |
| Dollarde |
Converts a fractional price to a decimal price.
| |
| Dollarfr |
Converts a decimal price to a fractional price.
| |
| Effect |
Returns the effective annual interest rate.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Fv |
Returns the future value of an investment.
| |
| Fvschedule |
Returns the future value of an initial principal taking into
consideration a schedule of compound interest rates.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Ipmt |
Returns the interest payment for an investment for a given period.
| |
| Irr(Double) |
Returns the internal rate of return for a schedule of cash flows.
| |
| Irr(Double, Double) |
Returns the internal rate of return for a schedule of cash flows.
| |
| Mirr |
Returns the modified internal rate of return for a schedule of
periodic cash flows.
| |
| Nominal |
Returns the nominal annual interest rate.
| |
| Nper |
Returns the number of periods for an investment for which periodic,
and constant payments are made and the interest rate is constant.
| |
| Npv |
Returns the net present value of a stream of equal periodic cash
flows, which are subject to a given discount rate.
| |
| PeriodicPayment |
Returns the periodic payment for an investment.
| |
| Ppmt |
Returns the payment on the principal for a specified period.
| |
| Pv |
Returns the net present value of a stream of equal periodic cash
flows, which are subject to a given discount rate.
| |
| Rate(Int32, Double, Double, Double, FinancePeriod) |
Returns the interest rate per period of an annuity.
| |
| Rate(Int32, Double, Double, Double, FinancePeriod, Double) |
Returns the interest rate per period of an annuity with an initial
guess.
| |
| Sln |
Returns the depreciation of an asset using the straight line method.
| |
| Syd |
Returns the depreciation of an asset using the sum-of-years digits
method.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Vdb |
Returns the depreciation of an asset for any given period using the
variable-declining balance method.
| |
| Xirr(Double, DateTime) |
Returns the internal rate of return for a schedule of cash flows.
| |
| Xirr(Double, DateTime, Double) |
Returns the internal rate of return for a schedule of cash flows with
a user supplied initial guess.
| |
| Xnpv |
Returns the present value for a schedule of cash flows.
|