BuyPercentageRateAdjustment

Uses the Component:BuyPercentageRateAdjustmentType

Communicates any adjustments to the buy rate.

Fields and Components

Table 6.53. 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..1Field sqdt:BuyPercentageRateAdjustmentTypeCodeType  
BuyPercentageRateAdjustmentDescription

Description of adjustment to buy rate.

0..1Field udt:TextType  
BuyPercentageRateAdjustmentPercentage

Percentage adjustment applied to buy rate.

1..1Field udt:PercentType  

Sample XML

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.53. BuyPercentageRateAdjustment

<BuyPercentageRateAdjustment>
     <BuyPercentageRateAdjustmentTypeCode>......</BuyPercentageRateAdjustmentTypeCode>     [1..1]
     <BuyPercentageRateAdjustmentDescription>......</BuyPercentageRateAdjustmentDescription>     [0..1]
     <BuyPercentageRateAdjustmentPercentage>......</BuyPercentageRateAdjustmentPercentage>     [1..1]
</BuyPercentageRateAdjustment>