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...
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).
◆ 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
-
| withdrawInterestAmount | The amount of interest that should be withdrawn from a FlexibleDeposit as the result of a roll event.. |
| withdrawInterestPercentage | The percentage of interest that should be withdrawn from a FlexibleDeposit instrument as the result of a roll event.. |
| reinvestInterestAmount | The amount of interest that should be reinvested in a FlexibleDeposit instrument as the result of a roll event.. |
| reinvestInterestPercentage | The percentage of interest that should be reinvested in a FlexibleDeposit instrument as the result of a roll event.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.RollInterestUpdates.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
◆ 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
◆ 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:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/RollInterestUpdates.cs