I am looking to design a DB structure/schema for our services that require too many dependencies in order to come up with the proper pricing. To simplify I want to know if my design is correct, simple, and the best way for optimization - DB structure is intended to have a waterfall structure.
1. Data Type: Cross-border
1.1 Data field: Cross-border Kind
1.2 Data field: Cross-border ID
2. Data Type: Service Kind
2.1 Data field: Cross-border ID
2.2 Data field: Service Kind
2.3 Data field: Service Kind ID
The succeeding levels will bear the IDs of the preceding levels in order to create a series of IDs merged together, which will be conditional in nature. When the condition is met, for example 1-2-3-4-5 (a consolidation of IDs of preceding levels), it will look up a certain Price Amount.
The service we do is logistics. It has many variables or dependencies before it can create a the base price. I think this can be a multiplier group.
For example these are the variables or dependencies:
Mode of transport - sea, air, land
Border - international (outside country) or domestic (within country)
kind of service - ex. sea freight, air freight, inland freight, etc.
type of service - ex. if sea freight - is this full container, less than container load, etc.
customer - which customer does the price apply to, so same services do not always have same prices for customers, some get lower, some get higher,e tc.
So based from this, I think in our actual design, we will have around at least 7-8 dependency group, this is at least.