LICENSE
PYPI_README.md
README.md
pyproject.toml
src/investment_journey_simulator/__init__.py
src/investment_journey_simulator/_app_entry.py
src/investment_journey_simulator/allocation.py
src/investment_journey_simulator/app.py
src/investment_journey_simulator/asset_presets.py
src/investment_journey_simulator/attribution.py
src/investment_journey_simulator/backtest.py
src/investment_journey_simulator/charts.py
src/investment_journey_simulator/compare_charts.py
src/investment_journey_simulator/constants.py
src/investment_journey_simulator/currency.py
src/investment_journey_simulator/dashboard_run.py
src/investment_journey_simulator/design_tokens.py
src/investment_journey_simulator/engine.py
src/investment_journey_simulator/event_order.py
src/investment_journey_simulator/formatting.py
src/investment_journey_simulator/fund_builder.py
src/investment_journey_simulator/gantt.py
src/investment_journey_simulator/goal_seek.py
src/investment_journey_simulator/holdings.py
src/investment_journey_simulator/inflation.py
src/investment_journey_simulator/journey.py
src/investment_journey_simulator/ledgers.py
src/investment_journey_simulator/market_data.py
src/investment_journey_simulator/models.py
src/investment_journey_simulator/money_weighted.py
src/investment_journey_simulator/narrative.py
src/investment_journey_simulator/page_links.py
src/investment_journey_simulator/palette.py
src/investment_journey_simulator/plan_modes.py
src/investment_journey_simulator/plan_policy.py
src/investment_journey_simulator/plan_scenario.py
src/investment_journey_simulator/portal_app.py
src/investment_journey_simulator/portal_state.py
src/investment_journey_simulator/py.typed
src/investment_journey_simulator/rebalancing_lab.py
src/investment_journey_simulator/regimes.py
src/investment_journey_simulator/returns.py
src/investment_journey_simulator/scenario_adapter.py
src/investment_journey_simulator/scenario_bridge.py
src/investment_journey_simulator/scenario_edits.py
src/investment_journey_simulator/scenario_io.py
src/investment_journey_simulator/scenario_migration.py
src/investment_journey_simulator/scenario_set.py
src/investment_journey_simulator/scenarios.py
src/investment_journey_simulator/schedules.py
src/investment_journey_simulator/stochastic.py
src/investment_journey_simulator/studio_app.py
src/investment_journey_simulator/tables.py
src/investment_journey_simulator/taxation.py
src/investment_journey_simulator/time_utils.py
src/investment_journey_simulator/timeline.py
src/investment_journey_simulator/timeline_app.py
src/investment_journey_simulator/validation.py
src/investment_journey_simulator.egg-info/PKG-INFO
src/investment_journey_simulator.egg-info/SOURCES.txt
src/investment_journey_simulator.egg-info/dependency_links.txt
src/investment_journey_simulator.egg-info/entry_points.txt
src/investment_journey_simulator.egg-info/requires.txt
src/investment_journey_simulator.egg-info/top_level.txt
src/investment_journey_simulator/data/__init__.py
src/investment_journey_simulator/data/nifty100_2023_2024.csv
src/investment_journey_simulator/data/nifty100_2024_2025.csv
src/investment_journey_simulator/data/nifty100_2025_2026.csv
src/investment_journey_simulator/diagrams/__init__.py
src/investment_journey_simulator/diagrams/money_flow.py
src/investment_journey_simulator/diagrams/svg_kit.py
src/investment_journey_simulator/exports/__init__.py
src/investment_journey_simulator/exports/excel_report.py
src/investment_journey_simulator/exports/pdf_report.py
src/investment_journey_simulator/guides/__init__.py
src/investment_journey_simulator/guides/india_resident.md
src/investment_journey_simulator/guides/nri_investment.md
src/investment_journey_simulator/guides/starting_investments.md
src/investment_journey_simulator/pages/__init__.py
src/investment_journey_simulator/pages/advanced_page.py
src/investment_journey_simulator/pages/compare_page.py
src/investment_journey_simulator/pages/goal_page.py
src/investment_journey_simulator/pages/guided_page.py
src/investment_journey_simulator/pages/guides_page.py
src/investment_journey_simulator/pages/home_page.py
src/investment_journey_simulator/pages/page_shell.py
src/investment_journey_simulator/pages/quick_page.py
src/investment_journey_simulator/pages/rebalancing_page.py
src/investment_journey_simulator/pages/reports_page.py
src/investment_journey_simulator/pages/risk_page.py
src/investment_journey_simulator/ui/__init__.py
src/investment_journey_simulator/ui/chrome.py
src/investment_journey_simulator/ui/fund_inputs.py
src/investment_journey_simulator/ui/gantt_view.py
src/investment_journey_simulator/ui/mode_banner.py
src/investment_journey_simulator/ui/money_flow_view.py
src/investment_journey_simulator/ui/plan_summary.py
src/investment_journey_simulator/ui/rail_view.py
src/investment_journey_simulator/ui/regime_notice.py
src/investment_journey_simulator/ui/result_view.py
src/investment_journey_simulator/ui/risk_view.py
src/investment_journey_simulator/ui/sidebar_controls.py
src/investment_journey_simulator/ui/studio_view.py
src/investment_journey_simulator/ui/theme.py
src/investment_journey_simulator/ui/timeline_view.py
src/investment_journey_simulator/ui/value_input.py
tests/test_app_smoke.py
tests/test_apply_actions.py
tests/test_asset_presets.py
tests/test_attribution.py
tests/test_benchmarks.py
tests/test_charges_and_scenarios.py
tests/test_compare_page.py
tests/test_control_limits.py
tests/test_currency.py
tests/test_design_tokens.py
tests/test_engine.py
tests/test_engine_audit.py
tests/test_engine_fuzz.py
tests/test_engine_overlaps.py
tests/test_engine_tax_fuzz.py
tests/test_event_order.py
tests/test_event_state_machine.py
tests/test_gantt.py
tests/test_goal_page.py
tests/test_goal_seek.py
tests/test_guided_page.py
tests/test_guides_and_regime.py
tests/test_house_typography.py
tests/test_inflation.py
tests/test_injected_styles.py
tests/test_input_styles.py
tests/test_journey_round_trip.py
tests/test_launch_figures.py
tests/test_market_data.py
tests/test_money_flow_diagram.py
tests/test_money_out.py
tests/test_money_weighted.py
tests/test_month_collisions.py
tests/test_no_product_names.py
tests/test_onboarding.py
tests/test_packaging.py
tests/test_palette.py
tests/test_plan_modes.py
tests/test_plan_policy.py
tests/test_plan_scenario.py
tests/test_portal_app.py
tests/test_presentation.py
tests/test_quick_page.py
tests/test_rail_and_journey.py
tests/test_regimes.py
tests/test_reporting.py
tests/test_returns.py
tests/test_risk_page.py
tests/test_scenario_adapter.py
tests/test_scenario_edits.py
tests/test_scenario_io.py
tests/test_scenario_set.py
tests/test_sources_document.py
tests/test_stochastic.py
tests/test_studio_app.py
tests/test_taxation.py
tests/test_theme_config.py
tests/test_timeline.py
tests/test_units.py
tests/test_versioning.py
tests/test_vocabulary.py