|
Only loans that were assigned, or will be assigned, an FHA case number on or after the implementation date of the
new risk-based pricing can be processed via MIP Calculator.
Looking Up MIP for an Existing Case
- Send the case Number (AgencyCaseIdentifier)
- or -
- Specify AUS System (FHAVAAUS AUSSystem="")
- Provide Loan Number (FHAVAAUS LoanNumber="")
- Provide borrower SSN (SSN)
Calculating MIP
-
Provide the case establishment date (CaseReceivedDate)
-
Provide the borrower's three-digit FICO score (FHAVAFICO)
-
Provide the term of the loan, in months (LoanAmortizationTermMonths)
-
Provide the amount of the mortgage loan, not including financed closing costs or upfront MIP,
in the Mortgage Amount (w/o Upfront MIP) field (up to 999999). Do not use a dollar sign,
comma, or cents. (MortgageInsuranceTotalLiability)
-
Provide the appraiser's estimate of the market value of the property in the Appraised Value field
(up to 999999). Do not use a dollar sign, comma, or cents. (SubjectPropertyAppraisedValueAmount)
Leave this field blank if an appraisal is not required.
-
Optionally, type the contract sales price of the property in the Sale Price field (up to 999999).
Do not use a dollar sign, comma, or cents. (PurchasePriceAmount)
Leave this field blank for a refinance case.
-
Specify if the borrower is a first-time home buyer. (DECLARATIONS BorrowerFirstTimeHomebuyerIndicator)
-
Specify if the borrower received pre-purchase home ownership counseling by
a HUD-approved counseling agency. (UNDERWRITINGCASE CounselingConfirmationType)
- Specify if the case is a refinance. (FHAVA FHAVAPriorFinancingIndicator)
History of Changes
Support for HOPE for Homeowners October 1, 2008 implementation |
| Added element CaseReceivedDate |
MIP Calculator July 14, 2008 implementation |
To run the MIP Calculator on the pilot system post your data to: https://hwvauwd491.hud.gov/b2b/chums/f17mipcalc.cfm
To run Case Number Assignment in production post your data to: https://entp.hud.gov/b2b/chums/f17mipcalc.cfm
For more information please contact sfadmin@hud.gov. Please specify that this is a "B2G" question.
Back to CHUMS Functions page.
XML File Layout
Key:
| Only used on input |
Element/attribute is not produced by program output unless it is being returned due to an error condition. |
| Only used on output |
Element/attribute is returned by program but is not required or interpreted when the program is called. |
| Used on input and oputput |
May not always have exactly the same meaning on input an output though. Please consult the reference table from the linked data items for details. |
| Deprecated |
Obsolete; all deprecated elements are supported but please use indicated element. |
| n |
Indicates a numeral, e.g., msg_n may be msg_1, msg_2, msg_3, etc. |
| Data Types |
| Integer |
Indicates a numeral |
| Alphanumeric |
Mixed Text (alphabetic, numeric and punctuation) Note: Some fields restrict some punctuation. |
| Numeric |
Formatted number, e.g. 999.99 |
| String |
Specific keywords as indicated |
| Date |
A valid date, represented as YYYYMMDD |
Linked data names in the XML layout are the FHA Direct/CHUMS data names. Clicking on these links will provide detailed information of the data items. (Links are shown as brown text to avoid obscuring underscores in data names.)
Data Reference
<?xml version="1.0" standalone="yes" ?>
<MORTGAGEDATA MISMOVersionID="1.0.1">
<PROCESSSTATUS>
<ProcessStatusCode>status</ProcessStatusCode>
<ProcessStatusRequestor>browser</ProcessStatusRequestor>
<ProcessStatusMessage sCode="1">mess</ProcessStatusMessage>
</PROCESSSTATUS>
<APPLICATION>
<AgencyCaseIdentifier>case_no</AgencyCaseIdentifier>
<PurchasePriceAmount>price</PurchasePriceAmount>
<UNDERWRITINGCASE CounselingConfirmationType="counsel">
<FHAVA FHAVAPriorFinancingIndicator="prior_fha">
<CaseReceivedDate>rec_date<CaseReceivedDate>
<FHAVAAUS AUSSystem="aus" LoanNumber="lnumber" />
<FHAVAMortgageInsurancePremium
UpFrontMIP="ufmip"
UpfrontMIPFactorException="umipex"
AnnualMIP="amip"
AnnualMIPFactorException="amipex"
UpfrontMIPFactor="umipf"
AnnualMIPFactor="amipf" />
<FHAVAFICO>fico</FHAVAFICO>
</FHAVA>
</UNDERWRITINGCASE>
</APPLICATION>
<MORTGAGEINSURANCE>
<MortgageInsuranceTotalLiability>mort</MortgageInsuranceTotalLiability>
</MORTGAGEINSURANCE>
<PRODUCT>
<LoanAmortizationTermMonths>loan_term</LoanAmortizationTermMonths>
</PRODUCT>
<DECLARATIONS BorrowerFirstTimeHomebuyerIndicator="fthb" />
<SUBJECTPROPERTY>
<SubjectPropertyAppraisedValueAmount>value</SubjectPropertyAppraisedValueAmount>
</SUBJECTPROPERTY>
<BORROWER BORROWERID="1">
<SSN>ssn</SSN>
</BORROWER>
</MORTGAGEDATA>
| Data Element |
Data Type |
Description |
| status |
String |
Success, Error; indicates is query was sucessful |
| browser |
String |
Identifying string; please request a unique string from the FHA contact for use with all B2G functions. |
| mess |
Alphanumeric |
Explanatory message regarding transaction. |
| case_no |
Numeric |
Ten digits, leading zeros are significant. FHA Case Number |
| price |
Numeric |
Up to 7 digits, purchase price of property. |
| counsel |
String |
NoBorrowerCounseling, LenderTrainedCounseling, ThirdPartyCounseling, HUDApprovedCounseling. Indicates if borrower counseling has taken place. |
| prior_fha |
String |
Yes, No, FHASecure, empty; undeclared for purchases, yes for Streamlined Refinances, No for all others and FHASecure for delinquent . |
| rec_date |
Date |
Date case number was requested from the FHA> |
| aus |
String |
AUS System: DesktopUnderwriter, LoanProspector, Clues, ZIPPY |
| lnumber |
Numerical |
AUS Loan number |
| ufmip |
Numeric |
Dollar value of initial MIP |
| amip |
Numeric |
Dollar value of recurring MIP |
| umipex |
String |
Reason MIP is not shown; NotApplicable, TBD, empty |
| amipex |
String |
Reason MIP is not shown; NotApplicable, TBD, empty |
| umipf |
Numeric |
Up Front MIP basis, expressed as a percent |
| amipf |
Numeric |
Annual MIP basis, expressed as a percent |
| fico |
Numeric |
User's credit score |
| mort |
Numeric |
Total mortgage |
| loan_term |
Numeric |
Term of loan in whole months. |
| fthb |
Boolean |
First Time Home Buyer; Yes, No |
| value |
Numeric |
Appraised value in whole dollars |
| ssn |
Numeric |
SSN of buyer, no formatting |
Comments or Questions? <SF Administration>
|