Click or drag to resize

DMFundingPlansDMFundingPlanInterestExpense Method

(Debt model) Return the expected accrued interest expense over a period of time.

Namespace: CalquantXL
Assembly: CalquantXL (in CalquantXL.dll) Version: 1.0.0+55f5c18b0f48f38168da96ab24b757d961f7632e
Syntax
C#
public static Object DMFundingPlanInterestExpense(
	string fundingPlan_,
	DateTime startDate_,
	DateTime endDate_,
	bool includeAccrualFees_
)

Parameters

fundingPlan_  String
Link to a funding plan object (Debt model)
startDate_  DateTime
Start date
endDate_  DateTime
End date
includeAccrualFees_  Boolean
Include accrual fees (TRUE) or not (FALSE)

Return Value

Object
Implied interest expense between 2 dates for a given funding plan
Exceptions
ExceptionCondition
ArgumentException
See Also