cashflower¶
Cashflower is an open-source Python framework for actuarial cash flow models.
- Key features:
easy to use - run your first cash flow model with just few commands,
open source - freely accessible to all users and available on PyPI,
flexible - integrate your project with other popular Python libraries.
Quick start¶
You’re just a few commands away from running your first cash flow model with cashflower:
$ pip install cashflower
$ python
>>> from cashflower import create_model
>>> create_model("my_model")
>>> quit()
$ cd my_model
$ python run.py
Congratulations, you’ve just run your first cash flow model with cashflower!
Cheat sheet¶
A cheat sheet is a quick-reference document that provides essential code snippets and syntax examples.
You can download the Cashflower cheat sheet (PDF).
License¶
Cashflower is distributed under the MIT License.
Contributions and Support¶
Cashflower is an open-source project, and we welcome contributions from the community. If you encounter any issues, have suggestions, or want to contribute to the development, please visit our GitHub repository.
Contents: