LUSID C# SDK
Public Types | Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.EquityModelOptionsAllOf Class Reference

EquityModelOptionsAllOf More...

Inheritance diagram for Lusid.Sdk.Model.EquityModelOptionsAllOf:
Inheritance graph
[legend]

Public Types

enum class  ModelOptionsTypeEnum {
  Invalid = 1 , OpaqueModelOptions = 2 , EmptyModelOptions = 3 , IndexModelOptions = 4 ,
  FxForwardModelOptions = 5 , FundingLegModelOptions = 6 , EquityModelOptions = 7
}
 The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions More...
 

Public Member Functions

 EquityModelOptionsAllOf (string equityForwardProjectionType=default(string), ModelOptionsTypeEnum modelOptionsType=default(ModelOptionsTypeEnum))
 Initializes a new instance of the EquityModelOptionsAllOf class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual 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 (EquityModelOptionsAllOf input)
 Returns true if EquityModelOptionsAllOf instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 EquityModelOptionsAllOf ()
 Initializes a new instance of the EquityModelOptionsAllOf class. More...
 

Properties

ModelOptionsTypeEnum ModelOptionsType [get, set]
 The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions More...
 
string EquityForwardProjectionType [get, set]
 Determines how forward equity prices should be projected. Supported string (enumeration) values are: [FlatForwardCurveFromSpot, EquityCurveByPrices, ForwardProjectedFromRatesCurve]. More...
 

Detailed Description

EquityModelOptionsAllOf

Member Enumeration Documentation

◆ ModelOptionsTypeEnum

The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions

The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions

Enumerator
Invalid 

Enum Invalid for value: Invalid

OpaqueModelOptions 

Enum OpaqueModelOptions for value: OpaqueModelOptions

EmptyModelOptions 

Enum EmptyModelOptions for value: EmptyModelOptions

IndexModelOptions 

Enum IndexModelOptions for value: IndexModelOptions

FxForwardModelOptions 

Enum FxForwardModelOptions for value: FxForwardModelOptions

FundingLegModelOptions 

Enum FundingLegModelOptions for value: FundingLegModelOptions

EquityModelOptions 

Enum EquityModelOptions for value: EquityModelOptions

Constructor & Destructor Documentation

◆ EquityModelOptionsAllOf() [1/2]

Lusid.Sdk.Model.EquityModelOptionsAllOf.EquityModelOptionsAllOf ( )
inlineprotected

Initializes a new instance of the EquityModelOptionsAllOf class.

◆ EquityModelOptionsAllOf() [2/2]

Lusid.Sdk.Model.EquityModelOptionsAllOf.EquityModelOptionsAllOf ( string  equityForwardProjectionType = default(string),
ModelOptionsTypeEnum  modelOptionsType = default(ModelOptionsTypeEnum) 
)
inline

Initializes a new instance of the EquityModelOptionsAllOf class.

Parameters
equityForwardProjectionTypeDetermines how forward equity prices should be projected. Supported string (enumeration) values are: [FlatForwardCurveFromSpot, EquityCurveByPrices, ForwardProjectedFromRatesCurve]. (required).
modelOptionsTypeThe available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions (required).

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.EquityModelOptionsAllOf.Equals ( EquityModelOptionsAllOf  input)
inline

Returns true if EquityModelOptionsAllOf instances are equal

Parameters
inputInstance of EquityModelOptionsAllOf to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.EquityModelOptionsAllOf.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.EquityModelOptionsAllOf.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.EquityModelOptionsAllOf.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.EquityModelOptionsAllOf.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EquityForwardProjectionType

string Lusid.Sdk.Model.EquityModelOptionsAllOf.EquityForwardProjectionType
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].

◆ ModelOptionsType

ModelOptionsTypeEnum Lusid.Sdk.Model.EquityModelOptionsAllOf.ModelOptionsType
getset

The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions

The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions


The documentation for this class was generated from the following file: