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

IndexModelOptionsAllOf More...

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

Public Types

enum class  PortfolioScalingEnum { Sum = 1 , AbsoluteSum = 2 , Unity = 3 }
 The available values are: Sum, AbsoluteSum, Unity More...
 
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

 IndexModelOptionsAllOf (PortfolioScalingEnum portfolioScaling=default(PortfolioScalingEnum), ModelOptionsTypeEnum modelOptionsType=default(ModelOptionsTypeEnum))
 Initializes a new instance of the IndexModelOptionsAllOf 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 (IndexModelOptionsAllOf input)
 Returns true if IndexModelOptionsAllOf instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

PortfolioScalingEnum PortfolioScaling [get, set]
 The available values are: Sum, AbsoluteSum, Unity More...
 
ModelOptionsTypeEnum ModelOptionsType [get, set]
 The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions More...
 

Detailed Description

IndexModelOptionsAllOf

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

◆ PortfolioScalingEnum

The available values are: Sum, AbsoluteSum, Unity

The available values are: Sum, AbsoluteSum, Unity

Enumerator
Sum 

Enum Sum for value: Sum

AbsoluteSum 

Enum AbsoluteSum for value: AbsoluteSum

Unity 

Enum Unity for value: Unity

Constructor & Destructor Documentation

◆ IndexModelOptionsAllOf() [1/2]

Lusid.Sdk.Model.IndexModelOptionsAllOf.IndexModelOptionsAllOf ( )
inlineprotected

Initializes a new instance of the IndexModelOptionsAllOf class.

◆ IndexModelOptionsAllOf() [2/2]

Lusid.Sdk.Model.IndexModelOptionsAllOf.IndexModelOptionsAllOf ( PortfolioScalingEnum  portfolioScaling = default(PortfolioScalingEnum),
ModelOptionsTypeEnum  modelOptionsType = default(ModelOptionsTypeEnum) 
)
inline

Initializes a new instance of the IndexModelOptionsAllOf class.

Parameters
portfolioScalingThe available values are: Sum, AbsoluteSum, Unity (required).
modelOptionsTypeThe available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if IndexModelOptionsAllOf instances are equal

Parameters
inputInstance of IndexModelOptionsAllOf to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ModelOptionsType

ModelOptionsTypeEnum Lusid.Sdk.Model.IndexModelOptionsAllOf.ModelOptionsType
getset

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

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

◆ PortfolioScaling

PortfolioScalingEnum Lusid.Sdk.Model.IndexModelOptionsAllOf.PortfolioScaling
getset

The available values are: Sum, AbsoluteSum, Unity

The available values are: Sum, AbsoluteSum, Unity


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