scottcabral1979
Programmer
Hi,
I am trying to build a Claims Transaction Fact table for a homeowner's insurance company.
My claims transactions source table is setup like this:
Each Claim entered has an Occurrence.
Each Occurrence can have 1 or many Features.
Each Feature has 1 or more transactions.
So for example, Claim Occurrence 9999 can have Feature 123 with 2 transactions, 1st transaction is a loss payment of $100 and second transaction is loss reserve of $100. Feature 456 has 2 transactions as well, first being an expense reserve of $500 and second being $300 expense payment.
Each transaction has a Transaction Date/Time as well as a Transaction type (Loss payment, Loss Reserve, Expense Payment, etc...) and a Transaction Amt.
Each Feature has a Close Date.
Each Occurrence has a Loss Date and a Notify Date.
Given this setup, what is the best design on building a Claims Transaction Fact table? Can I have the Occurrence, Feature, and Transaction data all in teh table, or do I need to build the table just at the Transaction level without the Feature and Occurrence numbers?
thanks
Scott
I am trying to build a Claims Transaction Fact table for a homeowner's insurance company.
My claims transactions source table is setup like this:
Each Claim entered has an Occurrence.
Each Occurrence can have 1 or many Features.
Each Feature has 1 or more transactions.
So for example, Claim Occurrence 9999 can have Feature 123 with 2 transactions, 1st transaction is a loss payment of $100 and second transaction is loss reserve of $100. Feature 456 has 2 transactions as well, first being an expense reserve of $500 and second being $300 expense payment.
Each transaction has a Transaction Date/Time as well as a Transaction type (Loss payment, Loss Reserve, Expense Payment, etc...) and a Transaction Amt.
Each Feature has a Close Date.
Each Occurrence has a Loss Date and a Notify Date.
Given this setup, what is the best design on building a Claims Transaction Fact table? Can I have the Occurrence, Feature, and Transaction data all in teh table, or do I need to build the table just at the Transaction level without the Feature and Occurrence numbers?
thanks
Scott