Skip to content

Commit

Permalink
Merge pull request #11 from daniel-fink/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
daniel-fink authored Jun 21, 2022
2 parents 29b7775 + 8f8b33f commit 4483fb5
Show file tree
Hide file tree
Showing 40 changed files with 2,270 additions and 914 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# rangekeeper
A Python library assisting financial modelling in scenario planning, decision-making, cashflow forecasting, and the like
# Rangekeeper
Rangekeeper is a library assisting financial modelling in real estate scenario planning, decision-making, cashflow forecasting, and the like.

It decomposes elements of the Discounted Cash Flow (DCF) Proforma modelling approach into recomposable code functions that can be wired together to form a full model. More elaborate and worked-through examples of these classes and functions will be documented in a forthcoming Jupyter Book to be found in the `/notebooks` directory.

Development of the library follows the rigorous methodology established by Profs Geltner and de Neufville in their book [Flexibility and Real Estate Valuation under Uncertainty: A Practical Guide for Developers](https://doi.org/10.1002/9781119106470)

## Dependencies:

- Python >= 3.9 & < 3.11

- Poetry: <https://python-poetry.org/>, a package manager (although it is possible to roll your own; YMMV)

## Installation

1. Install poetry, if you haven't yet: <https://python-poetry.org/docs/master/#installing-with-the-official-installer>

2. Clone this repo.

3. Use a terminal to install poetry packages from the repo's directory: `<path_to_repo>$ poetry install`
Empty file removed __init__.py
Empty file.
2 changes: 2 additions & 0 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import sys
sys.path.append("./rangekeeper")
Empty file removed dynamics/__init__.py
Empty file.
52 changes: 0 additions & 52 deletions measure.py

This file was deleted.

Empty file removed models/__init__.py
Empty file.
Loading

0 comments on commit 4483fb5

Please sign in to comment.