Click or drag to resize

DMFundingPlansDMFundingPlanLiquidityProfile Method

(Debt model) Return a simplified liquidity profile with granularity up to 10 years.

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

Parameters

fundingPlan_  String
Link to a funding instrument (Debt model)
asOfDate_  DateTime
As of date
yearsToMaturity_  Int32
Years remaining to maturity

Return Value

Object
Liquidity profile as of a given date for a given tenor
See Also