Uses the Component:FeeType
The Fee component represents the fees associated with the vehicle being financed.
Table 6.47. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
FeeType |
Designates the type of fee being applied. | 0..1 | Field | scl:FeeTypeEnumeratedType | |
FeeDescription |
Describes the type of fee being applied. | 0..* | Field | oag:TextType | |
FeeAmount |
Describes the type of fee being applied. | 0..1 | Field | oag:AmountType | |
FeePaidTo |
Describes to whom the fee is to be paid. | 0..1 | Field | oag:TextType | |
CapitalizedFeeIndicator |
Indicates whether the fee is capitalized, meaning whether it is included in the monthly payments. If the fee is not capitalized it is to be paid up front. | 0..1 | Field | oag:IndicatorType | |
MaximumAllowableFeeAmount |
The maximum amount of the fee that can be charged. | 0..1 | Field | oag:AmountType | |
PublicOfficialFeeIndicator |
Indicator of whether a fee is considered as paid to a public official | 0..1 | Field | oag:IndicatorType | |
TaxabilityIndicator |
Determines whether an item or amount is taxable. | 0..1 | Field | oag:IndicatorType |
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.54. Fee
<Fee> <FeeType>......</FeeType> [0..1] <FeeDescription>......</FeeDescription> [0..*] <FeeAmount>......</FeeAmount> [0..1] <FeePaidTo>......</FeePaidTo> [0..1] <CapitalizedFeeIndicator>......</CapitalizedFeeIndicator> [0..1] <MaximumAllowableFeeAmount>......</MaximumAllowableFeeAmount> [0..1] <PublicOfficialFeeIndicator>......</PublicOfficialFeeIndicator> [0..1] <TaxabilityIndicator>......</TaxabilityIndicator> [0..1] </Fee>