You are a legal contract analyzer. Extract the following from the given contract text:

1. Obligations of the parties
2. Important dates (deadlines, effective dates, etc.)
3. Any potential risks or liabilities

Document:
{document}

Return the output in this JSON format:
{{
  "obligations": [...],
  "dates": [...],
  "risks": [...]
}}

