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

FxDependencyAllOf More...

Inheritance diagram for Lusid.Sdk.Model.FxDependencyAllOf:
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

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

Protected Member Functions

 FxDependencyAllOf ()
 Initializes a new instance of the FxDependencyAllOf 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 DomesticCurrency [get, set]
 DomesticCurrency is the first currency in a currency pair quote e.g. eur-gbp, eur is the domestic currency. More...
 
string ForeignCurrency [get, set]
 ForeignCurrency is the second currency in a currency pair quote e.g. eur-gbp, gbp is the foreign currency. More...
 
DateTimeOffset Date [get, set]
 The effectiveAt of the fx rate. More...
 

Detailed Description

FxDependencyAllOf

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

◆ FxDependencyAllOf() [1/2]

Lusid.Sdk.Model.FxDependencyAllOf.FxDependencyAllOf ( )
inlineprotected

Initializes a new instance of the FxDependencyAllOf class.

◆ FxDependencyAllOf() [2/2]

Lusid.Sdk.Model.FxDependencyAllOf.FxDependencyAllOf ( string  domesticCurrency = default(string),
string  foreignCurrency = default(string),
DateTimeOffset  date = default(DateTimeOffset),
DependencyTypeEnum  dependencyType = default(DependencyTypeEnum) 
)
inline

Initializes a new instance of the FxDependencyAllOf class.

Parameters
domesticCurrencyDomesticCurrency is the first currency in a currency pair quote e.g. eur-gbp, eur is the domestic currency. (required).
foreignCurrencyForeignCurrency is the second currency in a currency pair quote e.g. eur-gbp, gbp is the foreign currency. (required).
dateThe effectiveAt of the fx rate. (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.FxDependencyAllOf.Equals ( FxDependencyAllOf  input)
inline

Returns true if FxDependencyAllOf instances are equal

Parameters
inputInstance of FxDependencyAllOf to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Date

DateTimeOffset Lusid.Sdk.Model.FxDependencyAllOf.Date
getset

The effectiveAt of the fx rate.

The effectiveAt of the fx rate.

◆ DependencyType

DependencyTypeEnum Lusid.Sdk.Model.FxDependencyAllOf.DependencyType
getset

◆ DomesticCurrency

string Lusid.Sdk.Model.FxDependencyAllOf.DomesticCurrency
getset

DomesticCurrency is the first currency in a currency pair quote e.g. eur-gbp, eur is the domestic currency.

DomesticCurrency is the first currency in a currency pair quote e.g. eur-gbp, eur is the domestic currency.

◆ ForeignCurrency

string Lusid.Sdk.Model.FxDependencyAllOf.ForeignCurrency
getset

ForeignCurrency is the second currency in a currency pair quote e.g. eur-gbp, gbp is the foreign currency.

ForeignCurrency is the second currency in a currency pair quote e.g. eur-gbp, gbp is the foreign currency.


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