{
  "value": "investment_analysis_calculator",
  "label": "Analyze Real Estate Investment",
  "description": "Perform comprehensive investment analysis for real estate opportunities. Input property financials and market data to receive detailed ROI calculations and recommendations.",
  "name": "Investment Analysis",
  "category": "Real Estate",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Analyze the real estate investment opportunity based on the financials I provide. Calculate: 1) Cash flow analysis (monthly and annual), 2) Cap rate and cash-on-cash return, 3) ROI and IRR projections, 4) Break-even analysis, 5) Debt service coverage ratio, 6) Appreciation scenarios (conservative/optimistic), 7) Tax implications overview, 8) Investment recommendation with risk assessment. Compare to alternative investment benchmarks."
      }
    ]
  }
}