Add entered agency, legal, compensation, medical, travel, contingency, and reimbursement assumptions for an international surrogacy budget scenario.
Formula
const costs = [inputs.agencyFees, inputs.legalFeesUs, inputs.legalFeesForeign, inputs.surrogateCompensation, inputs.medicalExpenses, inputs.travelExpenses].map(value => Math.max(0, Number(value || 0))); const enteredCostSubtotal = Math.round(costs.reduce((sum, value) => sum + value, 0) * 100) / 100; const contingencyRate = Math.max(0, Number(inputs.contingencyPct || 0) / 100); const contingencyAmount = Math.round((enteredCostSubtotal * contingencyRate) * 100) / 100; const grossBudgetScenario = Math.round((enteredCostSubtotal + contingencyAmount) * 100) / 100; const enteredOffsets = Math.max(0, Math.round(Number(inputs.enteredReimbursements || 0) * 100) / 100); const netBudgetScenario = Math.round(Math.max(0, grossBudgetScenario - enteredOffsets) * 100) / 100; return { enteredCostSubtotal, contingencyAmount, grossBudgetScenario, enteredOffsets, netBudgetScenario };Entered Agency Fees ($)
30,000
Entered U.S. Legal Fees ($)
15,000
Entered Foreign Legal Fees ($)
10,000
Entered Surrogate Compensation ($)
50,000
Entered Medical Expenses ($)
20,000
Entered Travel Expenses ($)
10,000
Send the result context for a checklist or comparison path where a first-party route is available.
With the default inputs, the six entered cost categories total $135,000. A 10% contingency adds $13,500, producing a $148,500 gross budget scenario. With no entered reimbursements, the net budget scenario remains $148,500.
Prepare review checklist is available through the request path below.
Use this legal calculator to compare scenarios before committing money, time, or a provider conversation.
The estimate combines Entered Agency Fees ($), Entered U.S. Legal Fees ($), Entered Foreign Legal Fees ($) and returns Entered Cost Subtotal, Contingency Allowance, Gross Budget Scenario.
If the result changes your decision, verify the current quote, rate, eligibility rule, or provider term before acting.
Spot an error or need an update? Let us know
This calculator produces informational estimates only. It does not constitute legal advice, does not create an attorney-client relationship, and should not be relied upon for legal decisions. Laws vary by jurisdiction. Consult a qualified attorney for your specific situation.
No external sources are listed for this calculator. The estimates are computed from the documented formulas and the assumptions entered on this page.
See our Sources & Corrections policy for how data is checked, how sources are verified, and how errors are corrected.
Reviewed by the CalculateThis.ai editorial team. Updates: check back for latest parameters. Tools are for estimation only — verify with current provider terms.