Systems & Frameworks
For illustration, non-exhaustive
Common Data Model (CDM): A shared data language used to unify the format in which data is stored, making it easier to manage and integrate across systems.
GICS (Global Industry Classification Standard): A classification system to categorize publicly traded companies into sectors and industries, facilitating investment analysis.
JSON Schema: A declarative language for validating the structure of JSON data, ensuring that each element follows a specific format.
OpenAPI: A specification for building RESTful APIs, enabling developers to define APIs in a machine-readable format, promoting clearer documentation and interoperable services.
OpenFIGI: A system providing open, unified symbology across global asset identifiers, improving data synchronization across financial services industry.
Pydantic: A Python library for data validation and settings management using type hints, ensuring correct data types and structures in Python applications.
Schema Registry: A service that stores and manages schemas for serialized data, often used with Apache Kafka for data validation and compatibility checks.
Last updated
Was this helpful?