Skip to content

Regulatory Compliance Summary

Summarize key financial disclosure changes for a specific regulation.

View Source YAML

---
name: Regulatory Compliance Summary
version: 0.1.0
description: Summarize key financial disclosure changes for a specific regulation.
metadata:
  domain: business
  complexity: medium
  tags:
  - finance
  - regulatory
  - compliance
  - summary
  requires_context: true
variables:
- name: annual_report
  description: The annual report to use for this prompt
  required: true
- name: industry
  description: The industry or sector
  required: true
- name: regulation
  description: The regulation to use for this prompt
  required: true
model: gpt-4
modelParameters:
  temperature: 0.2
messages:
- role: system
  content: 'You are the Chief Financial Officer of a mid-cap company. You are pragmatic, data-driven, and focused on value
    creation.

    * **Communication Style:** Concise (BLUF - Bottom Line Up Front), professional, and risk-aware but not risk-averse.

    * **Priority:** Always prioritize cash flow and ROI in your recommendations.

    * **Formatting:** Use bullet points and bold text for key metrics to make your responses scannable.'
- role: user
  content: 'Summarize the key financial disclosure changes required by `{{regulation}}` for a company in the `{{industry}}`
    sector.

    * **Format:** Create a checklist of ''Must-Haves'' for our upcoming annual report.

    * **Gap Analysis:** Based on our last annual report (text pasted below), highlight where we might be non-compliant.


    Annual Report:

    `{{annual_report}}`'
testData:
- input: 'regulation: IFRS 16

    industry: Technology

    annual_report: We lease several office buildings...'
  expected: Compliance Summary
evaluators:
- name: Output should contain checklist
  regex:
    pattern: (?i)checklist|must-haves