InsuranceDetail

Uses the Component:InsuranceDetailType

Identifies a type of insurance.

Fields and Components

Table 6.54. Fields and Components

Name Description Occurrence Type Data Type User Notes
InsuranceDetailType

Identifies a type of insurance.

1..1Field scl:InsuranceDetailTypeEnumeratedType  
DeductibleAmount

The Customer Deductible and/or Co/pay amount Amount. Eg:$50.00

0..1Field oag:AmountType  
TermMeasure

Term of insurance component

0..1Field sqdt:TimeMeasureType  
PremiumAmount

The total amount the customer pays for a policy.

0..1Field oag:AmountType  
LossPayee

The LossPayee component represents the entity that is named as a payee in the event of a loss.

0..*ComponentLossPayeeType 
Confirmation

The Confirmation component represents the confirmation of the consumer’s vehicle insurance.

0..1Field scl:ConfirmationEnumeratedType  
CollisionDeductibleType

Type of collision insurance deductible.

0..1Field scl:CollisionDeductibleTypeEnumeratedType  
InsuranceDetailDeductible

Deductible amount for the property insurance.

0..1Field oag:AmountType  
OtherInsuranceDescription

Additional description of insurance.

0..*Field oag:TextType  
MaximumInsuranceAmount

Maximum payout amount.

0..1Field oag:AmountType  

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