Fee

Uses the Component:FeeType

The Fee component represents the fees associated with the vehicle being financed.

Fields and Components

Table 6.80. Fields and Components

Name Description Occurrence Type Data Type User Notes
FeeTypeCode

Designates the type of fee being applied.

0..1Field scl:FeeTypeEnumeratedType  
FeeDescription

Describes the type of fee being applied.

0..*Field udt:TextType  
FeeAmount

Describes the type of fee being applied.

0..1Field udt:AmountType  
FeePaidTo

Describes to whom the fee is to be paid.

0..1Field udt: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..1Field udt:IndicatorType  
MaximumAllowableFeeAmount

The maximum amount of the fee that can be charged.

0..1Field udt:AmountType  
PublicOfficialFeeIndicator

Indicator of whether a fee is considered as paid to a public official

0..1Field udt:IndicatorType  
TaxabilityIndicator

Determines whether an item or amount is taxable.

0..1Field udt:IndicatorType  

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.80. Fee

<Fee>
     <FeeTypeCode>......</FeeTypeCode>     [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>