{
  "value": "investment_analysis_report",
  "label": "Create Investment Analysis Reports",
  "description": "Generate comprehensive investment analysis reports for securities or portfolios. Input financial data and market conditions to create professional reports with recommendations.",
  "name": "Investment Analysis Report",
  "category": "Financial Services",
  "type": "Industry",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create an investment analysis report. I'll provide the security or portfolio details, financial metrics, and market context. Generate a comprehensive analysis including financial performance review, valuation metrics and peer comparison, risk factors and sensitivity analysis, market outlook and catalysts, and investment recommendation with target price. Include key ratios, growth projections, and clearly state assumptions. Note: This is for informational purposes only, not investment advice."
      }
    ]
  }
}