{
  "borrower_name": "Borrower Name Inc.",
  "report_date": "YYYY-MM-DD",
  "executive_summary": "Summary of the credit profile...",
  "sections": [
    {
      "title": "Executive Summary",
      "content": "Detailed summary...",
      "author_agent": "Writer"
    },
    {
      "title": "Key Risks & Mitigants",
      "content": "Key Risks...",
      "author_agent": "Risk Officer"
    },
    {
      "title": "Financial Analysis",
      "content": "Analysis...",
      "author_agent": "Quant"
    }
  ],
  "key_strengths": [
    "Strength 1",
    "Strength 2"
  ],
  "key_weaknesses": [
    "Weakness 1",
    "Weakness 2"
  ],
  "financial_ratios": {
    "leverage_ratio": 0.0,
    "dscr": 0.0,
    "current_ratio": 0.0
  },
  "risk_score": 0.0,
  "credit_ratings": [
    {
      "agency": "Internal",
      "rating": "NR",
      "outlook": "Stable"
    }
  ],
  "agent_log": []
}
