Uses the Component:TradeInVehicleCreditType
Information regarding the trade in financing for a particular vehicle.
Table 6.57. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
Vehicle |
Common vehicle component | 0..1 | Component | VehicleABIEType | |
SaleClassCode |
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 | udt:NameType | |
TradeInIndicator |
Identifies vehicle being traded-in | 0..1 | Field | udt:IndicatorType | |
PurchaseDate |
Vehicle Purchase/Lease Date | 0..1 | Field | udt:DateType | |
OwnedTypeCode |
Type of vehicle for which information is being collected | 0..1 | Field | scl:OwnedTypeEnumeratedType | |
SalesStockNumberString |
Dealer assigned vehicle stock number of the sale. | 0..1 | Field | qdt:StringType | |
DeliveryDistanceMeasure |
Odometer reading of vehicle at time of delivery | 0..1 | Field | sqdt:LengthMeasureType | |
LicenseNumberString |
State or Province License plate number of vehicle. | 0..1 | Field | qdt:StringType | |
LicenseNumberStateOrProvinceString |
State or Province where vehicle is licensed. | 0..1 | Field | qdt:StringType | |
IndebtednessResponsibilityCode |
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 | |
TradeInOffLeaseCode |
Indicates if a vehicle is a trade-in or is coming off lease. Ex: T or O | 0..1 | Field | udt: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 | udt:TextType | |
CollateralTypeString |
Type used to classify a vehicle. EX: Auto, Light, Trailer, Motor Home, Conversion Van, Trailer (non-rec), Other, etc. | 0..1 | Field | qdt: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 | udt:TextType | |
TradeInTypeCode |
Demonstrates how this vehicle was used before trading it in, "Personal", "Company", "Fleet", "OwnerOperator". | 0..1 | Field | udt: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.57. TradeInVehicleCredit
<TradeInVehicleCredit> <Vehicle>......</Vehicle> [0..1] <SaleClassCode>......</SaleClassCode> [0..1] <SalesPersonName>......</SalesPersonName> [0..1] <TradeInIndicator>......</TradeInIndicator> [0..1] <PurchaseDate>......</PurchaseDate> [0..1] <OwnedTypeCode>......</OwnedTypeCode> [0..1] <SalesStockNumberString>......</SalesStockNumberString> [0..1] <DeliveryDistanceMeasure>......</DeliveryDistanceMeasure> [0..1] <LicenseNumberString>......</LicenseNumberString> [0..1] <LicenseNumberStateOrProvinceString>......</LicenseNumberStateOrProvinceString> [0..1] <IndebtednessResponsibilityCode>......</IndebtednessResponsibilityCode> [0..1] <Option>......</Option> [0..*] <Pricing>......</Pricing> [0..*] <Financing>......</Financing> [0..1] <TradeInDistanceMeasure>......</TradeInDistanceMeasure> [0..1] <TradeInOffLeaseCode>......</TradeInOffLeaseCode> [0..1] <IndebtednessResponsibilityDescription>......</IndebtednessResponsibilityDescription> [0..*] <CollateralTypeString>......</CollateralTypeString> [0..1] <SeriesName>......</SeriesName> [0..1] <TradeInTypeCode>......</TradeInTypeCode> [0..1] <TradeInTimeMeasure>......</TradeInTimeMeasure> [0..1] </TradeInVehicleCredit>