Community

FINRA CAT Reporting

Demonstrates the use of Orchestra to model the JSON-encoded CAT regulatory reporting protocol

Revisions

4.0.0-r18current
2024-07-24

How to use this Orchestra repository

See the Orchestra Gradle Plugin documentation to learn how to use this Orchestra repository in your project.

With the Orchestra Gradle Plugin you can:

If you already use the Orchestra Gradle Plugin, use the following snippet to create a derived repository based on FINRA CAT Reporting:

orchestra {
  specification {
    markdown {
      reference(orchestraHub("community/finra-cat", version = "4.0"))
    }
  }
}