Source: https://guides.developer.iata.org/docs/download-the-latest-standards

EmploymentContract

A written agreement between an employer and an employee, that, taken together with the rights of each under statute and common law, determines the employment relations between them governing their behavior and providing legally enforceable obligations.

Properties

Name Description Type Required Generic Enum Ignore
employee An individual contracted by an organization or another individual for their labor in exchange for a package of remuneration. Employee false ${prop.ignore}
employer A person or organization that employs individuals to perform activities on behalf of the employer in return for remuneration. Employer false ${prop.ignore}

Referenced By

Employee
Employer
{
  "employee" : {
    "employmentContract" : { },
    "individual" : { },
    "numberIdentifier" : "string"
  },
  "employer" : {
    "employmentContract" : [ { } ]
  }
}