Click or drag to resize

DMFundingPlansDMFundingPlanInterestExpenseReport Method

(Debt model) Return the expected accrued interest expense over a period of time. Shown as a cash flow report with description on the cash flows.

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

Parameters

fundingPlan_  String
Link to a funding plan object (Debt model)
startDate_  DateTime
Start date
endDate_  DateTime
End date

Return Value

Object
An array with a full interest expense report associated to a funding plan between 2 selected dates
Exceptions
ExceptionCondition
ArgumentException
See Also