Describes changes to the principal on a FlexibleDeposit instrument as the result of a DepositRollEvent. Either the principal to be withdrawn or the principal increase must be specified (either as an amount or a percentage).
More...
Describes changes to the principal on a FlexibleDeposit instrument as the result of a DepositRollEvent. Either the principal to be withdrawn or the principal increase must be specified (either as an amount or a percentage).
◆ RollPrincipalUpdates()
| Lusid.Sdk.Model.RollPrincipalUpdates.RollPrincipalUpdates |
( |
decimal? |
withdrawPrincipalAmount = default(decimal?), |
|
|
decimal? |
withdrawPrincipalPercentage = default(decimal?), |
|
|
decimal? |
increasePrincipalAmount = default(decimal?), |
|
|
decimal? |
increasePrincipalPercentage = default(decimal?) |
|
) |
| |
|
inline |
Initializes a new instance of the RollPrincipalUpdates class.
- Parameters
-
| withdrawPrincipalAmount | The amount of principal that should be withdrawn from the FlexibleDeposit.. |
| withdrawPrincipalPercentage | The percentage of principal that should be withdrawn from the FlexibleDeposit.. |
| increasePrincipalAmount | The amount of principal that should be added to the FlexibleDeposit.. |
| increasePrincipalPercentage | The percentage of principal that should be added to the FlexibleDeposit.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.RollPrincipalUpdates.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.RollPrincipalUpdates.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.RollPrincipalUpdates.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.RollPrincipalUpdates.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ IncreasePrincipalAmount
| decimal? Lusid.Sdk.Model.RollPrincipalUpdates.IncreasePrincipalAmount |
|
getset |
◆ IncreasePrincipalPercentage
| decimal? Lusid.Sdk.Model.RollPrincipalUpdates.IncreasePrincipalPercentage |
|
getset |
◆ WithdrawPrincipalAmount
| decimal? Lusid.Sdk.Model.RollPrincipalUpdates.WithdrawPrincipalAmount |
|
getset |
◆ WithdrawPrincipalPercentage
| decimal? Lusid.Sdk.Model.RollPrincipalUpdates.WithdrawPrincipalPercentage |
|
getset |
The percentage of principal that should be withdrawn from the FlexibleDeposit.
The percentage of principal that should be withdrawn from the FlexibleDeposit.
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/RollPrincipalUpdates.cs