From 349180a30fdcf7504252a09e4975e9abc2a76c51 Mon Sep 17 00:00:00 2001 From: kirkycdr Date: Tue, 21 Nov 2023 10:23:05 +1100 Subject: [PATCH] Updated markdown of minimumValue maximumValue unitOfMeasure --- slate/source/includes/cds_banking.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slate/source/includes/cds_banking.md b/slate/source/includes/cds_banking.md index 8a05f8e7..1b7a8420 100644 --- a/slate/source/includes/cds_banking.md +++ b/slate/source/includes/cds_banking.md @@ -4379,9 +4379,9 @@ This operation does not require authentication |Name|Type|Required|Description| |---|---|---|---| |name|string|mandatory|A display name for the tier| -|unitOfMeasure|[Enum](#common-field-types)|mandatory|The unit of measure that applies to the tierValueMinimum and tierValueMaximum values e.g. a **DOLLAR** amount. **PERCENT** (in the case of loan-to-value ratio or LVR). Tier term period representing a discrete number of **MONTH**'s or **DAY**'s (in the case of term deposit tiers)| -|minimumValue|[Number](#common-field-types)|mandatory|The number of tierUnitOfMeasure units that form the lower bound of the tier. The tier should be inclusive of this value| -|maximumValue|[Number](#common-field-types)|optional|The number of tierUnitOfMeasure units that form the upper bound of the tier or band. For a tier with a discrete value (as opposed to a range of values e.g. 1 month) this must be the same as tierValueMinimum. Where this is the same as the tierValueMinimum value of the next-higher tier the referenced tier should be exclusive of this value. For example a term deposit of 2 months falls into the upper tier of the following tiers: (1 – 2 months, 2 – 3 months). If absent the tier's range has no upper bound.| +|unitOfMeasure|[Enum](#common-field-types)|mandatory|The unit of measure that applies to the minimumValue and maximumValue values e.g. a **DOLLAR** amount. **PERCENT** (in the case of loan-to-value ratio or LVR). Tier term period representing a discrete number of **MONTH**'s or **DAY**'s (in the case of term deposit tiers)| +|minimumValue|[Number](#common-field-types)|mandatory|The number of unitOfMeasure units that form the lower bound of the tier. The tier should be inclusive of this value| +|maximumValue|[Number](#common-field-types)|optional|The number of unitOfMeasure units that form the upper bound of the tier or band. For a tier with a discrete value (as opposed to a range of values e.g. 1 month) this must be the same as minimumValue. Where this is the same as the minimumValue value of the next-higher tier the referenced tier should be exclusive of this value. For example a term deposit of 2 months falls into the upper tier of the following tiers: (1 – 2 months, 2 – 3 months). If absent the tier's range has no upper bound.| |rateApplicationMethod|[Enum](#common-field-types)|optional|The method used to calculate the amount to be applied using one or more tiers. A single rate may be applied to the entire balance or each applicable tier rate is applied to the portion of the balance that falls into that tier (referred to as 'bands' or 'steps')| |applicabilityConditions|[BankingProductRateCondition](#schemacdr-banking-apibankingproductratecondition)|optional|Defines a condition for the applicability of a tiered rate| |additionalInfo|string|optional|Display text providing more information on the rate tier.|