Uses the Component:DealerRecourseType
The term of the guarantee that the dealer is providing. This amount is related to the Dealer Recourse Type.
Table 6.106. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| DealerRecourseTypeString |
Indicates the type of guarantee that the dealer is providing. EX: Full Repurchase, Partial Repurchase, Residual Guarantee, Advance. | 0..1 | Field | qdt:StringType | |
| DealerRecourseAmount |
The amount of the guarantee that the dealer is providing. This amount is related to the Dealer Recourse Type. | 0..1 | Field | udt:AmountType | |
| DealerRecourseTermString |
The term of the guarantee that the dealer is providing. This amount is related to the Dealer Recourse Type. | 0..1 | Field | qdt:StringType |
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.106. DealerRecourse
<DealerRecourse>
<DealerRecourseTypeString>......</DealerRecourseTypeString> [0..1]
<DealerRecourseAmount>......</DealerRecourseAmount> [0..1]
<DealerRecourseTermString>......</DealerRecourseTermString> [0..1]
</DealerRecourse>