PercentageRange
A range of price increase percentages that the proposer can choose from before the adjustment deadline of the agreement.
MinValue will be less than MaxValue, and
DefaultValue will fall within the range. When the proposer authorizes a
single percentage instead of a range, PriceIncrease is a
FixedPercentage rather than a PercentageRange.
Contents
Note
In the following list, the required parameters are described first.
- defaultValue
-
The percentage that is applied if the proposer doesn't choose a value before the adjustment deadline. Valid values range from
0.00to100.00, with up to two decimal places.Type: String
Length Constraints: Minimum length of 1. Maximum length of 6.
Pattern:
(100(\.0{1,2})?|[1-9]\d?(\.\d{1,2})?|0(\.\d{1,2})?)Required: No
- maxValue
-
The highest percentage that the proposer can choose, from
0.00to100.00with up to two decimal places.Type: String
Length Constraints: Minimum length of 1. Maximum length of 6.
Pattern:
(100(\.0{1,2})?|[1-9]\d?(\.\d{1,2})?|0(\.\d{1,2})?)Required: No
- minValue
-
The lowest percentage that the proposer can choose, from
0.00to100.00with up to two decimal places.Type: String
Length Constraints: Minimum length of 1. Maximum length of 6.
Pattern:
(100(\.0{1,2})?|[1-9]\d?(\.\d{1,2})?|0(\.\d{1,2})?)Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: