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