DMFundingPlansDMFundingPlanDebtRaising Method |
(Debt model) Return the amount of debt raising between 2 dates
Namespace: CalquantXLAssembly: CalquantXL (in CalquantXL.dll) Version: 1.0.0+55f5c18b0f48f38168da96ab24b757d961f7632e
Syntax public static Object DMFundingPlanDebtRaising(
string fundingPlan_,
DateTime start_,
DateTime end_
)
Parameters
- fundingPlan_ String
- Link to a funding plan object (Debt model)
- start_ DateTime
- Start date
- end_ DateTime
- End date
Return Value
ObjectAmount of debt raised between 2 selected dates for a given FundingPlan
See Also