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

IndexProjectionDependencyAllOf More...

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

Public Types

enum class  DependencyTypeEnum {
  OpaqueDependency = 1 , CashDependency = 2 , DiscountingDependency = 3 , EquityCurveDependency = 4 ,
  EquityVolDependency = 5 , FxDependency = 6 , FxForwardsDependency = 7 , FxVolDependency = 8 ,
  IndexProjectionDependency = 9 , IrVolDependency = 10 , QuoteDependency = 11 , Vendor = 12 ,
  CalendarDependency = 13 , InflationFixingDependency = 14
}
 The available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency More...
 

Public Member Functions

 IndexProjectionDependencyAllOf (string currency=default(string), string tenor=default(string), string indexName=default(string), DateTimeOffset date=default(DateTimeOffset), DependencyTypeEnum dependencyType=default(DependencyTypeEnum))
 Initializes a new instance of the IndexProjectionDependencyAllOf 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 (IndexProjectionDependencyAllOf input)
 Returns true if IndexProjectionDependencyAllOf instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

DependencyTypeEnum DependencyType [get, set]
 The available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency More...
 
string Currency [get, set]
 The currency of the corresponding IndexConvention. E.g. this would be USD for a convention named USD.6M.LIBOR More...
 
string Tenor [get, set]
 The tenor of the corresponding IndexConvention. E.g. this would be "6M" for a convention named USD.6M.LIBOR More...
 
string IndexName [get, set]
 The IndexName of the corresponding IndexConvention. E.g. this would be "LIBOR" for a convention named USD.6M.LIBOR More...
 
DateTimeOffset Date [get, set]
 The effectiveDate of the entity that this is a dependency for. Unless there is an obvious date this should be, like for a historic reset, then this is the valuation date. More...
 

Detailed Description

IndexProjectionDependencyAllOf

Member Enumeration Documentation

◆ DependencyTypeEnum

The available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency

The available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency

Enumerator
OpaqueDependency 

Enum OpaqueDependency for value: OpaqueDependency

CashDependency 

Enum CashDependency for value: CashDependency

DiscountingDependency 

Enum DiscountingDependency for value: DiscountingDependency

EquityCurveDependency 

Enum EquityCurveDependency for value: EquityCurveDependency

EquityVolDependency 

Enum EquityVolDependency for value: EquityVolDependency

FxDependency 

Enum FxDependency for value: FxDependency

FxForwardsDependency 

Enum FxForwardsDependency for value: FxForwardsDependency

FxVolDependency 

Enum FxVolDependency for value: FxVolDependency

IndexProjectionDependency 

Enum IndexProjectionDependency for value: IndexProjectionDependency

IrVolDependency 

Enum IrVolDependency for value: IrVolDependency

QuoteDependency 

Enum QuoteDependency for value: QuoteDependency

Vendor 

Enum Vendor for value: Vendor

CalendarDependency 

Enum CalendarDependency for value: CalendarDependency

InflationFixingDependency 

Enum InflationFixingDependency for value: InflationFixingDependency

Constructor & Destructor Documentation

◆ IndexProjectionDependencyAllOf() [1/2]

Lusid.Sdk.Model.IndexProjectionDependencyAllOf.IndexProjectionDependencyAllOf ( )
inlineprotected

Initializes a new instance of the IndexProjectionDependencyAllOf class.

◆ IndexProjectionDependencyAllOf() [2/2]

Lusid.Sdk.Model.IndexProjectionDependencyAllOf.IndexProjectionDependencyAllOf ( string  currency = default(string),
string  tenor = default(string),
string  indexName = default(string),
DateTimeOffset  date = default(DateTimeOffset),
DependencyTypeEnum  dependencyType = default(DependencyTypeEnum) 
)
inline

Initializes a new instance of the IndexProjectionDependencyAllOf class.

Parameters
currencyThe currency of the corresponding IndexConvention. E.g. this would be USD for a convention named USD.6M.LIBOR (required).
tenorThe tenor of the corresponding IndexConvention. E.g. this would be "6M" for a convention named USD.6M.LIBOR (required).
indexNameThe IndexName of the corresponding IndexConvention. E.g. this would be "LIBOR" for a convention named USD.6M.LIBOR (required).
dateThe effectiveDate of the entity that this is a dependency for. Unless there is an obvious date this should be, like for a historic reset, then this is the valuation date. (required).
dependencyTypeThe available values are: OpaqueDependency, CashDependency, DiscountingDependency, EquityCurveDependency, EquityVolDependency, FxDependency, FxForwardsDependency, FxVolDependency, IndexProjectionDependency, IrVolDependency, QuoteDependency, Vendor, CalendarDependency, InflationFixingDependency (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if IndexProjectionDependencyAllOf instances are equal

Parameters
inputInstance of IndexProjectionDependencyAllOf to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Currency

string Lusid.Sdk.Model.IndexProjectionDependencyAllOf.Currency
getset

The currency of the corresponding IndexConvention. E.g. this would be USD for a convention named USD.6M.LIBOR

The currency of the corresponding IndexConvention. E.g. this would be USD for a convention named USD.6M.LIBOR

◆ Date

DateTimeOffset Lusid.Sdk.Model.IndexProjectionDependencyAllOf.Date
getset

The effectiveDate of the entity that this is a dependency for. Unless there is an obvious date this should be, like for a historic reset, then this is the valuation date.

The effectiveDate of the entity that this is a dependency for. Unless there is an obvious date this should be, like for a historic reset, then this is the valuation date.

◆ DependencyType

DependencyTypeEnum Lusid.Sdk.Model.IndexProjectionDependencyAllOf.DependencyType
getset

◆ IndexName

string Lusid.Sdk.Model.IndexProjectionDependencyAllOf.IndexName
getset

The IndexName of the corresponding IndexConvention. E.g. this would be "LIBOR" for a convention named USD.6M.LIBOR

The IndexName of the corresponding IndexConvention. E.g. this would be "LIBOR" for a convention named USD.6M.LIBOR

◆ Tenor

string Lusid.Sdk.Model.IndexProjectionDependencyAllOf.Tenor
getset

The tenor of the corresponding IndexConvention. E.g. this would be "6M" for a convention named USD.6M.LIBOR

The tenor of the corresponding IndexConvention. E.g. this would be "6M" for a convention named USD.6M.LIBOR


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