• Jobs
  • Support
Sign in
  • Jobs
  • Support
    • Developer Overview
  • Business Context

    • Business Overview
    • Business Glossary
      • Core Insurance Concepts
      • Risk and Pricing Terms
      • Renewal Terms
      • Fraud Detection Terms
      • Processing Terms
      • Key System Constants
    • Business Rules Reference
  • Architecture Documentation

    • System Architecture
    • Database Schema
    • Integration Points
    • Data Flow
  • Program Reference

    • Insurance.cbl (INSMASTR)
  • Sign in
DocumentationCode Explorer
Loading...
Hypercubic

© Copyright 2025. All rights reserved.

On this page

  1. Core Insurance Concepts
  2. Risk and Pricing Terms
  3. Renewal Terms
  4. Fraud Detection Terms
  5. Processing Terms
  6. Key System Constants

Business Glossary

Core Insurance Concepts

TermDefinitionExample
PolicyA contract specifying coverage details, premium, and terms between insurer and customerPolicy #123456789 provides $250,000 HEALTH coverage for 12 months at $489/year
PremiumAmount customer pays for insurance coverage, calculated from coverage amount, risk factors, age, and discounts$100,000 coverage: Base $400 + Risk $50 - Discounts $20 + Tax $34 + Fee $25 = $489 annual
DeductibleAmount customer pays before insurance coverage begins; tracks annually and resets at renewal$1,000 deductible; customer paid $600; next claim applies remaining $400 deductible
Copay/CoinsurancePercentage of costs customer pays after deductible is met (default 20%)After deductible, customer pays 20% copay on $1,000 = $200
Out-of-Pocket MaximumMaximum amount customer pays per year; insurance covers 100% after reaching this limit$5,000 OOP max protects customer from catastrophic costs
CoverageMaximum dollar amount insurance will pay for covered losses during policy term$500,000 coverage means insurance pays up to that amount for covered expenses
ClaimFormal request for payment from insurance company for a covered lossMedical claim for $2,500; after $500 deductible and 20% copay, insurance approves $1,600
Risk ScoreCalculated value (0-100) representing actuarial risk based on age, lifestyle, health, occupation28-year-old office worker, non-smoker = 10 points = LOW risk profile
Fraud ScoreCalculated value (0-100) indicating likelihood of fraudulent claim based on frequency, amount, provider, patternsClaim with inactive provider (+30), high amount (+15), frequent claims (+25) = 70 = Investigation
RiderOptional add-on providing additional coverage or modifying policy termsAccidental death rider added to life policy during renewal

Risk and Pricing Terms

TermDefinitionExample
Risk ProfileClassification of customer risk level based on total risk scoreScore 0-29: LOW, 30-69: MEDIUM, 70-100: HIGH
UnderwritingProcess of evaluating application, assessing risk, and calculating premium ratesApplication from 22-year-old for $300,000 health coverage passes underwriting after low-risk assessment
Base RateStarting premium percentage by insurance type before adjustmentsHEALTH: 0.4%, LIFE: 0.2%, AUTO: 0.8%, PROPERTY: 0.3%, DENTAL: 0.15%, VISION: 0.1%
Age FactorMultiplier applied to premium based on customer age rangeAges 18-25: 0.8x, 26-35: 1.0x, 36-45: 1.2x, 46-55: 1.5x, 56-65: 2.0x, 66-75: 3.0x, 76-85: 4.0x
Processing FeeFixed $25 administrative fee added to all policiesAdded to all policies regardless of coverage amount

Renewal Terms

TermDefinitionExample
Standard RenewalNormal renewal with 3% premium increasePrevious $1,000 premium becomes $1,030
Upgrade RenewalIncrease coverage by 25% with proportional premium increase$200,000 coverage increases to $250,000; premium increases 25%
Downgrade RenewalDecrease coverage by 25% with proportional premium decrease$200,000 coverage decreases to $150,000; premium decreases 25%
Multi-Year RenewalLonger-term commitment (24 or 36 months) with 5% discount24-month term receives 5% discount on annual premium
Loyalty Discount1% per year of customer loyalty (max 15%)8-year customer receives 8% loyalty discount
No-Claims Discount2% per claim-free year (max 20%)5 years without claims = 10% discount
Multi-Policy Discount10% discount for customers with 2+ active policiesCustomer with auto and home policies receives 10% discount on both

Fraud Detection Terms

TermDefinitionExample
Fraud ThresholdScore of 70+ triggers fraud investigation and blocks paymentClaim with fraud score 75 receives "UNDER REVIEW" status, $0 payment
Claim FrequencyNumber of claims in recent period; >3 in 30 days adds +25 fraud pointsCustomer with 4 claims in 30 days flagged as high-risk
Provider Fraud ScoreProvider's historical fraud rating; score >50 adds +20 points to claimProvider with score 60 makes all their claims more suspicious
Pattern DetectionIdentifies duplicate or identical claims; +20 points if foundSame customer, claim type, and amount within 90 days triggers alert
Auto-Approve LimitClaims ≤$5,000 with fraud score < 50 are automatically approved$3,200 claim with score 30 is AUTO-APPROVED; $7,000 requires manual review

Processing Terms

TermDefinitionExample
Processing ModeDetermines which transaction types to process: POLICY, RENEWAL, CLAIM, or ALLBatch job runs in "CLAIM" mode to process overnight submissions
Commit FrequencyNumber of records (500) processed before database commitAfter processing 500 policies, database commit occurs
Claim StatusCurrent state: PROCESSING, PENDING, UNDER REVIEW, APPROVED, PATIENT RESPONSIBILITYClaim with fraud score 75 gets "UNDER REVIEW" status
Policy StatusACTIVE (current coverage), RENEWED (replaced by new policy), EXPIRED, CANCELLEDPolicy status changes to "RENEWED" when customer renews
Record TypeHD (Header - skip), DT (Detail - process), TR (Trailer - skip)Only DT records are processed; HD and TR are informational

Key System Constants

ConstantValuePurpose
MAX-COVERAGE$999,999,999Maximum allowed policy coverage
MIN-AGE18Minimum customer age for eligibility
MAX-AGE85Maximum customer age for eligibility
FRAUD-THRESHOLD70Score triggering fraud investigation
AUTO-APPROVE-LIMIT$5,000Maximum claim amount for auto-approval
COMMIT-FREQUENCY500Records per database commit
PROCESSING-FEE$25Fixed fee added to all policies

Was this page helpful?