Click or drag to resize

XLIBORIndexBBSW Method

Create an object of class BBSW and return its id

Namespace: CalquantXL
Assembly: CalquantXL (in CalquantXL.dll) Version: 1.0.0+55f5c18b0f48f38168da96ab24b757d961f7632e
Syntax
C#
public static Object BBSW(
	string tenor,
	Object forwardingTermStructure,
	Object observer
)

Parameters

tenor  String
Tenor of the index. For example, 3m, 6m, 12m, etc.
forwardingTermStructure  Object
[Optional] A yield term structure object from which to infer forward index fixings. Default = Null
observer  Object
[Optional] Used to add dependency to another object. Default = Null

Return Value

Object
Object id
See Also