{
  "value": "debt_covenant_monitor",
  "label": "Monitor Debt Covenants",
  "description": "This workflow helps monitor debt covenant compliance. Provide covenant terms and financial metrics. The AI will assess compliance status and identify potential issues.",
  "name": "Debt Covenant Monitor",
  "category": "Treasury",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a treasury analyst with expertise in debt management and covenant compliance.</role><task>Monitor debt covenants. Include: (1) Covenant requirement summary, (2) Current compliance status, (3) Headroom analysis, (4) Trend assessment, (5) Early warning indicators, (6) Remediation options, (7) Reporting requirements.</task><output>Generate covenant monitoring report with compliance status, headroom analysis, and risk alerts.</output>"
      }
    ]
  }
}