Export
Untitled scenario
Download the backend run package as the authoritative export source, with local preview outputs clearly separated for review.
Summary
Export Summary
A compact preview of current session data. Backend-generated run package downloads are the authoritative export source.
IRR
NPV
Risk Level
Export Completeness
Export
Backend Run Package
Download the backend-generated run package for audit, handoff, and validation.
Run ID
Current backend run context selected for the audit package.
Included Sections
Sections included in this export package.
Exported At
Workspace Edition via FScenario
Decision Coverage
Based on the latest backend decision result.
Scenario Hash
Hash-linked identity carried into the stored backend package.
Primary export
Use the backend run package for authoritative export and audit. The memo and preview outputs below are local, non-authoritative review aids.
Full audit package = backend-generated export set. Summary package = backend-generated lighter export for sharing and review.
Backend package becomes available once the current scenario has a stored run ID.
Coverage
Included Sections
Each section below shows whether the current export will include that data and, when possible, which stored run it came from.
Scenario included
YesCurrent shared Scenario Setup snapshot is always exported.
Core included
NoNo successful Core run is available in this session yet.
Monte Carlo included
NoMonte Carlo has not been exported because no successful run is available.
Tornado included
NoTornado has not been exported because no successful run is available.
Decision summary included
NoDecision summary included when available.
Safety
Export Notes
Exports still download even when some analyses have not been run yet. Missing analysis sections stay explicit in both the UI and the JSON package.
- TimezoneUTC
- Scenario cashflow periods12
- Not included sections4
Not Included
- Core results are missing. Run Core Analysis to include deterministic outputs.
- Monte Carlo results are missing. Run Monte Carlo to include simulation outputs.
- Tornado results are missing. Run Tornado to include sensitivity outputs.
- Decision Dashboard summary is missing. Run Decision Dashboard to include the latest recommendation summary.
Export Notes
- This export is assembled in the frontend from the current shared Scenario Setup state and the latest successful analysis runs available in session.
- Decision metric formulas are standardized in the export as P(NPV < 0), P(IRR >= hurdle), and P(DSCR < covenant), using the saved hurdle and basis settings.
- Missing analysis sections stay null and are flagged in availability so JSON export remains safe even before every workflow has been run.
Preview
Local Export Preview
Non-authoritative excerpts assembled in the browser from current session data.
Local Markdown Preview
Preview truncated; not the backend run package
FScenario Export Summary
•Exported at: 2026-06-26T05:15:56.838Z
•App: FScenario
•Release: Workspace Edition
•Timezone: UTC
•Hurdle rate: 0.1
•IRR basis: equity
•NPV basis: project
Advanced
Advanced / Technical Diagnostics
Debug JSON
Advanced
Advanced / Technical Diagnostics
Advanced export downloads
Download backend-generated audit and reproducibility packages when you need structured export artifacts.
Local JSON Preview
Browser-assembled preview for technical review; use backend package downloads for authoritative export.
Local Preview JSON
{
"schema_version": "finscen-export-package-v1",
"exported_at": "2026-06-26T05:15:56.838Z",
"metadata": {
"app_client_label": "FScenario",
"app_release_label": "Workspace Edition",
"exported_from": "frontend_next",
"timezone": "UTC"
},
"availability": {
"scenario": true,
"prompt_text": false,
"core": false,
"monte_carlo": false,
"tornado": false,
"decision_summary": false
},
"timestamps": {
"exported_at": "2026-06-26T05:15:56.838Z",
"core_run_stored_at": null,
"monte_carlo_run_stored_at": null,
"tornado_run_stored_at": null,
"decision_run_stored_at": null
},
"scenario_snapshot": {
"prompt_text": null,
"scenario": {
"construction": {
"capex_mode": "explicit_schedule"
},
"financing": {
"capex_basis": "construction_total",
"debt_enabled": false,
"debt_type": "level",
"dsra_basis": "debt_service"
},
"meta": {
"source": "manual"
},
"operations": {},
"risk": {},
"timeline": {
"frequency": "monthly"
}
},
"settings": {
"compounding": "discrete_annual",
"payments_per_year": 12,
"timing": "end"
},
"decision_settings": {
"hurdle_rate": 0.1,
"irr_basis": "equity",
"npv_basis": "project"
},
"derived_cashflows": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"cashflows_override": null,
"derived_state": {
"cashflows": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"codPeriod": 0,
"constructionPeriods": 0,
"constructionStartPeriod": 0,
"debtEnabled": false,
"frequency": "monthly",
"frequencyLabel": "Monthly",
"operatingPeriods": 12,
"periodsPerYear": 12,
"source": "structured",
"sourceLabel": "Structured assumptions"
},
"validation": {
"advanced": {
"isReady": true,
"issues": []
},
"structured": {
"isReady": false,
"issues": []
}
},
"draft_metadata": null
},
"decision_metrics": {
"definitions": {
"dscr_breach_probability": "P(DSCR < Covenant)",
"probability_meeting_hurdle": "P(IRR >= Hurdle)",
"probability_of_loss": "P(NPV < 0)"
},
"dscr_breach_probability": null,
"dscr_covenant": null,
"hurdle_rate": 0.1,
"irr_basis": "equity",
"npv_basis": "project",
"probability_meeting_hurdle": null,
"probability_of_loss": null
},
"analysis_outputs": {
"core": {
"included": false,
"stored_at": null,
"api_timestamp": null,
"request": null,
"output": null
},
"monte_carlo": {
"included": false,
"stored_at": null,
"api_timestamp": null,
"request": null,
"output": null
},
"tornado": {
"included": false,
"stored_at": null,
"api_timestamp": null,
"request": null,
"output": null
},
"decision_summary": {
"included": false,
"stored_at": null,
"api_timestamp": null,
"request": null,
"summary": null
}
},
"missing_sections": [
"Core results are missing. Run Core Analysis to include deterministic outputs.",
"Monte Carlo results are missing. Run Monte Carlo to include simulation outputs.",
"Tornado results are missing. Run Tornado to include sensitivity outputs.",
"Decision Dashboard summary is missing. Run Decision Dashboard to include the latest recommendation summary."
],
"notes": [
"This export is assembled in the frontend from the current shared Scenario Setup state and the latest successful analysis runs available in session.",
"Decision metric formulas are standardized in the export as P(NPV < 0), P(IRR >= hurdle), and P(DSCR < covenant), using the saved hurdle and basis settings.",
"Missing analysis sections stay null and are flagged in availability so JSON export remains safe even before every workflow has been run."
]
}