title: ActiveOrHistoricCurrencyAndAmount
type: object
additionalProperties: false
description: >
  A number of monetary units specified in an active or a historic currency where
  the unit of currency is explicit and compliant with ISO 4217.
properties:
  ActiveOrHistoricCurrencyAndAmount:
    allOf:
      - $ref: ./ActiveOrHistoricCurrencyAndAmount_SimpleType.yaml
      - description: >
          Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.
  Ccy:
    allOf:
      - $ref: ./ActiveOrHistoricCurrencyCode.yaml
      - description: >
          Currency

          Identification of the currency in which the account is held.
required:
  - ActiveOrHistoricCurrencyAndAmount
  - Ccy
example:
  ActiveOrHistoricCurrencyAndAmount: 123.45
  Ccy: USD
