对不起,这个坛子热帖太多,你的原帖有点远,重开一帖问一下。
你的原帖:
https://bbs.wenxuecity.com/tzlc/1518635.html
网上的计算器算的与你的数字有点不一样,不知道哪个对
https://www.bankrate.com/calculators/mortgages/amortization-calculator.aspx
贷款320,000,15年,2%利率,网上计算器说月供是2,059.23
贷款326,000,15年,2%利率,网上计算器说月供是2,097.84
你是如何算出月供2,080?
虽然差别不是很大,但固定收益计算很精确,相差应该不到1美元。
你的帖子计算方法非常好,如果能通过什么网上储存分享那就更好了。Github之类的太复杂,我想Google Drive也许可行。
=PMT(rate, nper, pv) where
rate is monthly interest rate = X% /12 nper = 12 x number of years pv = mortgage amount
So for 326K mortgage at 2% for 15 years. the monthly payment is
=PMT(2%/12, 15*12, 326000) is 2097.84
Other useful mortgage formula
cumipmt (culmulative interest paid between two periods) and cumprinc (culmulative principal paid between two periods)
对不起,这个坛子热帖太多,你的原帖有点远,重开一帖问一下。
你的原帖:
https://bbs.wenxuecity.com/tzlc/1518635.html
网上的计算器算的与你的数字有点不一样,不知道哪个对
https://www.bankrate.com/calculators/mortgages/amortization-calculator.aspx
贷款320,000,15年,2%利率,网上计算器说月供是2,059.23
贷款326,000,15年,2%利率,网上计算器说月供是2,097.84
你是如何算出月供2,080?
虽然差别不是很大,但固定收益计算很精确,相差应该不到1美元。
你的帖子计算方法非常好,如果能通过什么网上储存分享那就更好了。Github之类的太复杂,我想Google Drive也许可行。
=PMT(rate, nper, pv) where
rate is monthly interest rate = X% /12
nper = 12 x number of years
pv = mortgage amount
So for 326K mortgage at 2% for 15 years. the monthly payment is
=PMT(2%/12, 15*12, 326000) is 2097.84
Other useful mortgage formula
cumipmt (culmulative interest paid between two periods) and cumprinc (culmulative principal paid between two periods)