Skip to content

Commit

Permalink
Updated desc of minimumValue maximumValue unitOfMeasure
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkycdr committed Nov 20, 2023
1 parent 1e61195 commit 89314f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swagger-gen/api/cds_banking.json
Original file line number Diff line number Diff line change
Expand Up @@ -4093,7 +4093,7 @@
},
"unitOfMeasure": {
"type": "string",
"description": "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)",
"description": "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)",
"enum": [
"DAY",
"DOLLAR",
Expand All @@ -4103,12 +4103,12 @@
},
"minimumValue": {
"type": "number",
"description": "The number of tierUnitOfMeasure units that form the lower bound of the tier. The tier should be inclusive of this value",
"description": "The number of unitOfMeasure units that form the lower bound of the tier. The tier should be inclusive of this value",
"x-cds-type": "Number"
},
"maximumValue": {
"type": "number",
"description": "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.",
"description": "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.",
"x-cds-type": "Number"
},
"rateApplicationMethod": {
Expand Down

0 comments on commit 89314f9

Please sign in to comment.