A flexible retirement planning and portfolio simulation engine for Canadians
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
533-Project-Group-13
01 Package Structure
retireplan/
├── src/
│ └── retireplan/
│ ├── __init__.py
│ ├── accounts/
│ │ ├── __init__.py
│ │ ├── accounts.py
│ │ ├── models.py
│ │ └── profile.py
│ ├── simulation/
│ │ ├── __init__.py
│ │ ├── engine.py
│ │ ├── metrics.py
│ │ └── README.md
│ └── strategies/
│ ├── __init__.py
│ ├── analysis.py
│ ├── policies.py
│ └── strategies.md
├── tests/
│ ├── __init__.py
│ ├── test_analysis.py
│ ├── test_engine.py
│ ├── test_metrics.py
│ ├── test_models.py
│ ├── test_policies.py
│ ├── test_profile.py
│ └── test_suite.py
├── demo_runner.py
├── pyproject.toml
├── README.md
├── LICENSE
├── .gitignore
└── requirements.txt
02 Testing & documentation responsibilities
In our group, the responsibilities are:
Accounts sub-package (retire_plan.accounts)
Implementation: Sage Yang
Documentation + tests: Rex (writes the user-facing documentation and unit tests for the accounts models and PersonProfile.)
Simulation sub-package (retire_plan.simulation)
Implementation: Hwimin
Documentation + tests: Sage Yang (writes the documentation and unittest-based test suite in tests/test_engine.py and tests/test_metrics.py.)
Strategies sub-package (retire_plan.strategies)
Implementation: Rex
Documentation + tests: Hwimin (writes the documentation and unit tests for withdrawal strategies and analysis helpers.)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file retirecan-0.1.0.tar.gz.
File metadata
- Download URL: retirecan-0.1.0.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
495fb75ca53b597bf77d91cc07a676490eea294f13e3ebfd6e25122487392636
|
|
| MD5 |
d5250cc3fdbf36ccb670e86934a41f23
|
|
| BLAKE2b-256 |
119c277ad98ddba5a58a0a8933fb1e33b11b46b7d538425cd55aaf42ea61003d
|
File details
Details for the file retirecan-0.1.0-py3-none-any.whl.
File metadata
- Download URL: retirecan-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
633a25f14b6a7a60058f67d7eade270b07aa57faf37d088258739a1be26fbf62
|
|
| MD5 |
0dedde7a77db6bd8b71afd21dfaad379
|
|
| BLAKE2b-256 |
878cb5d41d30cd4bc58264832f4e3a786f5b657b8b7869b63b9f975c0a5c6fae
|