Uses the Component:BuyPercentageRateAdjustmentType
Communicates any adjustments to the buy rate.
Table 6.115. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
BuyPercentageRateAdjustmentTypeCode |
Indicates the type of adjustment, either an addition or subtraction, to be made to the buy rate. | 1..1 | Field | sqdt:BuyPercentageRateAdjustmentTypeCodeType | |
BuyPercentageRateAdjustmentDescription |
Description of adjustment to buy rate. | 0..1 | Field | udt:TextType | |
BuyPercentageRateAdjustmentPercentage |
Percentage adjustment applied to buy rate. | 1..1 | Field | udt:PercentType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.115. BuyPercentageRateAdjustment
<BuyPercentageRateAdjustment> <BuyPercentageRateAdjustmentTypeCode>......</BuyPercentageRateAdjustmentTypeCode> [1..1] <BuyPercentageRateAdjustmentDescription>......</BuyPercentageRateAdjustmentDescription> [0..1] <BuyPercentageRateAdjustmentPercentage>......</BuyPercentageRateAdjustmentPercentage> [1..1] </BuyPercentageRateAdjustment>