# VA Mortgage Calculator > Calculate VA loan payments including the VA Funding Fee. VA loans typically require no down payment and no PMI. Page: https://askcalculators.com/calculator/va-mortgage-calculator/ Definition: https://askcalculators.com/calculator/va-mortgage-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/va-mortgage-calculator/schema.json Version: 7.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/va-mortgage-calculator/?price=350000&downPayment=0&rate=6&term=30&fundingFeeRate=2.15 ## Inputs - price: Home Price; type=number; optional; default=350000 - downPayment: Down Payment; type=number; optional; default=0 - rate: Interest Rate; type=number; optional; default=6 - term: Loan Term (Years); type=number; optional; default=30 - fundingFeeRate: VA Funding Fee; type=number; optional; default=2.15 ## Outputs - result: Result; format=text; primary ## Formula Financed amount = price − down payment + funding fee; monthly principal and interest use the standard installment-loan formula. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.