Modular Models
What is a Modular Model? A modular model splits out the core statements into smaller schedules and conducts the calculations outside of the core statements. This allows the focus to remain on the core statements, which can now be kept cleaner. Supporting schedules do all the calculations and dirty work. In a horizontal model, these…