|
LUSID C# SDK
|
Contains data (i.e. tenors and rates + metadata) for building fx forward curves (when combined with a date to build on) More...

Public Member Functions | |
| FxForwardTenorCurveData (DateTimeOffset baseDate=default(DateTimeOffset), string domCcy=default(string), string fgnCcy=default(string), List< string > tenors=default(List< string >), List< decimal > rates=default(List< decimal >), string lineage=default(string), MarketDataOptions marketDataOptions=default(MarketDataOptions), List< FxTenorConvention > calendars=default(List< FxTenorConvention >), string spotDaysCalculationType=default(string), ModelVersion varVersion=default(ModelVersion), MarketDataTypeEnum marketDataType=default(MarketDataTypeEnum)) | |
| Initializes a new instance of the FxForwardTenorCurveData class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override string | ToJson () |
| Returns the JSON string presentation of the object More... | |
| override bool | Equals (object input) |
| Returns true if objects are equal More... | |
| bool | Equals (FxForwardTenorCurveData input) |
| Returns true if FxForwardTenorCurveData instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Public Member Functions inherited from Lusid.Sdk.Model.ComplexMarketData | |
| ComplexMarketData (MarketDataTypeEnum marketDataType=default(MarketDataTypeEnum)) | |
| Initializes a new instance of the ComplexMarketData class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override bool | Equals (object input) |
| Returns true if objects are equal More... | |
| bool | Equals (ComplexMarketData input) |
| Returns true if ComplexMarketData instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| FxForwardTenorCurveData () | |
| Initializes a new instance of the FxForwardTenorCurveData class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Protected Member Functions inherited from Lusid.Sdk.Model.ComplexMarketData | |
| ComplexMarketData () | |
| Initializes a new instance of the ComplexMarketData class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Properties | |
| DateTimeOffset | BaseDate [get, set] |
| EffectiveAt date of the quoted rates More... | |
| string | DomCcy [get, set] |
| Domestic currency of the fx forward More... | |
| string | FgnCcy [get, set] |
| Foreign currency of the fx forward More... | |
| List< string > | Tenors [get, set] |
| Tenors for which the forward rates apply. For more information on tenors, see knowledge base article KA-02097 More... | |
| List< decimal > | Rates [get, set] |
| Rates provided for the fx forward (price in FgnCcy per unit of DomCcy) More... | |
| string | Lineage [get, set] |
| Description of the complex market data's lineage e.g. 'FundAccountant_GreenQuality'. More... | |
| MarketDataOptions | MarketDataOptions [get, set] |
| Gets or Sets MarketDataOptions More... | |
| List< FxTenorConvention > | Calendars [get, set] |
| The list of conventions that should be used when interpreting tenors as dates. More... | |
| string | SpotDaysCalculationType [get, set] |
| Configures how to calculate the spot date from the build date using the Calendars provided. Available values: SingleCalendar, UnionCalendars. More... | |
| ModelVersion | VarVersion [get, set] |
| Gets or Sets VarVersion More... | |
Properties inherited from Lusid.Sdk.Model.ComplexMarketData | |
| MarketDataTypeEnum | MarketDataType [get, set] |
| Available values: DiscountFactorCurveData, EquityVolSurfaceData, FxVolSurfaceData, IrVolCubeData, OpaqueMarketData, YieldCurveData, FxForwardCurveData, FxForwardPipsCurveData, FxForwardTenorCurveData, FxForwardTenorPipsCurveData, FxForwardCurveByQuoteReference, CreditSpreadCurveData, EquityCurveByPricesData, ConstantVolatilitySurface. More... | |
Additional Inherited Members | |
Public Types inherited from Lusid.Sdk.Model.ComplexMarketData | |
| enum class | MarketDataTypeEnum { DiscountFactorCurveData = 1 , EquityVolSurfaceData = 2 , FxVolSurfaceData = 3 , IrVolCubeData = 4 , OpaqueMarketData = 5 , YieldCurveData = 6 , FxForwardCurveData = 7 , FxForwardPipsCurveData = 8 , FxForwardTenorCurveData = 9 , FxForwardTenorPipsCurveData = 10 , FxForwardCurveByQuoteReference = 11 , CreditSpreadCurveData = 12 , EquityCurveByPricesData = 13 , ConstantVolatilitySurface = 14 } |
| Available values: DiscountFactorCurveData, EquityVolSurfaceData, FxVolSurfaceData, IrVolCubeData, OpaqueMarketData, YieldCurveData, FxForwardCurveData, FxForwardPipsCurveData, FxForwardTenorCurveData, FxForwardTenorPipsCurveData, FxForwardCurveByQuoteReference, CreditSpreadCurveData, EquityCurveByPricesData, ConstantVolatilitySurface. More... | |
Contains data (i.e. tenors and rates + metadata) for building fx forward curves (when combined with a date to build on)
|
inlineprotected |
Initializes a new instance of the FxForwardTenorCurveData class.
|
inline |
Initializes a new instance of the FxForwardTenorCurveData class.
| baseDate | EffectiveAt date of the quoted rates (required). |
| domCcy | Domestic currency of the fx forward (required). |
| fgnCcy | Foreign currency of the fx forward (required). |
| tenors | Tenors for which the forward rates apply. For more information on tenors, see knowledge base article KA-02097 (required). |
| rates | Rates provided for the fx forward (price in FgnCcy per unit of DomCcy) (required). |
| lineage | Description of the complex market data's lineage e.g. 'FundAccountant_GreenQuality'.. |
| marketDataOptions | marketDataOptions. |
| calendars | The list of conventions that should be used when interpreting tenors as dates.. |
| spotDaysCalculationType | Configures how to calculate the spot date from the build date using the Calendars provided. Available values: SingleCalendar, UnionCalendars.. |
| varVersion | varVersion. |
| marketDataType | Available values: DiscountFactorCurveData, EquityVolSurfaceData, FxVolSurfaceData, IrVolCubeData, OpaqueMarketData, YieldCurveData, FxForwardCurveData, FxForwardPipsCurveData, FxForwardTenorCurveData, FxForwardTenorPipsCurveData, FxForwardCurveByQuoteReference, CreditSpreadCurveData, EquityCurveByPricesData, ConstantVolatilitySurface. (required) (default to "FxForwardTenorCurveData"). |
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if FxForwardTenorCurveData instances are equal
| input | Instance of FxForwardTenorCurveData to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
Reimplemented from Lusid.Sdk.Model.ComplexMarketData.
|
inline |
Returns the string presentation of the object
|
getset |
EffectiveAt date of the quoted rates
EffectiveAt date of the quoted rates
|
getset |
The list of conventions that should be used when interpreting tenors as dates.
The list of conventions that should be used when interpreting tenors as dates.
|
getset |
Domestic currency of the fx forward
Domestic currency of the fx forward
|
getset |
Foreign currency of the fx forward
Foreign currency of the fx forward
|
getset |
Description of the complex market data's lineage e.g. 'FundAccountant_GreenQuality'.
Description of the complex market data's lineage e.g. 'FundAccountant_GreenQuality'.
|
getset |
Gets or Sets MarketDataOptions
|
getset |
Rates provided for the fx forward (price in FgnCcy per unit of DomCcy)
Rates provided for the fx forward (price in FgnCcy per unit of DomCcy)
|
getset |
Configures how to calculate the spot date from the build date using the Calendars provided. Available values: SingleCalendar, UnionCalendars.
Configures how to calculate the spot date from the build date using the Calendars provided. Available values: SingleCalendar, UnionCalendars.
|
getset |
Tenors for which the forward rates apply. For more information on tenors, see knowledge base article KA-02097
Tenors for which the forward rates apply. For more information on tenors, see knowledge base article KA-02097
|
getset |
Gets or Sets VarVersion