Uses the Component:TradeInVehicleCreditType
Information regarding the trade in financing for a particular vehicle.
Table 6.65. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| Vehicle |
Common vehicle component | 0..1 | Component | VehicleABIEType | |
| SaleClass |
Class of sale. | 0..1 | Field | scl:SaleClassEnumeratedType | |
| SalesPersonName |
Name of Salesperson. Format for name should be "First Last" with no commas between first and last name | 0..1 | Field | oag:NameType | |
| TradeInIndicator |
Identifies vehicle being traded-in | 0..1 | Field | oag:IndicatorType | |
| PurchaseDate |
Vehicle Purchase/Lease Date | 0..1 | Field | oag:xbt_DateType | |
| OwnedType |
Type of vehicle for which information is being collected | 0..1 | Field | scl:OwnedTypeEnumeratedType | |
| SalesStockNumber |
Dealer assigned vehicle stock number of the sale. | 0..1 | Field | oag:StringType | |
| DeliveryDistanceMeasure |
Odometer reading of vehicle at time of delivery | 0..1 | Field | sqdt:LengthMeasureType | |
| LicenseNumber |
State or Province License plate number of vehicle. | 0..1 | Field | oag:StringType | |
| LicenseNumberStateOrProvince |
State or Province where vehicle is licensed. | 0..1 | Field | oag:StringType | |
| IndebtednessResponsibility |
Specifies whether the buyer or the seller will pay the indebtedness on the trade in vehicle. | 0..1 | Field | scl:IndebtednessResponsibilityEnumeratedType | |
| Option |
The Option represents information about a vehicle's options. | 0..* | Component | OptionABIEType | |
| Pricing |
Provides pricing infomation. | 0..* | Component | PricingABIEType | |
| Financing | 0..1 | Component | FinancingABIEType | ||
| TradeInDistanceMeasure |
Odometer reading of vehicle at time of delivery | 0..1 | Field | sqdt:LengthMeasureType | |
| TradeInOffLease |
Indicates if a vehicle is a trade-in or is coming off lease. Ex: T or O | 0..1 | Field | oag:CodeType | |
| IndebtednessResponsibilityDescription |
Textual description specifying the amount the buyer and the amount the seller will pay of the indebtedness on the trade in vehicle. | 0..* | Field | oag:TextType | |
| CollateralType |
Type used to classify a vehicle. EX: Auto, Light, Trailer, Motor Home, Conversion Van, Trailer (non-rec), Other, etc. | 0..1 | Field | oag:StringType | |
| SeriesName |
The name corresponding to the SeriesCode (i.e., trim level). This is different from Make and Model. Example, Limited Edition. | 0..1 | Field | oag:TextType | |
| TradeInType |
Demonstrates how this vehicle was used before trading it in, "Personal", "Company", "Fleet", "OwnerOperator". | 0..1 | Field | oag:CodeType | |
| TradeInTimeMeasure |
Odometer time reading of vehicle at time of trade in. | 0..1 | Field | sqdt:TimeMeasureType |
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.74. TradeInVehicleCredit
<TradeInVehicleCredit>
<Vehicle>......</Vehicle> [0..1]
<SaleClass>......</SaleClass> [0..1]
<SalesPersonName>......</SalesPersonName> [0..1]
<TradeInIndicator>......</TradeInIndicator> [0..1]
<PurchaseDate>......</PurchaseDate> [0..1]
<OwnedType>......</OwnedType> [0..1]
<SalesStockNumber>......</SalesStockNumber> [0..1]
<DeliveryDistanceMeasure>......</DeliveryDistanceMeasure> [0..1]
<LicenseNumber>......</LicenseNumber> [0..1]
<LicenseNumberStateOrProvince>......</LicenseNumberStateOrProvince> [0..1]
<IndebtednessResponsibility>......</IndebtednessResponsibility> [0..1]
<Option>......</Option> [0..*]
<Pricing>......</Pricing> [0..*]
<Financing>......</Financing> [0..1]
<TradeInDistanceMeasure>......</TradeInDistanceMeasure> [0..1]
<TradeInOffLease>......</TradeInOffLease> [0..1]
<IndebtednessResponsibilityDescription>......</IndebtednessResponsibilityDescription> [0..*]
<CollateralType>......</CollateralType> [0..1]
<SeriesName>......</SeriesName> [0..1]
<TradeInType>......</TradeInType> [0..1]
<TradeInTimeMeasure>......</TradeInTimeMeasure> [0..1]
</TradeInVehicleCredit>