cashflower icon indicating copy to clipboard operation
cashflower copied to clipboard

An open-source Python framework for actuarial cash flow models

Results 43 cashflower issues
Sort by recently updated
recently updated
newest added

A model run produces an error when: - the main model point set contains at least 2 data points - the model contains at least 2 variables (variable A and...

Windows 11 user, with the unchanged code from subprocess.py, the variable in row 1536 executable reamains equal to None, giving an error output, with replacing the variable with the path...

It's difficult to analyze stochastic results when they are averaged. It's difficult to state if they are correct. There should be a way to output results for all scenarios. It's...

In the current implementation, we create an order of variables so that they can be executed without conflicts (we do this in the `resolve_calculation_order`). Generally, we check which variables depend...

Various blog posts and documentation issues

When I use the `discount` function incorrectly, the error message does not help at all: Correct code ```python @variable(array=True) def present_value(): return discount(cash_flows=cash_flow(), discount_rates=discount_rate()) ``` Incorrect code (without `array=True`) ```python...

Use binary search for ordered data

``` V: mort_rate: [V: age, V: age, V: duration, V: duration, V: duration, V: age, V: duration], ``` should be unique

Doctests: ```python def calculate_area(radius): """ Calculate the area of a circle given its radius. Parameters ---------- radius : float The radius of the circle. Must be a non-negative value. Returns...

In docstrings of functions