ReconcileNumericRule
More...
|
| enum class | ComparisonTypeEnum { Exact = 1
, AbsoluteDifference = 2
, RelativeDifference = 3
} |
| | Available values: Exact, AbsoluteDifference, RelativeDifference. More...
|
| |
| enum class | RuleTypeEnum { ReconcileNumericRule = 1
, ReconcileDateTimeRule = 2
, ReconcileStringRule = 3
, ReconcileExact = 4
} |
| | Available values: ReconcileNumericRule, ReconcileDateTimeRule, ReconcileStringRule, ReconcileExact. More...
|
| |
|
| ComparisonTypeEnum | ComparisonType [get, set] |
| | Available values: Exact, AbsoluteDifference, RelativeDifference. More...
|
| |
| decimal | Tolerance [get, set] |
| | For a numeric type only (i.e. decimal, integer, date or datetime offset possibly controversially), this is the quantity used in the comparison. The units of the tolerance must be set appropriately for the item being compared. For a number such as a currency or amount that will be a simple quantity, for a DateTime or DateTimeOffset it should be days. If fewer than a single day then this should be passed as a fraction. More...
|
| |
| AggregateSpec | AppliesTo [get, set] |
| | Gets or Sets AppliesTo More...
|
| |
| RuleTypeEnum | RuleType [get, set] |
| | Available values: ReconcileNumericRule, ReconcileDateTimeRule, ReconcileStringRule, ReconcileExact. More...
|
| |
◆ ComparisonTypeEnum
Available values: Exact, AbsoluteDifference, RelativeDifference.
Available values: Exact, AbsoluteDifference, RelativeDifference.
| Enumerator |
|---|
| Exact | Enum Exact for value: Exact
|
| AbsoluteDifference | Enum AbsoluteDifference for value: AbsoluteDifference
|
| RelativeDifference | Enum RelativeDifference for value: RelativeDifference
|
◆ ReconcileNumericRule() [1/2]
| Lusid.Sdk.Model.ReconcileNumericRule.ReconcileNumericRule |
( |
| ) |
|
|
inlineprotected |
◆ ReconcileNumericRule() [2/2]
Initializes a new instance of the ReconcileNumericRule class.
- Parameters
-
| comparisonType | Available values: Exact, AbsoluteDifference, RelativeDifference. (required). |
| tolerance | For a numeric type only (i.e. decimal, integer, date or datetime offset possibly controversially), this is the quantity used in the comparison. The units of the tolerance must be set appropriately for the item being compared. For a number such as a currency or amount that will be a simple quantity, for a DateTime or DateTimeOffset it should be days. If fewer than a single day then this should be passed as a fraction.. |
| appliesTo | appliesTo (required). |
| ruleType | Available values: ReconcileNumericRule, ReconcileDateTimeRule, ReconcileStringRule, ReconcileExact. (required) (default to "ReconcileNumericRule"). |
◆ BaseValidate()
| IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Lusid.Sdk.Model.ReconcileNumericRule.BaseValidate |
( |
ValidationContext |
validationContext | ) |
|
|
inlineprotected |
To validate all properties of the instance
- Parameters
-
| validationContext | Validation context |
- Returns
- Validation Result
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.ReconcileNumericRule.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.ReconcileNumericRule.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| override string Lusid.Sdk.Model.ReconcileNumericRule.ToJson |
( |
| ) |
|
|
inlinevirtual |
◆ ToString()
| override string Lusid.Sdk.Model.ReconcileNumericRule.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AppliesTo
◆ ComparisonType
Available values: Exact, AbsoluteDifference, RelativeDifference.
Available values: Exact, AbsoluteDifference, RelativeDifference.
◆ Tolerance
| decimal Lusid.Sdk.Model.ReconcileNumericRule.Tolerance |
|
getset |
For a numeric type only (i.e. decimal, integer, date or datetime offset possibly controversially), this is the quantity used in the comparison. The units of the tolerance must be set appropriately for the item being compared. For a number such as a currency or amount that will be a simple quantity, for a DateTime or DateTimeOffset it should be days. If fewer than a single day then this should be passed as a fraction.
For a numeric type only (i.e. decimal, integer, date or datetime offset possibly controversially), this is the quantity used in the comparison. The units of the tolerance must be set appropriately for the item being compared. For a number such as a currency or amount that will be a simple quantity, for a DateTime or DateTimeOffset it should be days. If fewer than a single day then this should be passed as a fraction.
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/ReconcileNumericRule.cs