Adam Saghy created FINERACT-2220:
------------------------------------
Summary: Make ProgressiveLoanInterestScheduleModel serializable
and deserializable
Key: FINERACT-2220
URL: https://issues.apache.org/jira/browse/FINERACT-2220
Project: Apache Fineract
Issue Type: Sub-task
Reporter: Adam Saghy
Fix For: 1.12.0
*Goal*
ProgressiveLoanInterestScheduleModel is built on the fly at the moment, but due
to performance optimalization we should make sure it is serializable and can be
stored in the database.
This way we can decide whether we need to rebuild it (backdated transaction,
charge, etc.) or we can fetch it from database and use that for recalculation.
*Example*
* Calculating daily interest does not require necessarily to reprocess all
transactions, if we have the latest EmiModel based on that we can calculate
this → Better performance! Faster COB!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)