OptionPricing

Uses the Component:PricingABIEType

Option pricing.

Fields and Components

Table 6.59. Fields and Components

Name Description Occurrence Type Data Type User Notes
PriceSourceCode

Indicates the source (e.g., Quote, MSRP, Invoice, BlueBook) of the price type of this price.

0..*Field udt:CodeType  
PricingDeltaPercent

Used to express delta between to multiple price types .

0..1Field udt:PercentType  
PriceHideIndicator

This field indicates whether or not this price should be displayed.

0..1Field udt:IndicatorType  
Price

A sum of money for which something is or may be bought or sold.

1..*ComponentPriceABIEType 
PriceEffectiveDate

It represents the date a price became effective. The Date a vehicle was priced, Date a bid was accepted, etc.

0..1Field udt:DateType  

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.59. OptionPricing

<OptionPricing>
     <PriceSourceCode>......</PriceSourceCode>     [0..*]
     <PricingDeltaPercent>......</PricingDeltaPercent>     [0..1]
     <PriceHideIndicator>......</PriceHideIndicator>     [0..1]
     <Price>......</Price>     [1..*]
     <PriceEffectiveDate>......</PriceEffectiveDate>     [0..1]
</OptionPricing>