title: TaxRecordDetails3
description: |
  Details on the tax period and amount.
type: object
additionalProperties: false
properties:
  Prd:
    allOf:
      - $ref: ./TaxPeriod3.yaml
      - description: |
          Period

          Set of elements used to provide details on the period of time related to the tax payment.
  Amt:
    allOf:
      - $ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
      - description: |
          Amount

          Underlying tax amount related to the specified period.
required:
  - Amt
example:
  Prd:
    Yr: 2020
    Tp: MM01
    FrToDt:
      FrDt: '2020-01-01'
      ToDt: '2020-01-31'
  Amt:
    Amt: 100.00
    Ccy: EUR
