addedInput schema / properties / exposure_request / examples
Added value: +[
+ {
+ "counterparty": {
+ "jurisdiction": "Kazakhstan",
+ "name": "Example Kazakhstan Trading LLP",
+ "ownership_layers": [
+ "Holding A (KZ)",
+ "Holding B (UAE)"
+ ],
+ "sector": "trading_house"
+ },
+ "dated_sources": [
+ {
+ "date": "2026-05-20",
+ "id": "s1",
+ "source_type": "ofac_sdn_extract",
+ "title": "OFAC SDN list excerpt"
+ }
+ ],
+ "decision_stage": "onboarding",
+ "exposure_facets": [
+ "ownership_or_control",
+ "ict_or_dual_use_goods",
+ "transit_or_re_export"
+ ],
+ "jurisdiction_review_scope": [
+ "ofac",
+ "eu",
+ "uk_ofsi"
+ ],
+ "risk_question": "Does the disclosed ownership chain create indirect exposure under OFAC EO 14114 or EU sanctions package?"
+ }
+]
addedInput schema / properties / exposure_request / properties
Added value: +{
+ "counterparty": {
+ "properties": {
+ "jurisdiction": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "name": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "notes": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "ownership_layers": {
+ "type": "array"
+ },
+ "registered_identifiers": {
+ "type": "array"
+ },
+ "sector": {
+ "enum": [
+ "trading_house",
+ "logistics_forwarder",
+ "bank",
+ "fintech",
+ "broker_dealer",
+ "manufacturer",
+ "ict_or_electronics",
+ "metals_or_mining",
+ "energy_or_petrochem",
+ "agribusiness_or_grain",
+ "construction",
+ "professional_services",
+ "holding_or_spv",
+ "unknown",
+ "other"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "jurisdiction"
+ ],
+ "type": "object"
+ },
+ "dated_sources": {
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "decision_stage": {
+ "enum": [
+ "onboarding",
+ "periodic_review",
+ "pre_transaction",
+ "post_alert",
+ "committee_review",
+ "other"
+ ],
+ "type": "string"
+ },
+ "exposure_facets": {
+ "items": {
+ "enum": [
+ "ownership_or_control",
+ "financial_flows",
+ "ict_or_dual_use_goods",
+ "metals_or_mining",
+ "energy_or_petrochem",
+ "agribusiness_or_grain",
+ "transit_or_re_export",
+ "correspondent_banking",
+ "professional_enablers",
+ "shell_or_layered_structure",
+ "other"
+ ],
+ "type": "string"
+ },
+ "minItems": 1,
+ "type": "array"
+ },
+ "jurisdiction_review_scope": {
+ "items": {
+ "enum": [
+ "ofac",
+ "eu",
+ "uk_ofsi",
+ "un",
+ "fatf",
+ "eag",
+ "national_regulator",
+ "other"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "notes": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "requested_output": {
+ "enum": [
+ "structured_json",
+ "markdown_summary",
+ "both"
+ ],
+ "type": "string"
+ },
+ "risk_question": {
+ "minLength": 1,
+ "type": "string"
+ }
+}