I have a situation where we have to track number of loan appliations submitted and matched with lenders by almost every single attribute (around 45) on the application form. Some of the attributes are like Loan_Amount Frist_Mortgage, Second_Mortgage, Frist_Interest_Rate, Second_Intesrest_Rate, Property_Type, Loan_Purpose etc. To make the grupings smaller and easier we will be tracking most of these nubmers in ranges, for example Loan_Amount could be $50,000 to $100,000, $100,001 to $150,000 and so on.
We already have a factless fact table for each application submitted by a customer however the new requirement is to be able to analyze these applications by one or all of the 45 or so attributes. It does not look very feasible to add 45 different dimensions for each attribute.
What would be the best way to handle this situation. One solution could be to create couple of junk dimensions with closely related attributes with every possible combination of values and since we will be using ranges for most of the attributes so the dimension will not be very big (couple hundred records the most).
Any other suggestions are welcome?
Thanks.
We already have a factless fact table for each application submitted by a customer however the new requirement is to be able to analyze these applications by one or all of the 45 or so attributes. It does not look very feasible to add 45 different dimensions for each attribute.
What would be the best way to handle this situation. One solution could be to create couple of junk dimensions with closely related attributes with every possible combination of values and since we will be using ranges for most of the attributes so the dimension will not be very big (couple hundred records the most).
Any other suggestions are welcome?
Thanks.