multi level fact table

  • Hi,

    I am trying to model an insurance claims process that contains 2 levels.

    Each claim has a main occurrence number. This is the main ID for a claim.

    Each occurrence number has 1 or many features. Features are what hold the measures or amounts for each claim transaction.

    Occurrences have the following attributes:

    -Report Date

    -Loss Date

    -Employee

    -Insured Name

    -Line of Business

    -State

    Features have the following Attributes:

    -Peril

    -Close Date

    -Feature Type

    -Cat Event

    Features also contain the measures for each claim:

    -Loss Paid Amt

    -Loss Reserve Amt

    -Expense Paid Amt

    -Expense Reserve amt

    What I would like to do is be able to build a dimensional model that will allow me to report claims at the occurrence level with aggregated measures for each claim, and also allow me to drill down on each occurrence to get to the feature level data.

    Is it better to try and build 2 separate fact tables at each level or is it better to have both the occurrrence and feature data in 1 fact table?

    thanks for your help.

  • I would start with one fact table at the highest level of granularity (features in your case). It will be easy enough to create a summarized fact table at the claim level if there is a compelling reason to so in the future.

  • Thanks,

    that was the path i was thinking about taking, just wanted another point of view 🙂

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply