Model OptionWorthHistory
This model records the historical changes in the worth of each investment option over time. Each change is event-sourced, capturing both the previous and new state for every relevant event.
Purpose
- Track the evolution of option worths, including invested and cash amounts, and divisors.
- Support auditing and historical reporting for option-related calculations.
Structure
Relationships
- Depends on
OptionWorths2for current worths and option state. - Integrates cumulative interest from
CumulativeInterestand ideal valuations fromIdealOptionValuations. - Used by
DonationRecords2and other models for historical analysis and reporting.
Events
The following events trigger updates in the option worth history:
META_NEW_OPTIONCONV_ENTERCONV_INVESTCONV_LIQUIDATECONV_EXITCONV_INFLATIONPRICE_INFOCONV_INCREASE_CASH
By J.W. Morsink