MISMO XML Parser with Mock Insurance Rater
Paste your MISMO XML here:
<?xml version="1.0" encoding="UTF-8"?> <MI:MismoLoanApplication xmlns:MI="http://www.mismo.org/residential/2009/schemas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mismo.org/residential/2009/schemas MISMO_3_4_B2.xsd"> <MI:ABOUT_VERSIONS> <MI:ABOUT_VERSION> <MI:DataVersionIdentifier>3.4</MI:DataVersionIdentifier> </MI:ABOUT_VERSION> </MI:ABOUT_VERSIONS> <MI:LOAN_APPLICATION> <MI:LOANS> <MI:LOAN> <MI:LoanIdentifier>LOAN-2025-06-16-001</MI:LoanIdentifier> <MI:LoanPurposeType>Purchase</MI:LoanPurposeType> <MI:LoanAmount>250000.00</MI:LoanAmount> <MI:InterestRatePercent>4.250</MI:InterestRatePercent> <MI:LienPriorityType>FirstLien</MI:LienPriorityType> <MI:AMORTIZATION> <MI:AmortizationType>Fixed</MI:AmortizationType> <MI:AmortizationTermMonthsCount>360</MI:AmortizationTermMonthsCount> </MI:AMORTIZATION> </MI:LOAN> </MI:LOANS> <MI:PARTIES> <MI:PARTY> <MI:ROLES> <MI:ROLE> <MI:RoleType>Borrower</MI:RoleType> </MI:ROLE> </MI:ROLES> <MI:INDIVIDUAL> <MI:FirstName>John</MI:FirstName> <MI:LastName>Doe</MI:LastName> <MI:SSN>999-88-7777</MI:SSN> </MI:INDIVIDUAL> <MI:ADDRESSES> <MI:ADDRESS> <MI:AddressLineText>123 Main St</MI:AddressLineText> <MI:CityName>Anytown</MI:CityName> <MI:StateCode>CA</MI:StateCode> <MI:PostalCode>90210</MI:PostalCode> </MI:ADDRESS> </MI:ADDRESSES> </MI:PARTY> </MI:PARTIES> </MI:LOAN_APPLICATION> </MI:MismoLoanApplication>
Parse XML & Rate Insurance