records

records

Active filters Clear all

No active filters

Filters

Référentiel douanier - Taux de change

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
DATE_PUBLICATION
Date de publication (vendredi)

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
DATE_APPLICATION
Date de mise en application (lundi suivant la publication)

No description available for this field.

Name (identifier)
date_application
Type
date
Sample
                       
DEVISE
               

No description available for this field.

Name (identifier)
devise
Type
text
Sample
                       
COURS
               

No description available for this field.

Name (identifier)
cours
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"referentiel-douanier-taux-de-change",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/referentiel-douanier-taux-de-change"
      }
    ]
    ,
  • "definitions":
    {
    • "referentiel-douanier-taux-de-change":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/referentiel-douanier-taux-de-change_records"
            }
          }
        }
      }
      ,
    • "referentiel-douanier-taux-de-change_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"DATE_PUBLICATION",
              • "description":"Date de publication (vendredi)"
              }
              ,
            • "date_application":
              {
              • "type":"string",
              • "format":"date",
              • "title":"DATE_APPLICATION",
              • "description":"Date de mise en application (lundi suivant la publication)"
              }
              ,
            • "devise":
              {
              • "type":"string",
              • "title":"DEVISE",
              • "description":""
              }
              ,
            • "cours":
              {
              • "type":"number",
              • "title":"COURS",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets