Click or drag to resize

DMFundingPlansDMFundingPlanAverageMaturity Method

(Debt model) Return average time to maturity of drawn debt for a funding plan object as of a given date.

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

Parameters

fundingPlan_  String
Link to a funding instrument (Debt model)
asOfDate_  DateTime
As of date

Return Value

Object
The average maturity of a funding plan
See Also