pyocf.types.currencycode

Type representation of an ISO 4217 currency code

pydantic model pyocf.types.currencycode.CurrencyCode

Type representation of an ISO 4217 currency code

field root: StringConstraints(strip_whitespace=None, to_upper=None, to_lower=None, strict=None, min_length=None, max_length=None, pattern=^[A-Z]{3}$)] [Required]
Constraints:
  • pattern = ^[A-Z]{3}$