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

Used to append a new point to an FX curve defined using `FxForwardCurveByQuoteReference`. More...

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

Public Member Functions

 AppendFxForwardCurveByQuoteReference (string tenor=default(string), Dictionary< string, string > quoteReference=default(Dictionary< string, string >), MarketDataTypeEnum marketDataType=default(MarketDataTypeEnum))
 Initializes a new instance of the AppendFxForwardCurveByQuoteReference 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 (AppendFxForwardCurveByQuoteReference input)
 Returns true if AppendFxForwardCurveByQuoteReference instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
- Public Member Functions inherited from Lusid.Sdk.Model.AppendMarketData
 AppendMarketData (MarketDataTypeEnum marketDataType=default(MarketDataTypeEnum))
 Initializes a new instance of the AppendMarketData 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 (AppendMarketData input)
 Returns true if AppendMarketData instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 AppendFxForwardCurveByQuoteReference ()
 Initializes a new instance of the AppendFxForwardCurveByQuoteReference class. More...
 
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > BaseValidate (ValidationContext validationContext)
 To validate all properties of the instance More...
 
- Protected Member Functions inherited from Lusid.Sdk.Model.AppendMarketData
 AppendMarketData ()
 Initializes a new instance of the AppendMarketData class. More...
 
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > BaseValidate (ValidationContext validationContext)
 To validate all properties of the instance More...
 

Properties

string Tenor [get, set]
 Tenor for which the forward rate applies. More...
 
Dictionary< string, string > QuoteReference [get, set]
 A collection of identifiers for the tenor, which will be used to query the LUSID Quote Store to resolve the actual rates. The keys must be chosen from the following enumeration: [LusidInstrumentId, Isin, Sedol, Cusip, ClientInternal, Figi, RIC, QuotePermId, REDCode, BBGId, ICECode]. For example: &quot;quoteReference&quot;: {&quot;ClientInternal&quot;: &quot;SomeIdentifierForTenor&quot;} More...
 
- Properties inherited from Lusid.Sdk.Model.AppendMarketData
MarketDataTypeEnum MarketDataType [get, set]
 Available values: AppendFxForwardCurveByQuoteReference, AppendFxForwardCurveData, AppendFxForwardPipsCurveData, AppendFxForwardTenorCurveData, AppendFxForwardTenorPipsCurveData. More...
 

Additional Inherited Members

- Public Types inherited from Lusid.Sdk.Model.AppendMarketData
enum class  MarketDataTypeEnum {
  AppendFxForwardCurveByQuoteReference = 1 , AppendFxForwardCurveData = 2 , AppendFxForwardPipsCurveData = 3 , AppendFxForwardTenorCurveData = 4 ,
  AppendFxForwardTenorPipsCurveData = 5
}
 Available values: AppendFxForwardCurveByQuoteReference, AppendFxForwardCurveData, AppendFxForwardPipsCurveData, AppendFxForwardTenorCurveData, AppendFxForwardTenorPipsCurveData. More...
 

Detailed Description

Used to append a new point to an FX curve defined using &#x60;FxForwardCurveByQuoteReference&#x60;.

Constructor & Destructor Documentation

◆ AppendFxForwardCurveByQuoteReference() [1/2]

Lusid.Sdk.Model.AppendFxForwardCurveByQuoteReference.AppendFxForwardCurveByQuoteReference ( )
inlineprotected

Initializes a new instance of the AppendFxForwardCurveByQuoteReference class.

◆ AppendFxForwardCurveByQuoteReference() [2/2]

Lusid.Sdk.Model.AppendFxForwardCurveByQuoteReference.AppendFxForwardCurveByQuoteReference ( string  tenor = default(string),
Dictionary< string, string >  quoteReference = default(Dictionary<string, string>),
MarketDataTypeEnum  marketDataType = default(MarketDataTypeEnum) 
)
inline

Initializes a new instance of the AppendFxForwardCurveByQuoteReference class.

Parameters
tenorTenor for which the forward rate applies. (required).
quoteReferenceA collection of identifiers for the tenor, which will be used to query the LUSID Quote Store to resolve the actual rates. The keys must be chosen from the following enumeration: [LusidInstrumentId, Isin, Sedol, Cusip, ClientInternal, Figi, RIC, QuotePermId, REDCode, BBGId, ICECode]. For example: &quot;quoteReference&quot;: {&quot;ClientInternal&quot;: &quot;SomeIdentifierForTenor&quot;} (required).
marketDataTypeAvailable values: AppendFxForwardCurveByQuoteReference, AppendFxForwardCurveData, AppendFxForwardPipsCurveData, AppendFxForwardTenorCurveData, AppendFxForwardTenorPipsCurveData. (required) (default to "AppendFxForwardCurveByQuoteReference").

Member Function Documentation

◆ BaseValidate()

IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Lusid.Sdk.Model.AppendFxForwardCurveByQuoteReference.BaseValidate ( ValidationContext  validationContext)
inlineprotected

To validate all properties of the instance

Parameters
validationContextValidation context
Returns
Validation Result

◆ Equals() [1/2]

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

Returns true if AppendFxForwardCurveByQuoteReference instances are equal

Parameters
inputInstance of AppendFxForwardCurveByQuoteReference to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

override string Lusid.Sdk.Model.AppendFxForwardCurveByQuoteReference.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

Reimplemented from Lusid.Sdk.Model.AppendMarketData.

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ QuoteReference

Dictionary<string, string> Lusid.Sdk.Model.AppendFxForwardCurveByQuoteReference.QuoteReference
getset

A collection of identifiers for the tenor, which will be used to query the LUSID Quote Store to resolve the actual rates. The keys must be chosen from the following enumeration: [LusidInstrumentId, Isin, Sedol, Cusip, ClientInternal, Figi, RIC, QuotePermId, REDCode, BBGId, ICECode]. For example: &quot;quoteReference&quot;: {&quot;ClientInternal&quot;: &quot;SomeIdentifierForTenor&quot;}

A collection of identifiers for the tenor, which will be used to query the LUSID Quote Store to resolve the actual rates. The keys must be chosen from the following enumeration: [LusidInstrumentId, Isin, Sedol, Cusip, ClientInternal, Figi, RIC, QuotePermId, REDCode, BBGId, ICECode]. For example: &quot;quoteReference&quot;: {&quot;ClientInternal&quot;: &quot;SomeIdentifierForTenor&quot;}

◆ Tenor

string Lusid.Sdk.Model.AppendFxForwardCurveByQuoteReference.Tenor
getset

Tenor for which the forward rate applies.

Tenor for which the forward rate applies.


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