|
LUSID C# SDK
|
Contains data (i.e. dates and rates + metadata) for building fx forward curves More...

Public Member Functions | |
| FxForwardCurveData (DateTimeOffset baseDate=default(DateTimeOffset), string domCcy=default(string), string fgnCcy=default(string), List< DateTimeOffset > dates=default(List< DateTimeOffset >), List< decimal > rates=default(List< decimal >), string lineage=default(string), MarketDataOptions marketDataOptions=default(MarketDataOptions), ModelVersion varVersion=default(ModelVersion), MarketDataTypeEnum marketDataType=default(MarketDataTypeEnum)) | |
| Initializes a new instance of the FxForwardCurveData 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 (FxForwardCurveData input) |
| Returns true if FxForwardCurveData 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 | |
| FxForwardCurveData () | |
| Initializes a new instance of the FxForwardCurveData 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< DateTimeOffset > | Dates [get, set] |
| Dates for which the forward rates apply 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... | |
| 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. dates and rates + metadata) for building fx forward curves
|
inlineprotected |
Initializes a new instance of the FxForwardCurveData class.
|
inline |
Initializes a new instance of the FxForwardCurveData 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). |
| dates | Dates for which the forward rates apply (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. |
| varVersion | varVersion. |
| marketDataType | Available values: DiscountFactorCurveData, EquityVolSurfaceData, FxVolSurfaceData, IrVolCubeData, OpaqueMarketData, YieldCurveData, FxForwardCurveData, FxForwardPipsCurveData, FxForwardTenorCurveData, FxForwardTenorPipsCurveData, FxForwardCurveByQuoteReference, CreditSpreadCurveData, EquityCurveByPricesData, ConstantVolatilitySurface. (required) (default to "FxForwardCurveData"). |
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if FxForwardCurveData instances are equal
| input | Instance of FxForwardCurveData 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 |
Dates for which the forward rates apply
Dates for which the forward rates apply
|
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 |
Gets or Sets VarVersion