OptionPricing

Uses the Component:PricingABIEType

Option pricing.

Fields and Components

Table 6.66. Fields and Components

Name Description Occurrence Type Data Type User Notes
PriceSource

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

0..*Field oag:CodeType  
PricingDeltaPercent

Used to express delta between to multiple price types .

0..1Field oag:PercentType  
PriceHideIndicator

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

0..1Field oag:IndicatorType  
Price

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

1..*ComponentBasePriceType 
PriceEffectiveDate

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

0..1Field oag:xbt_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.75. OptionPricing

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