CalculationInfo
More...
|
| string | CalculationMethod [get, set] |
| | Method of calculating the fees or commission among: BasisPoints, Percentage, Rate, Flat etc. Available values: Rate, BasisPoints, Percentage, Flat. More...
|
| |
| string | Multiplier [get, set] |
| | Field by which to multiply the numerical amount. Available values: None, Quantity, Value. More...
|
| |
| decimal | CalculationAmount [get, set] |
| | Numerical fee amount More...
|
| |
◆ CalculationInfo() [1/2]
| Lusid.Sdk.Model.CalculationInfo.CalculationInfo |
( |
| ) |
|
|
inlineprotected |
◆ CalculationInfo() [2/2]
| Lusid.Sdk.Model.CalculationInfo.CalculationInfo |
( |
string |
calculationMethod = default(string), |
|
|
string |
multiplier = default(string), |
|
|
decimal |
calculationAmount = default(decimal) |
|
) |
| |
|
inline |
Initializes a new instance of the CalculationInfo class.
- Parameters
-
| calculationMethod | Method of calculating the fees or commission among: BasisPoints, Percentage, Rate, Flat etc. Available values: Rate, BasisPoints, Percentage, Flat. (required). |
| multiplier | Field by which to multiply the numerical amount. Available values: None, Quantity, Value. (required). |
| calculationAmount | Numerical fee amount (required). |
◆ Equals() [1/2]
Returns true if CalculationInfo instances are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.CalculationInfo.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.CalculationInfo.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.CalculationInfo.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.CalculationInfo.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ CalculationAmount
| decimal Lusid.Sdk.Model.CalculationInfo.CalculationAmount |
|
getset |
Numerical fee amount
Numerical fee amount
◆ CalculationMethod
| string Lusid.Sdk.Model.CalculationInfo.CalculationMethod |
|
getset |
Method of calculating the fees or commission among: BasisPoints, Percentage, Rate, Flat etc. Available values: Rate, BasisPoints, Percentage, Flat.
Method of calculating the fees or commission among: BasisPoints, Percentage, Rate, Flat etc. Available values: Rate, BasisPoints, Percentage, Flat.
◆ Multiplier
| string Lusid.Sdk.Model.CalculationInfo.Multiplier |
|
getset |
Field by which to multiply the numerical amount. Available values: None, Quantity, Value.
Field by which to multiply the numerical amount. Available values: None, Quantity, Value.
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/CalculationInfo.cs