(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 DMFixing(
string name_,
Object[,] dates_,
Object[,] rates_,
Object observer_
)
Parameters
- name_ String
- Name of the fixing object
- dates_ Object
- List of dates, provided as a 1-column array in DateTime format.
- rates_ Object
- List of rates, provided as a 1-column array in DateTime format.
- observer_ Object
- [Optional] Observer. Use to trigger a full recalculation of the object.
Return Value
ObjectSee Also