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

Describes changes to the interest of a FlexibleDeposit instrument as the result of a DepositRollEvent. Both the interest to be withdrawn and the interest to be reinvested must be specified (either as an amount or as a percentage). More...

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

Public Member Functions

 RollInterestUpdates (decimal? withdrawInterestAmount=default(decimal?), decimal? withdrawInterestPercentage=default(decimal?), decimal? reinvestInterestAmount=default(decimal?), decimal? reinvestInterestPercentage=default(decimal?))
 Initializes a new instance of the RollInterestUpdates 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 (RollInterestUpdates input)
 Returns true if RollInterestUpdates instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

decimal? WithdrawInterestAmount [get, set]
 The amount of interest that should be withdrawn from a FlexibleDeposit as the result of a roll event. More...
 
decimal? WithdrawInterestPercentage [get, set]
 The percentage of interest that should be withdrawn from a FlexibleDeposit instrument as the result of a roll event. More...
 
decimal? ReinvestInterestAmount [get, set]
 The amount of interest that should be reinvested in a FlexibleDeposit instrument as the result of a roll event. More...
 
decimal? ReinvestInterestPercentage [get, set]
 The percentage of interest that should be reinvested in a FlexibleDeposit instrument as the result of a roll event. More...
 

Detailed Description

Describes changes to the interest of a FlexibleDeposit instrument as the result of a DepositRollEvent. Both the interest to be withdrawn and the interest to be reinvested must be specified (either as an amount or as a percentage).

Constructor & Destructor Documentation

◆ RollInterestUpdates()

Lusid.Sdk.Model.RollInterestUpdates.RollInterestUpdates ( decimal?  withdrawInterestAmount = default(decimal?),
decimal?  withdrawInterestPercentage = default(decimal?),
decimal?  reinvestInterestAmount = default(decimal?),
decimal?  reinvestInterestPercentage = default(decimal?) 
)
inline

Initializes a new instance of the RollInterestUpdates class.

Parameters
withdrawInterestAmountThe amount of interest that should be withdrawn from a FlexibleDeposit as the result of a roll event..
withdrawInterestPercentageThe percentage of interest that should be withdrawn from a FlexibleDeposit instrument as the result of a roll event..
reinvestInterestAmountThe amount of interest that should be reinvested in a FlexibleDeposit instrument as the result of a roll event..
reinvestInterestPercentageThe percentage of interest that should be reinvested in a FlexibleDeposit instrument as the result of a roll event..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RollInterestUpdates instances are equal

Parameters
inputInstance of RollInterestUpdates to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ReinvestInterestAmount

decimal? Lusid.Sdk.Model.RollInterestUpdates.ReinvestInterestAmount
getset

The amount of interest that should be reinvested in a FlexibleDeposit instrument as the result of a roll event.

The amount of interest that should be reinvested in a FlexibleDeposit instrument as the result of a roll event.

◆ ReinvestInterestPercentage

decimal? Lusid.Sdk.Model.RollInterestUpdates.ReinvestInterestPercentage
getset

The percentage of interest that should be reinvested in a FlexibleDeposit instrument as the result of a roll event.

The percentage of interest that should be reinvested in a FlexibleDeposit instrument as the result of a roll event.

◆ WithdrawInterestAmount

decimal? Lusid.Sdk.Model.RollInterestUpdates.WithdrawInterestAmount
getset

The amount of interest that should be withdrawn from a FlexibleDeposit as the result of a roll event.

The amount of interest that should be withdrawn from a FlexibleDeposit as the result of a roll event.

◆ WithdrawInterestPercentage

decimal? Lusid.Sdk.Model.RollInterestUpdates.WithdrawInterestPercentage
getset

The percentage of interest that should be withdrawn from a FlexibleDeposit instrument as the result of a roll event.

The percentage of interest that should be withdrawn from a FlexibleDeposit instrument as the result of a roll event.


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