Click or drag to resize
BondAmorlinc Method
Returns the depreciation for each accounting Frequency.

Namespace: Imsl.Finance
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double Amorlinc(
	double cost,
	DateTime issue,
	DateTime firstPeriod,
	double salvage,
	int period,
	double rate,
	DayCountBasis basis
)

Parameters

cost
Type: SystemDouble
A double which specifies the cost of the asset.
issue
Type: SystemDateTime
The DateTime issue date of the asset.
firstPeriod
Type: SystemDateTime
The DateTime date of the end of the first period.
salvage
Type: SystemDouble
A double which specifies the asset's salvage value at the end of the life of the asset.
period
Type: SystemInt32
A int which specifies the period.
rate
Type: SystemDouble
A double which specifies the rate of depreciation.
basis
Type: Imsl.FinanceDayCountBasis
A DayCountBasis object which contains the type of day count basis to use.

Return Value

Type: Double
A double which specifies the depreciation.
Remarks

This function is similar to Amordegrc, except that Amordegrc has a depreciation coefficient that is applied during the evaluation that is based on the asset life.

See Also