What is wrong with my logical model correct
+———————+ +————————+
| Address | | ElectricUtility |
+———————+ +————————+
| PostalCode (PK) | | ElectricUtilityID (PK) |
| City | | ElectricUtility |
| County | +————————+
| LegislativeDistrict |
| State |
| AddressID (PK) |
+———————+
Architecting a predictive modeling software
I have a predictive model which runs 10,000+ scenarios to predict the outcome. It’s a micro-simulator model for an insurance company. The data part is almost static with changes from time-to-time, meaning data is kind of read-only and data update happens outside of this simulator.