k*a
4 楼
用Amortization表查。mortgage calculator:
http://sites.google.com/site/realestaterefinance/Mortgage-Calcu
输入rate即可。
http://sites.google.com/site/realestaterefinance/Mortgage-Calcu
输入rate即可。
d*e
5 楼
想了解计算原理,
M = 杂费+贷款后*(1+月利息)^月数 / [(1+月利息)^月数 -1 ] 对了,但没找着 APR
公式, 如这例
loan: $10000
APR: 7.99% /12 = 0.00666
Rate: 6.62% / 12 = 0.0055 x 36 = 19.872
monthly: 307.04 (x36)
Total Interest: $1,053.31
怎么算 APR 是 7.99%? 这个公式好像不对 a(1+a)^n/((1+a)^n-1) - M/P = 0
M = the monthly payment, P = the amount borrowed
【在 k***a 的大作中提到】
: 用Amortization表查。mortgage calculator:
: http://sites.google.com/site/realestaterefinance/Mortgage-Calcu
: 输入rate即可。
M = 杂费+贷款后*(1+月利息)^月数 / [(1+月利息)^月数 -1 ] 对了,但没找着 APR
公式, 如这例
loan: $10000
APR: 7.99% /12 = 0.00666
Rate: 6.62% / 12 = 0.0055 x 36 = 19.872
monthly: 307.04 (x36)
Total Interest: $1,053.31
怎么算 APR 是 7.99%? 这个公式好像不对 a(1+a)^n/((1+a)^n-1) - M/P = 0
M = the monthly payment, P = the amount borrowed
【在 k***a 的大作中提到】
: 用Amortization表查。mortgage calculator:
: http://sites.google.com/site/realestaterefinance/Mortgage-Calcu
: 输入rate即可。
z*i
6 楼
别想了,活着就够累了,还自己找罪?
【在 d***e 的大作中提到】
: 想了解计算原理,
: M = 杂费+贷款后*(1+月利息)^月数 / [(1+月利息)^月数 -1 ] 对了,但没找着 APR
: 公式, 如这例
: loan: $10000
: APR: 7.99% /12 = 0.00666
: Rate: 6.62% / 12 = 0.0055 x 36 = 19.872
: monthly: 307.04 (x36)
: Total Interest: $1,053.31
: 怎么算 APR 是 7.99%? 这个公式好像不对 a(1+a)^n/((1+a)^n-1) - M/P = 0
: M = the monthly payment, P = the amount borrowed
【在 d***e 的大作中提到】
: 想了解计算原理,
: M = 杂费+贷款后*(1+月利息)^月数 / [(1+月利息)^月数 -1 ] 对了,但没找着 APR
: 公式, 如这例
: loan: $10000
: APR: 7.99% /12 = 0.00666
: Rate: 6.62% / 12 = 0.0055 x 36 = 19.872
: monthly: 307.04 (x36)
: Total Interest: $1,053.31
: 怎么算 APR 是 7.99%? 这个公式好像不对 a(1+a)^n/((1+a)^n-1) - M/P = 0
: M = the monthly payment, P = the amount borrowed
p*y
9 楼
monthly payment可以用网上计算器算出,APR因为各个lender收费不同,没有啥计算器
能算。
能算。
H*G
13 楼
Excel里面有个PMT函数,可以算monthly payment。 APR不知道怎么算,应该跟rate差
不太多吧。
PMT:
http://office.microsoft.com/en-us/excel-help/pmt-HP005209215.as
不太多吧。
PMT:
http://office.microsoft.com/en-us/excel-help/pmt-HP005209215.as
d*e
14 楼
有 web service之类可以远程调用么?
【在 H****G 的大作中提到】
: Excel里面有个PMT函数,可以算monthly payment。 APR不知道怎么算,应该跟rate差
: 不太多吧。
: PMT:
: http://office.microsoft.com/en-us/excel-help/pmt-HP005209215.as
【在 H****G 的大作中提到】
: Excel里面有个PMT函数,可以算monthly payment。 APR不知道怎么算,应该跟rate差
: 不太多吧。
: PMT:
: http://office.microsoft.com/en-us/excel-help/pmt-HP005209215.as
c*e
15 楼
Monthly payment算法:
M = P*[i*(1+i/12)^360] / [(1+i/12)^360 - 1]
M = 月供 (Monthly Payment)
i = 年利率 (Annual Interest Rate)
P = 本金 (Princal)
比如,本金40万,年利率4%,那么月利率就是4%/12=0.33%, 整个30年贷款有360个月
,带入公式可以得到monthly payment等于$1,909.66.
APR算法:
Mortgage的APR算法与普通意义上的APR算法不一样,详细介绍请点我的名字参见我们俱
乐部里的顶置文章-“房贷中如何计算和理解APR”
【在 d***e 的大作中提到】
: 好像不是简单的 loan amonut*rate/12.
M = P*[i*(1+i/12)^360] / [(1+i/12)^360 - 1]
M = 月供 (Monthly Payment)
i = 年利率 (Annual Interest Rate)
P = 本金 (Princal)
比如,本金40万,年利率4%,那么月利率就是4%/12=0.33%, 整个30年贷款有360个月
,带入公式可以得到monthly payment等于$1,909.66.
APR算法:
Mortgage的APR算法与普通意义上的APR算法不一样,详细介绍请点我的名字参见我们俱
乐部里的顶置文章-“房贷中如何计算和理解APR”
【在 d***e 的大作中提到】
: 好像不是简单的 loan amonut*rate/12.
d*e
16 楼
360应该换成 the number of months of the loan 吧?
有一般意义loan的APR 公式么?
【在 c**********e 的大作中提到】
: Monthly payment算法:
: M = P*[i*(1+i/12)^360] / [(1+i/12)^360 - 1]
: M = 月供 (Monthly Payment)
: i = 年利率 (Annual Interest Rate)
: P = 本金 (Princal)
: 比如,本金40万,年利率4%,那么月利率就是4%/12=0.33%, 整个30年贷款有360个月
: ,带入公式可以得到monthly payment等于$1,909.66.
: APR算法:
: Mortgage的APR算法与普通意义上的APR算法不一样,详细介绍请点我的名字参见我们俱
: 乐部里的顶置文章-“房贷中如何计算和理解APR”
有一般意义loan的APR 公式么?
【在 c**********e 的大作中提到】
: Monthly payment算法:
: M = P*[i*(1+i/12)^360] / [(1+i/12)^360 - 1]
: M = 月供 (Monthly Payment)
: i = 年利率 (Annual Interest Rate)
: P = 本金 (Princal)
: 比如,本金40万,年利率4%,那么月利率就是4%/12=0.33%, 整个30年贷款有360个月
: ,带入公式可以得到monthly payment等于$1,909.66.
: APR算法:
: Mortgage的APR算法与普通意义上的APR算法不一样,详细介绍请点我的名字参见我们俱
: 乐部里的顶置文章-“房贷中如何计算和理解APR”
c*e
17 楼
对,假设是30年固定,就是360个月。
一般APR公式是:
L - F = P1/(1 + i) + P2/(1 + i)^2 +… (Pn + Bn)/(1 + i)^n
i = APR
L = Loan amount
F = Closing Cost
P = Monthly payment
n = Month when the balance is paid in full
Bn = Balance in month n
然后反推出i的值就行,要用到计算器 。
【在 d***e 的大作中提到】
: 360应该换成 the number of months of the loan 吧?
: 有一般意义loan的APR 公式么?
一般APR公式是:
L - F = P1/(1 + i) + P2/(1 + i)^2 +… (Pn + Bn)/(1 + i)^n
i = APR
L = Loan amount
F = Closing Cost
P = Monthly payment
n = Month when the balance is paid in full
Bn = Balance in month n
然后反推出i的值就行,要用到计算器 。
【在 d***e 的大作中提到】
: 360应该换成 the number of months of the loan 吧?
: 有一般意义loan的APR 公式么?
c*7
18 楼
zillow, redfin都有现成的 calculator,选中你的房子,看计算那一栏,会自动填上
地产税和今天最好的利率,你也可以手工改。
地产税和今天最好的利率,你也可以手工改。
相关阅读
Short sale买房求助,能不能在合同递交银行后要求更改合同买table saw(portable), dewalt or bosch?any reliable website to watch NBC/ABC new channels for free ?生小孩的话自己要掏多少钱?上个月水费省了一半有害身体的 partially hydrogenated oil 还在商店里卖Post-Christmas sale今天我也去MARSHALL ROSS买家具仔细看看这个木头多少钱搬家之后再装木地板可行吗玻璃全部裂开了老鼠钻进了通风管道,该怎么赶走消防车在小区开一圈是什么意思?征婚女大多很吊 (转载)求lowes coupon在线请教专家:这沙发是真皮的吗?明年见人没点外遇真的很失败啊填平一个游泳池要多少钱?确认房子三个月卖出,mortgage 帐单可以两个月不付吗?