Click or drag to resize

DMFundingPlansDMFundingPlanNominalPerGeography Method

(Debt model) Return outstanding nominal for a funding plan object at a given date for a given filter.

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

Parameters

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

Return Value

Object
Outstanding nominal of a funding plan for a selected GeographyType
See Also