Uses the Component:CanadianCalculatedValuesType
Values of the contract calculated specifically for Canadian requirements.
Table 6.108. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| NetPriceDeliveredAmount |
Calculated Field: Cash price of vehicle minus total downpayment. | 0..1 | Field | udt:AmountType | |
| AggregateCashPriceAmount |
Calculated Field: Net price delivered plus other charges. | 0..1 | Field | udt:AmountType | |
| CostOfBorrowingAmount |
Calculated Field: Value given by you minus value received by you. | 0..1 | Field | udt:AmountType | |
| ValueGivenByYouAmount |
Calculated Field: Cash plus rebates plus gross trade-in plus total time balance (this is the same as total of payment). | 0..1 | Field | udt:AmountType | |
| ValueReceivedByYouAmount |
Calculated Field: Total price of vehicle amount minus selling price of vehicle amount minus documentation fee minus lien on trade plus cash price of vehicle amount. | 0..1 | Field | udt:AmountType | |
| CashValueOfLeasedGoodsAmount |
Calculated Field: Leased vehicle amount minus incentives to cash customer. | 0..1 | Field | udt:AmountType | |
| SumOfOtherAdvancesAmount |
Calculated Field: Credit life plus accident health plus extended warranty plus other. | 0..1 | Field | udt:AmountType | |
| LeaseCapitalizedAmount |
Calculated Field: Cash value of leased goods plus sum of other advances minus cash down minu gross trade minsu rebates. | 0..1 | Field | udt:AmountType | |
| TotalOfNonRefundablePymts |
Calculated Field: Total of all monthly payments, excluding taxes plus documentation fees plus cash down plus gross trade plus rebates (i.e. Refundable Security Deposit only). | 0..1 | Field | udt:AmountType | |
| TotalAmountOfAdvances |
Calculated Field: Cash value of leased goods plus sum of other advances. | 0..1 | Field | udt:AmountType | |
| ImplicitFinanceChargesAmount |
Calculated Field: Total of non-refundable payments plus residual value minus total advances. This is NOT a FINANCE CHARGE. | 0..1 | Field | udt:AmountType | |
| TotalCostOfTermAmount |
Total cost of purchase of the vehicle. | 0..1 | Field | udt:AmountType | |
| TotalProvincialSalesTaxAndGoodsAndServicesTaxOnCashPriceOfVehicle |
Provincial Sales Taxes and Goods and Services Taxes associated with the Cash Price of the Vehicle. | 0..1 | Field | udt:AmountType | |
| CashPriceOfVehicleInclusiveOfProvincialSalesTaxAndGoodsAndServicesTax |
Cash Price of Vehicle inclusive of Provincial Sales Taxes and Goods and Services Taxes associated with the Cash Price of Vehicle. | 0..1 | Field | udt:AmountType | |
| TotalProvincialSalesTaxAndGoodsAndServicesTaxPaymentsOnOtherItems |
Provincial Sales Taxes and Goods and Services Taxes associated with other items excluding Provincial Sales Taxes and Goods and Services Taxes associated with Cash Price of the Vehicle. | 0..1 | Field | udt:AmountType | |
| TotalCashAndRebateAmount |
The total amount of Cash and Rebates. | 0..1 | Field | udt:AmountType |
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.108. CanadianCalculatedValues
<CanadianCalculatedValues>
<NetPriceDeliveredAmount>......</NetPriceDeliveredAmount> [0..1]
<AggregateCashPriceAmount>......</AggregateCashPriceAmount> [0..1]
<CostOfBorrowingAmount>......</CostOfBorrowingAmount> [0..1]
<ValueGivenByYouAmount>......</ValueGivenByYouAmount> [0..1]
<ValueReceivedByYouAmount>......</ValueReceivedByYouAmount> [0..1]
<CashValueOfLeasedGoodsAmount>......</CashValueOfLeasedGoodsAmount> [0..1]
<SumOfOtherAdvancesAmount>......</SumOfOtherAdvancesAmount> [0..1]
<LeaseCapitalizedAmount>......</LeaseCapitalizedAmount> [0..1]
<TotalOfNonRefundablePymts>......</TotalOfNonRefundablePymts> [0..1]
<TotalAmountOfAdvances>......</TotalAmountOfAdvances> [0..1]
<ImplicitFinanceChargesAmount>......</ImplicitFinanceChargesAmount> [0..1]
<TotalCostOfTermAmount>......</TotalCostOfTermAmount> [0..1]
<TotalProvincialSalesTaxAndGoodsAndServicesTaxOnCashPriceOfVehicle>......</TotalProvincialSalesTaxAndGoodsAndServicesTaxOnCashPriceOfVehicle> [0..1]
<CashPriceOfVehicleInclusiveOfProvincialSalesTaxAndGoodsAndServicesTax>......</CashPriceOfVehicleInclusiveOfProvincialSalesTaxAndGoodsAndServicesTax> [0..1]
<TotalProvincialSalesTaxAndGoodsAndServicesTaxPaymentsOnOtherItems>......</TotalProvincialSalesTaxAndGoodsAndServicesTaxPaymentsOnOtherItems> [0..1]
<TotalCashAndRebateAmount>......</TotalCashAndRebateAmount> [0..1]
</CanadianCalculatedValues>