Uses the Component:InsuranceDetailType
Identifies a type of insurance.
Table 6.54. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
InsuranceDetailType |
Identifies a type of insurance. | 1..1 | Field | scl:InsuranceDetailTypeEnumeratedType | |
DeductibleAmount |
The Customer Deductible and/or Co/pay amount Amount. Eg:$50.00 | 0..1 | Field | oag:AmountType | |
TermMeasure |
Term of insurance component | 0..1 | Field | sqdt:TimeMeasureType | |
PremiumAmount |
The total amount the customer pays for a policy. | 0..1 | Field | oag:AmountType | |
LossPayee |
The LossPayee component represents the entity that is named as a payee in the event of a loss. | 0..* | Component | LossPayeeType | |
Confirmation |
The Confirmation component represents the confirmation of the consumerâs vehicle insurance. | 0..1 | Field | scl:ConfirmationEnumeratedType | |
CollisionDeductibleType |
Type of collision insurance deductible. | 0..1 | Field | scl:CollisionDeductibleTypeEnumeratedType | |
InsuranceDetailDeductible |
Deductible amount for the property insurance. | 0..1 | Field | oag:AmountType | |
OtherInsuranceDescription |
Additional description of insurance. | 0..* | Field | oag:TextType | |
MaximumInsuranceAmount |
Maximum payout amount. | 0..1 | Field | oag: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.62. InsuranceDetail
<InsuranceDetail> <InsuranceDetailType>......</InsuranceDetailType> [1..1] <DeductibleAmount>......</DeductibleAmount> [0..1] <TermMeasure>......</TermMeasure> [0..1] <PremiumAmount>......</PremiumAmount> [0..1] <LossPayee>......</LossPayee> [0..*] <Confirmation>......</Confirmation> [0..1] <CollisionDeductibleType>......</CollisionDeductibleType> [0..1] <InsuranceDetailDeductible>......</InsuranceDetailDeductible> [0..1] <OtherInsuranceDescription>......</OtherInsuranceDescription> [0..*] <MaximumInsuranceAmount>......</MaximumInsuranceAmount> [0..1] </InsuranceDetail>