FxForwardModelOptions
More...
|
enum class | ForwardRateObservableTypeEnum {
ForwardPoints = 1
, ForwardRate = 2
, RatesCurve = 3
, FxForwardCurve = 4
,
Invalid = 5
} |
| The available values are: ForwardPoints, ForwardRate, RatesCurve, FxForwardCurve, Invalid More...
|
|
enum class | DiscountingMethodEnum { Standard = 1
, ConstantTimeValueOfMoney = 2
, Invalid = 3
} |
| The available values are: Standard, ConstantTimeValueOfMoney, Invalid More...
|
|
enum class | ModelOptionsTypeEnum {
Invalid = 1
, OpaqueModelOptions = 2
, EmptyModelOptions = 3
, IndexModelOptions = 4
,
FxForwardModelOptions = 5
, FundingLegModelOptions = 6
, EquityModelOptions = 7
, LookUpPricingModelOptions = 8
} |
| The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions, LookUpPricingModelOptions More...
|
|
|
ForwardRateObservableTypeEnum | ForwardRateObservableType [get, set] |
| The available values are: ForwardPoints, ForwardRate, RatesCurve, FxForwardCurve, Invalid More...
|
|
DiscountingMethodEnum | DiscountingMethod [get, set] |
| The available values are: Standard, ConstantTimeValueOfMoney, Invalid More...
|
|
bool | ConvertToReportCcy [get, set] |
| Convert all FX flows to the report currency By setting this all FX forwards will be priced using Forward Curves that have Report Currency as the base. More...
|
|
ModelOptionsTypeEnum | ModelOptionsType [get, set] |
| The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions, LookUpPricingModelOptions More...
|
|
◆ DiscountingMethodEnum
The available values are: Standard, ConstantTimeValueOfMoney, Invalid
The available values are: Standard, ConstantTimeValueOfMoney, Invalid
Enumerator |
---|
Standard | Enum Standard for value: Standard
|
ConstantTimeValueOfMoney | Enum ConstantTimeValueOfMoney for value: ConstantTimeValueOfMoney
|
Invalid | Enum Invalid for value: Invalid
|
◆ ForwardRateObservableTypeEnum
The available values are: ForwardPoints, ForwardRate, RatesCurve, FxForwardCurve, Invalid
The available values are: ForwardPoints, ForwardRate, RatesCurve, FxForwardCurve, Invalid
Enumerator |
---|
ForwardPoints | Enum ForwardPoints for value: ForwardPoints
|
ForwardRate | Enum ForwardRate for value: ForwardRate
|
RatesCurve | Enum RatesCurve for value: RatesCurve
|
FxForwardCurve | Enum FxForwardCurve for value: FxForwardCurve
|
Invalid | Enum Invalid for value: Invalid
|
◆ FxForwardModelOptions() [1/2]
Lusid.Sdk.Model.FxForwardModelOptions.FxForwardModelOptions |
( |
| ) |
|
|
inlineprotected |
◆ FxForwardModelOptions() [2/2]
Initializes a new instance of the FxForwardModelOptions class.
- Parameters
-
forwardRateObservableType | The available values are: ForwardPoints, ForwardRate, RatesCurve, FxForwardCurve, Invalid (required). |
discountingMethod | The available values are: Standard, ConstantTimeValueOfMoney, Invalid (required). |
convertToReportCcy | Convert all FX flows to the report currency By setting this all FX forwards will be priced using Forward Curves that have Report Currency as the base. (required). |
modelOptionsType | The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions, LookUpPricingModelOptions (required) (default to "FxForwardModelOptions"). |
◆ BaseValidate()
IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Lusid.Sdk.Model.FxForwardModelOptions.BaseValidate |
( |
ValidationContext |
validationContext | ) |
|
|
inlineprotected |
To validate all properties of the instance
- Parameters
-
validationContext | Validation context |
- Returns
- Validation Result
◆ Equals() [1/2]
◆ Equals() [2/2]
override bool Lusid.Sdk.Model.FxForwardModelOptions.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
override int Lusid.Sdk.Model.FxForwardModelOptions.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
override string Lusid.Sdk.Model.FxForwardModelOptions.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
Reimplemented from Lusid.Sdk.Model.ModelOptions.
◆ ToString()
override string Lusid.Sdk.Model.FxForwardModelOptions.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ ConvertToReportCcy
bool Lusid.Sdk.Model.FxForwardModelOptions.ConvertToReportCcy |
|
getset |
Convert all FX flows to the report currency By setting this all FX forwards will be priced using Forward Curves that have Report Currency as the base.
Convert all FX flows to the report currency By setting this all FX forwards will be priced using Forward Curves that have Report Currency as the base.
◆ DiscountingMethod
The available values are: Standard, ConstantTimeValueOfMoney, Invalid
The available values are: Standard, ConstantTimeValueOfMoney, Invalid
◆ ForwardRateObservableType
The available values are: ForwardPoints, ForwardRate, RatesCurve, FxForwardCurve, Invalid
The available values are: ForwardPoints, ForwardRate, RatesCurve, FxForwardCurve, Invalid
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/FxForwardModelOptions.cs