Header
- class sdmxthon.model.header.Header(ID=None, Test=False, Prepared=None, sender=None, Receiver=None, Name=None, Structure=None, DataProvider=None, DataSetAction=None, DataSetID=None, Extracted=None, ReportingBegin=None, ReportingEnd=None, EmbargoDate=None, Source=None)
Bases:
object
Header defines the basis for all message headers.
- property data_provider
Data provider of the Message
- property datasetID
ID of the Dataset
- property dataset_action
Action of the Dataset
- property embargo_date
Datetime of the Embargo (only in Data Messages)
- property extracted
Datetime of the information extracted
- property id_
Identifier of the Message
- property name
Name of the Message
- property prepared
Datetime of the preparation of the Message
- property receiver
Receiver of the Message
- property reporting_begin
Start of the reporting
- property reporting_end
End of the reporting
- property sender
Sender of the Message
- property source
Source of the Message
- property structure
Structures of the data in the Message
- property test
Sets if the Message is for testing purposes
Party
- class sdmxthon.model.header.Party(id_=None, Name=None, contact=None, extensiontype_=None)
Bases:
object
Party defines the information which is sent about various parties such as senders and receivers of messages.The id attribute holds the identification of the party.
- property contact
Contact of the Party
- property extensiontype
Dim_type attribute
- property id_
ID of the Sender/Receiver
- property name
Name of the Party