@if(policy) {
Datos del producto
@if(policy.productComponentMarketingName || policy.planProductComponentMarketingName) {
Nombre
@if (policy.planProductComponentMarketingName) {
{{policy.planProductComponentMarketingName}}
} @else {
{{policy.productComponentMarketingName}}
}
Clase póliza
{{findEnumNameByCode("BroadLineOfBusinessCodeList", policy.policyClassCode)}}
Fecha inicial (desde - hasta)
{{getDate(policy.effectiveStartDateTime)}} - {{getDate(policy.effectiveEndDateTime)}}
}
@if(policy.coverageList && policy.coverageList.length > 0){
Coberturas
{{policy.coverageList.length}}
@for (column of tableColumns; track column) { }
{{column.header}} @if(column.columnDef === 'index') {
{{i+1}}
} @else {
}
@if(policy.coverageList.length > 4) {
}
}
Datos del contratante
Nombre
{{policy.agreementHolder.agreementHolderFullName}}
Identificador (RUT)
{{getFormatIdentifier(policy.agreementHolder.party.identifier)}}
Teléfono móvil
{{getContactData(policy.agreementHolder.party.contactPointList,'cellphone' )}}
Correo electrónico
{{getContactData(policy.agreementHolder.party.contactPointList,'email')}}
} @if(policy.agreementProducerList && policy.agreementProducerList.length > 0){
Datos del productor
@for (column of tableColumnsProducer; track column) { }
{{column.header}} @if(column.columnDef === 'index') {
{{i+1}}
} @else {
}
} @if(policy.financialOptionList && policy.financialOptionList.length > 0 && policy.financialOptionList[0].collectionMethodCode){
Opción de pago
@if(policy.financialOptionList[0].collectionMethodCode) {
Vía de cobro
{{findEnumNameByCode("CollectionMethodTypeCodeList",policy.financialOptionList[0].collectionMethodCode)}}
} @if(policy.financialOptionList[0].financialSchedulerList[0].paymentFrequencyCode) {
Periodicidad
{{findEnumNameByCode("FrequencyCodeList",policy.financialOptionList[0].financialSchedulerList[0].paymentFrequencyCode)}}
} @if(policy.financialOptionList[0].financialSchedulerList[0].paymentQuantity) {
Cantidad cuotas
{{policy.financialOptionList[0].financialSchedulerList[0].paymentQuantity}}
} @if(policy.financialOptionList[0].financialSchedulerList[0].dayOfMonth) {
Día de pago
{{policy.financialOptionList[0].financialSchedulerList[0].dayOfMonth}}
}
} @if(policy.insuredObjectList && policy.insuredObjectList.length > 0){
Detalles de materia asegurada
@for (column of tableColumnsInsuredObject; track column) { }
{{column.header}} @if(column.columnDef === 'index') {
{{i+1}}
} @else {
}
} @if(policy.insuredList && policy.insuredList.length > 0){
Datos de los asegurados
{{policy.insuredList.length}}
@for (column of tableColumnsInsured; track column) { }
{{column.header}} @if(column.columnDef === 'index') {
{{i+1}}
} @else {
}
@if(policy.insuredList.length > 4) {
}
} @if(policy.beneficiaryList && policy.beneficiaryList.length > 0){
Datos de los beneficiarios
{{policy.beneficiaryList.length}}
@if(policy.beneficiaryList[0].party){ @for (column of tableColumnsBeneficiary; track column) { }
{{column.header}} @if(column.columnDef === 'index') {
{{i+1}}
} @else {
}
@if(policy.beneficiaryList.length > 4) {
} }
}