Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Data NeedsPassthroughRulesDefinitionrequired fieldsNAIC Data Fields
4Car YearsDerivedfor car/policy pair: Eff cov-Exp cov


For a vehicle coverage pair, the difference between effective date and expiration date.Vehicle ID, Coverage ID, Cov Eff Date, Cov Exp DateExposure: Vehicle ID / Coverage ID / Cov Eff Date /  Cov Exp Date
5Coll DeductibleDerivedPresent in Stat planthe amount you have to pay first before the car insurance company steps in to cover the cost
Coll Deductible
6Comp DeductibleDerivedPresent in stat plan the amount that you have to pay out-of-pocket when filing a comprehensive insurance claim.
Comp Deductible
10Coverage GroupDerived


Coverage ID
13Developed Incurred Losses at Basic LimitsDerived

Development Factor, Basic Limit Level, Liability Limits Amount, Paid Losses, Outstanding Losses, PAID LAE, Outstanding LAEDevelopment Factor / Basic Limit Level / Liability Limits Amount / Paid Losses / Outstanding Losses / Paid LAE / Outstanding LAE
14Developed Incurred Losses at Excess LimitDerived

Development Factor, Basic Limit Level, Liability Limits Amount, Paid Losses, Outstanding Losses, PAID LAE, Outstanding LAEDevelopment Factor / Basic Limit Level / Liability Limits Amount / Paid Losses / Outstanding Losses / Paid LAE / Outstanding LAE
15Earned PremiumDerived(earned exposures/written exposures)*written premiumthat portion of a policy's premium that applies to the expired portion of the policy.
Premium Amount
16Incurred Claim CountDerivedOutstanding + paid claimsThis means the total number of claims reported during the experience period (whether paid or in the process of payment) plus any incurred but not reported at the end of the experience period less the number of claims incurred but not reported at the beginning of the experience period.Number of Outstanding, Number of Paid ClaimsNumber of Outstanding / Number of Paid Claims
17Incurred Loss at Basic LimitsDerived

sum(casewhen (coalesce(q.paid_losses, 0) + coalesce(q.outstanding_losses, 0)) > 25000then25000else (coalesce(q.paid_losses, 0) + coalesce(q.outstanding_losses, 0)) end)


Basic Limit Level, Liability Limits Amount, Paid Losses, Outstanding Losses, Paid LAE, Outstanding LAEBasic Limit Level / Liability Limits Amount / Paid Losses / Outstanding Losses / Paid LAE / Outstanding LAE
18Incurred Loss at Excess LimitsDerived

sum(casewhen (coalesce(q.paid_losses, 0) + coalesce(q.outstanding_losses, 0)) <= 25000then0else (coalesce(q.paid_losses, 0) + coalesce(q.outstanding_losses, 0)) - 25000end)


Basic Limit Level, Liability Limits Amount, Paid Losses, Outstanding Losses, Paid LAE, Outstanding LAEBasic Limit Level / Liability Limits Amount / Paid Losses / Outstanding Losses / Paid LAE / Outstanding LAE
19Incurred LossesDerived

sum(coalesce(q.paid_losses, 0) + coalesce(q.outstanding_losses, 0))

the total amount of paid claims and loss reserves associated with a particular time period,Transaction Type, Paid Losses, Outstanding Losses, Paid LAE, Outstanding LAETransaction Type /  Paid Losses / Outstanding Losses /  Paid LAE / Outstanding LAE

...