Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic financing mechanism #54

Merged
merged 5 commits into from
Apr 24, 2017
Merged

Basic financing mechanism #54

merged 5 commits into from
Apr 24, 2017

Conversation

pksohn
Copy link
Contributor

@pksohn pksohn commented Apr 24, 2017

Address #52. This adds interest and fees for a construction loan to the costs for a project.

New parameters for SqftProForma object

I've added these new parameters, which become SqftProForma object attributes, in several places:

  • construction_months: this and the one below are analagous to costs and heights_for_costs.
  • construction_sqft_for_months
  • loan_to_cost_ratio
  • drawdown_factor
  • interest_rate
  • loan_fees

Updated cost calculation

Addition to the cost calculation is here, along with a few changes to variable names to make everything more explicit. This math precisely mirrors the way it's done in this pro forma, which happens to be very consistent with the rest of our model.

Construction time added to reference tables

I added a column for construction time based on building square footage, with configurations that allow you to tell the model how many months it should take to build a building of a given size.

@pksohn pksohn requested a review from conorhenley April 24, 2017 20:57
@pksohn pksohn merged commit 143809e into dev Apr 24, 2017
@pksohn pksohn deleted the market_research branch April 24, 2017 22:05
@pksohn pksohn mentioned this pull request Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant