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

This request specifies target holdings. i.e. holding data that the system should match. When processed by the movement engine, it will create 'true-up' adjustments on the fly. More...

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

Public Member Functions

 AdjustHoldingForDateRequest (DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), Dictionary< string, string > instrumentIdentifiers=default(Dictionary< string, string >), Dictionary< string, PerpetualProperty > subHoldingKeys=default(Dictionary< string, PerpetualProperty >), Dictionary< string, PerpetualProperty > properties=default(Dictionary< string, PerpetualProperty >), List< TargetTaxLotRequest > taxLots=default(List< TargetTaxLotRequest >), string currency=default(string))
 Initializes a new instance of the AdjustHoldingForDateRequest 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 (AdjustHoldingForDateRequest input)
 Returns true if AdjustHoldingForDateRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

DateTimeOrCutLabel EffectiveAt [get, set]
 The Effective date that the target holding will be adjusted at. More...
 
Dictionary< string, string > InstrumentIdentifiers [get, set]
 A set of instrument identifiers that can resolve the holding adjustment to a unique instrument. More...
 
Dictionary< string, PerpetualPropertySubHoldingKeys [get, set]
 Set of unique transaction properties and associated values to store with the holding adjustment transaction automatically created by LUSID. Each property must be from the &#39;Transaction&#39; domain. More...
 
Dictionary< string, PerpetualPropertyProperties [get, set]
 Set of unique holding properties and associated values to store with the target holding. Each property must be from the &#39;Holding&#39; domain. More...
 
List< TargetTaxLotRequestTaxLots [get, set]
 The tax-lots that together make up the target holding. More...
 
string Currency [get, set]
 The Holding currency. This needs to be equal with the one on the TaxLot -> cost if one is specified More...
 

Detailed Description

This request specifies target holdings. i.e. holding data that the system should match. When processed by the movement engine, it will create &#39;true-up&#39; adjustments on the fly.

Constructor & Destructor Documentation

◆ AdjustHoldingForDateRequest() [1/2]

Lusid.Sdk.Model.AdjustHoldingForDateRequest.AdjustHoldingForDateRequest ( )
inlineprotected

Initializes a new instance of the AdjustHoldingForDateRequest class.

◆ AdjustHoldingForDateRequest() [2/2]

Lusid.Sdk.Model.AdjustHoldingForDateRequest.AdjustHoldingForDateRequest ( DateTimeOrCutLabel  effectiveAt = default(DateTimeOrCutLabel),
Dictionary< string, string >  instrumentIdentifiers = default(Dictionary<string, string>),
Dictionary< string, PerpetualProperty subHoldingKeys = default(Dictionary<string, PerpetualProperty>),
Dictionary< string, PerpetualProperty properties = default(Dictionary<string, PerpetualProperty>),
List< TargetTaxLotRequest taxLots = default(List<TargetTaxLotRequest>),
string  currency = default(string) 
)
inline

Initializes a new instance of the AdjustHoldingForDateRequest class.

Parameters
effectiveAtThe Effective date that the target holding will be adjusted at. (required).
instrumentIdentifiersA set of instrument identifiers that can resolve the holding adjustment to a unique instrument. (required).
subHoldingKeysSet of unique transaction properties and associated values to store with the holding adjustment transaction automatically created by LUSID. Each property must be from the &#39;Transaction&#39; domain..
propertiesSet of unique holding properties and associated values to store with the target holding. Each property must be from the &#39;Holding&#39; domain..
taxLotsThe tax-lots that together make up the target holding. (required).
currencyThe Holding currency. This needs to be equal with the one on the TaxLot -> cost if one is specified.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AdjustHoldingForDateRequest instances are equal

Parameters
inputInstance of AdjustHoldingForDateRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Currency

string Lusid.Sdk.Model.AdjustHoldingForDateRequest.Currency
getset

The Holding currency. This needs to be equal with the one on the TaxLot -> cost if one is specified

The Holding currency. This needs to be equal with the one on the TaxLot -> cost if one is specified

◆ EffectiveAt

DateTimeOrCutLabel Lusid.Sdk.Model.AdjustHoldingForDateRequest.EffectiveAt
getset

The Effective date that the target holding will be adjusted at.

The Effective date that the target holding will be adjusted at.

◆ InstrumentIdentifiers

Dictionary<string, string> Lusid.Sdk.Model.AdjustHoldingForDateRequest.InstrumentIdentifiers
getset

A set of instrument identifiers that can resolve the holding adjustment to a unique instrument.

A set of instrument identifiers that can resolve the holding adjustment to a unique instrument.

◆ Properties

Dictionary<string, PerpetualProperty> Lusid.Sdk.Model.AdjustHoldingForDateRequest.Properties
getset

Set of unique holding properties and associated values to store with the target holding. Each property must be from the &#39;Holding&#39; domain.

Set of unique holding properties and associated values to store with the target holding. Each property must be from the &#39;Holding&#39; domain.

◆ SubHoldingKeys

Dictionary<string, PerpetualProperty> Lusid.Sdk.Model.AdjustHoldingForDateRequest.SubHoldingKeys
getset

Set of unique transaction properties and associated values to store with the holding adjustment transaction automatically created by LUSID. Each property must be from the &#39;Transaction&#39; domain.

Set of unique transaction properties and associated values to store with the holding adjustment transaction automatically created by LUSID. Each property must be from the &#39;Transaction&#39; domain.

◆ TaxLots

List<TargetTaxLotRequest> Lusid.Sdk.Model.AdjustHoldingForDateRequest.TaxLots
getset

The tax-lots that together make up the target holding.

The tax-lots that together make up the target holding.


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