Description Usage Arguments Value Examples
Total downpayment based on sale price and mortgage amount (out of 1)
1 | downpayment(home_price, mortgage_amount = 0.9)
|
home_price |
Sale Price of property in question |
mortgage_amount |
Mortgage as a proportion (out of 1) of sale price (default: 0.90) |
The down-payment based on what proportion (mortgage_amount
) of the home_price
will be paid
1 2 | downpayment(home_price = 250000,
mortgage_amount = 0.90)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.