{
  "$id": "https://hash.ai/@h/types/property-type/currency-code/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "An ISO 4217 currency code identifying the currency of monetary values.",
  "kind": "propertyType",
  "oneOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/text/v/1"
    }
  ],
  "title": "Currency Code"
}