LUSID C# SDK
|
Model options for equity related pricing. More...
Public Member Functions | |
EquityModelOptions (string equityForwardProjectionType=default(string), ModelOptionsTypeEnum modelOptionsType=default(ModelOptionsTypeEnum)) | |
Initializes a new instance of the EquityModelOptions 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 (EquityModelOptions input) |
Returns true if EquityModelOptions instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
![]() | |
ModelOptions (ModelOptionsTypeEnum modelOptionsType=default(ModelOptionsTypeEnum)) | |
Initializes a new instance of the ModelOptions 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 (ModelOptions input) |
Returns true if ModelOptions instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
Protected Member Functions | |
EquityModelOptions () | |
Initializes a new instance of the EquityModelOptions class. More... | |
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
To validate all properties of the instance More... | |
![]() | |
ModelOptions () | |
Initializes a new instance of the ModelOptions class. More... | |
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
To validate all properties of the instance More... | |
Properties | |
string | EquityForwardProjectionType [get, set] |
Determines how forward equity prices should be projected. Supported string (enumeration) values are: [FlatForwardCurveFromSpot, EquityCurveByPrices, ForwardProjectedFromRatesCurve]. More... | |
![]() | |
ModelOptionsTypeEnum | ModelOptionsType [get, set] |
The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions, LookUpPricingModelOptions More... | |
Additional Inherited Members | |
![]() | |
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... | |
Model options for equity related pricing.
|
inlineprotected |
Initializes a new instance of the EquityModelOptions class.
|
inline |
Initializes a new instance of the EquityModelOptions class.
equityForwardProjectionType | Determines how forward equity prices should be projected. Supported string (enumeration) values are: [FlatForwardCurveFromSpot, EquityCurveByPrices, ForwardProjectedFromRatesCurve]. (required). |
modelOptionsType | The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions, LookUpPricingModelOptions (required) (default to "EquityModelOptions"). |
|
inlineprotected |
To validate all properties of the instance
validationContext | Validation context |
|
inline |
Returns true if EquityModelOptions instances are equal
input | Instance of EquityModelOptions 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.ModelOptions.
|
inline |
Returns the string presentation of the object
|
getset |
Determines how forward equity prices should be projected. Supported string (enumeration) values are: [FlatForwardCurveFromSpot, EquityCurveByPrices, ForwardProjectedFromRatesCurve].
Determines how forward equity prices should be projected. Supported string (enumeration) values are: [FlatForwardCurveFromSpot, EquityCurveByPrices, ForwardProjectedFromRatesCurve].