Proposed change
Review DTOs in models/dtos. For the generally useful ones, move them to credmark-model-framework. For model-specific ones, move them into the folder of the model that uses them.
Why this is important
Models can be spread across multiple repos so they should not be dependent on files outside their model folder. They can be dependent on other packages such as credmark-model-framework or a separate DTO package.
Additional context
We need to review all the DTO classes to make sure they work well together and there are not redundancies.
Proposed change
Review DTOs in models/dtos. For the generally useful ones, move them to credmark-model-framework. For model-specific ones, move them into the folder of the model that uses them.
Why this is important
Models can be spread across multiple repos so they should not be dependent on files outside their model folder. They can be dependent on other packages such as credmark-model-framework or a separate DTO package.
Additional context
We need to review all the DTO classes to make sure they work well together and there are not redundancies.