DMFundingPlansDMFundingPlan Method |
(Debt Model) Creates a funding plan object from a list of instruments
Namespace: CalquantXLAssembly: CalquantXL (in CalquantXL.dll) Version: 1.0.0+55f5c18b0f48f38168da96ab24b757d961f7632e
Syntax public static Object DMFundingPlan(
string name_,
Object[,] instrumentList_,
Object[,] enable_,
Object observer_
)
Parameters
- name_ String
- Name of the funding plan
- instrumentList_ Object
- List of instruments, provided as a 1-column array of instrument link.
- enable_ Object
- Include / exclude instruments, provided as a 1-column array or True or False
- observer_ Object
- [Optional] Observer. Use to trigger a full recalculation of the object.
Return Value
ObjectA hanlde to an object of type FundingPlan
See Also