{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.master.isla",
  "type": "object",
  "title": "BaseCurrency",
  "description": "The definitions regarding base currency determinations relating to the GMSLA.",
  "properties": {
    "baseCurrency": {
      "description": "The base currency as defined in the GMSLA.",
      "$ref": "cdm-base-staticdata-asset-common-CurrencyCodeEnum.schema.json"
    },
    "baseCurrencyMustBeFreelyConvertible": {
      "description": "The base currency that is defined must be freely convertible.",
      "type": "boolean"
    },
    "baseCurrencyIfOriginalNotFreelyConvertible": {
      "description": "If the base currency is not freely convertible, the fallback currency can be defined here.",
      "$ref": "cdm-base-staticdata-asset-common-CurrencyCodeEnum.schema.json"
    }
  },
  "required": [
    "baseCurrency"
  ]
}
