downpayment: Down-payment Amount

Description Usage Arguments Value Examples

View source: R/downpayment.R

Description

Total downpayment based on sale price and mortgage amount (out of 1)

Usage

1
downpayment(home_price, mortgage_amount = 0.9)

Arguments

home_price

Sale Price of property in question

mortgage_amount

Mortgage as a proportion (out of 1) of sale price (default: 0.90)

Value

The down-payment based on what proportion (mortgage_amount) of the home_price will be paid

Examples

1
2
downpayment(home_price = 250000,
            mortgage_amount = 0.90)

aseemdeodhar/mortgager documentation built on Jan. 28, 2021, 12:53 p.m.