Mortgage Pay

See whether you can get mortgage relief available to 9 million American homeowners

Posted by Jiltin     Tags: 5 March, 2009    365 views    (0) Comment

The following are key excerpts from the federal government’s Q&A about the new program that the Obama administration says should cut mortgage bills for up to 9 million Americans who are having troubling making their monthly payments. The program could provide some borrowers mortgages with interest rates as low as 2 percent and there are also incentives that may pay down principal in some cases. There are two programs — Home Affordable Refinance and Home Affordable Read Full Article (Click here)...

Categories : Finance, Mortgage Calc, Mortgage Pay Tags :

Rules for mortgage modification set – Related to US Mortgages only

Posted by Jiltin     Tags: 5 March, 2009    859 views    (4) Comment

People with unaffordable mortgages now have one set of rules, applicable nationwide, to determine whether they can get lower monthly payments. Folks who can afford their mortgages but need help to refinance to lower rates don’t get a lot of help. The Obama administration’s housing plan encourages lenders to modify the mortgages of homeowners who can’t afford their monthly house payments because of hardship. The definition of hardship is loose and includes: lost income, Read Full Article (Click here)...

Categories : Finance, Mortgage Calc, Mortgage Pay Tags :

MortgagePayments.cs

Posted by Jiltin     Tags: 16 May, 2008    203 views    (1) Comment

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace MortgagePayments { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, System.EventArgs e) { double principal;     // total mortgage loan double interestPerc;  // percent annual interest double interestRate;  // monthly interest rate double Read Full Article (Click here)...

Categories : Mortgage Pay Tags :

MortgagePayments.Designer.cs

Posted by Jiltin     Tags: , 16 May, 2008    376 views    (4) Comment

// calculate your monthly mortgage payments // a C# Windows GUI with a Form, Labels, TextBoxes, and a Button // compiled with the neat SnippetCompiler.exe (which uses csc.exe) // from: http://www.sliver.com/dotnet/SnippetCompiler/ // C# and .NET Framework V2.0 vegaseat 03apr2007 namespace MortgagePayments { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> //private System.ComponentModel.IContainer components = Read Full Article (Click here)...

Categories : Mortgage Pay Tags : ,