Legal pillar · v0.16.0

litigation Litigation

Litigation record.

$id · https://corpospec.com/schemas/v0.16.0/litigation.schema.json

Fields

Field Type Required Description
claim_amount number yes Claim amount (claimant) or exposure (defendant).
confidentiality Confidentiality yes Cross-cutting confidentiality classification used across privacy, security, knowledge, IR pillars. Default rendering rule: `corpospec-report` excludes `Restricted | BoardOnly | InvestorOnly` records from public output unless an explicit audience parameter overrides. See BDR 0076 §1.
counterparty string yes Counterparty name (free-form).
currency IsoCurrency yes ISO 4217 currency code.
entity PathRef yes Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
forum string yes Court / forum (e.g. "Landgericht Berlin", "ICC arbitration", "BaFin", "AG Tiergarten").
id PathRef yes Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
internal_owner PathRef yes Internal sponsor.
jurisdiction IsoCountry yes ISO 3166-1 alpha-2 country code.
kind LitigationKind yes Dispute / case category.
material_for_disclosure boolean yes Whether the case is material enough for IR / board disclosure.
opened_at IsoDate yes ISO 8601 date (YYYY-MM-DD).
outcome_likelihood OutcomeLikelihood yes Outcome likelihood per IAS 37.
role LitigationRole yes Position in the dispute.
status LitigationStatus yes Case lifecycle.
summary string yes Description summary.
accrued_provision number? Accrued provision under IAS 37 (None if not yet provisioned).
case_number string? Case / docket number.
closed_at IsoDate?
counterparty_jurisdiction IsoCountry? Counterparty jurisdiction.
document_refs PathRef[] PathRefs to case-related documents.
external_counsel PathRef? External counsel (PathRef to vendor record).
related_ref PathRef? PathRef to related security incident, regulatory filing, etc.

Definitions

Shared types referenced within this schema.

Confidentiality
Cross-cutting confidentiality classification used across privacy, security, knowledge, IR pillars. Default rendering rule: `corpospec-report` excludes `Restricted | BoardOnly | InvestorOnly` records from public output unless an explicit audience parameter overrides. See BDR 0076 §1.
IsoCountry
ISO 3166-1 alpha-2 country code.
pattern: ^[A-Z]{2}$
IsoCurrency
ISO 4217 currency code.
pattern: ^[A-Z]{3}$
IsoDate
ISO 8601 date (YYYY-MM-DD).
type: string
LitigationKind
Dispute / case category.
LitigationRole
Position in the dispute.
LitigationStatus
Case lifecycle.
OutcomeLikelihood
Outcome likelihood per IAS 37.
PathRef
Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$

Reference in your YAML

# yaml-language-server: $schema=https://corpospec.com/schemas/v0.16.0/litigation.schema.json