Pension Means of Living Canonical Evidence
Description
This evidence contains elements related to the Pension Means of Living Evidence. The Canonical Evidence in Use Case "Request Pension Information - Claim Pension" (MA UC3).
XSD
XSD files can be found on the GitHub repository.
Diagram
Attribute Specification
DE4A name | Property type | Cardinality | Data type | Related vocabulary | Controlled Vocabulary | Definition |
---|---|---|---|---|---|---|
PensionMeansOfLivingEvidence | Class | |||||
Identifier | Object | [0..1] | Identifier | cva:Cvidentifier | An unambiguous reference to the Pension Means of Living Evidence | |
IssueDate | Datatype | [1..1] | Date | udt:Date | The most recent date on which the Pension Means of Living Evidence instance was issued. | |
IssuingAuthority | Object | [1..1] | PublicOrganisation | A Public Organisation with official authority in charge of issuing the Pension Means of Living Evidence. | ||
Certifies | Object | [1..1] | PensionMeansOfLivingInfo | Attesting in a formal way that the pension data is true. | ||
PublicOrganisation | Class | Any organisation that is defined as being part of the public sector by a legal framework at any level. | ||||
Identifier | Object | [0..*] | Identifier | cva:Cvidentifier | Many organisations are referred to by an acronym or some other identifier. For example, among the EU institutions, the ECB is the identifier for the European Central Bank, OLAF for the European AntiN/AFraud Office, and so on. These are formally recognised by the European Commission which provides a list of such acronyms. Analogous lists should be used in other contexts. | |
PrefLabel | Datatype | [1..*] | Text | udt:Text | As defined in the ORG Ontology, a preferred label is used to provide the primary, legally recognised name of the organisation. An organisation may only have one such name in any given language. Primary names may be provided in multiple languages with multiple instances of the preferred label property. | |
PensionMeansOfLivingInfo | Class | Information on different pension benefits | ||||
DataSubject | Object | [1..1] | Person | The person who is subject to this information | ||
PensionList | Object | [0..1] | PensionList | List of pensions and benefits. Contains information on the pensions of the person for whom the query was made. | ||
PensionList | Class | |||||
Pension | Object | [1..*] | Pension | Contains detailed data about each specific pension. | ||
Pension | Class | |||||
PensionCategory | Datatype | [1..1] | PensionCategoryEnum | Literals of the specific codes of the Spanish pension system. The possible values are listed in tab "Pensions". | ||
Status | Datatype | [1..1] | StatusTypeEnum | Status of the benefit.
The possible values are: • ACTIVE: the citizen is receiving the unemployment benefit • NON-ACTIVE: the citizen is not receiving the unemployment benefit • NON-ACTIVE due to APRE (APRE: "Cumulative and early payment of contributory unemployment benefit to foreign workers returning to their country of origin") • NON-ACTIVE when the benefit has been capitalised | ||
GrossAmount | Object | [0..1] | MonetaryAmount | It corresponds to the amount of the benefit, including the amounts of possible deductions plus the amount of Personal Income Tax (if applicable). There may be benefits with a gross amount equal to zero.
For all social public benefits, the monthly amount of the benefit as at the date of consultation will be returned. For M6 or P6 direct payment benefits, the gross amount will be the amount that will be paid for the whole benefit even if it has not yet been paid. For temporary disability (direct payment benefit I6 or I7), the gross amount will be the amount that has been paid up to the time of the consultation. If there are confirmation statements captured but not paid, the payment will be calculated and included in the gross amount. Amount in euro cents. The Format is NNNNNNN | ||
NetAmount | Object | [0..1] | MonetaryAmount | It corresponds to the amount of the benefit after the possible deductions have been applied, plus the amount of Personal Income Tax (if applicable). There may be benefits with a net amount equal to zero, either because it is based on a gross amount of zero, or because it is zero after applying the corresponding deductions.
In all benefits outside the Social Security System, the net amount will coincide with the gross amount, since there is no available data on possible deductions. Amount in euro cents. The Format is NNNNNNN | ||
NumberPaymentsYear | Datatype | [0..1] | Numeric | It refers to the number of payments corresponding to that benefit in the period of one year. Unless there is an error, this field will always be returned within the benefits of the Registry of Public Social Benefits. | ||
PeriodOfTime | Object | [0..1] | PeriodOfTime | Effect date: It corresponds to the date of economic effects of the benefit. It will be returned in all cases, except for Temporary Disability benefits (I6 or I7), either the provision in Direct Payment or Delegated Payment. The format is YYYYMMDD
ExpectedEndDate: Corresponds to the date on which the benefit ends. No data will be returned for the benefits of the Registry of Public Social Benefits In the case of maternity or paternity, it will correspond to the expiration date of the subsidy. In the case of temporary disability, the end date is the date of the last payment made or the last confirmation part noted. In temporary disability, the delegated payment will not be completed. | ||
PeriodOfTime | Class | Period of time | ||||
StartDate | Datatype | [0..1] | Date | udt:Date | Effective start date of a period time. The format is YYYY-MM-DD | |
EndDate | Datatype | [0..1] | Date | udt:Date | Expected end date or effective end date in case of suspension/cancellation/finish. The format is YYYY-MM-DD | |
MonetaryAmount | Class | A monetary value. | ||||
currency | Datatype | [0..*] | Code | Currency | The currency in which the Monetary Amount is expressed. | |
amount | Datatype | [1..1] | Numeric | The quantitative value of the Monetary Amount. | ||
Person | Class | An individual natural person who may be dead or alive, but not imaginary. | ||||
Identifier | Object | [0..*] | Identifier | cva:Cvidentifier | The identifier relation is used to link a Person to any formally issued Identifier for that Person. | |
SocialSecurityNumber | Datatype | [1..*] | Identifier | cva:Cvidentifier | Social Security numbers of the consulted citizen. Up to 10 numbers can be returned, althoug citizens usually have only one Social Security number, but there are also cases with multiple social security numbers. | |
PersonName | Object | [1..1] | Name | The family name and given name of a Person. At least one of the two must exist. | ||
DateOfBirth | Object | [1..1] | DateObject | The day on which the Person was born. | ||
DateObject | Class | Structured representation of date with year, month and day of the month. | ||||
Year | Datatype | [0..1] | Year | xsd:gYear | A gregorian calendar year. The value space of Year is the set of Gregorian calendar years as defined in § 5.2.1 of ISO 8601. Specifically, it is a set of one-year long, non-periodic instances e.g. lexical 1999 to represent the whole year 1999, independent of how many months and days this year has. | |
Month | Datatype | [0..1] | Month | xsd:gMonth | A gregorian month that recurs every year. The value space of Month is the space of a set of calendar months as defined in § 3 of ISO 8601. Specifically, it is a set of one-month long, yearly periodic instances. | |
Day | Datatype | [0..1] | Day | xsd:gDay | A gregorian day that recurs, specifically a day of the month such as the 5th of the month. The value space of Day is the space of a set of calendar dates as defined in § 3 of ISO 8601. Specifically, it is a set of one-day long, monthly periodic instances. | |
Name | Class | A name of a person that includes the family and given name. | ||||
FamilyName | Datatype | [0..*] | Text | cbc:FamilyName | A family name is usually shared by members of a family. This attribute also carries prefixes or suffixes which are part of the family name, e.g. "de Boer", "van de Putte", "von und zu Orlow". Multiple family names, such as are commonly found in Hispanic countries, are recorded in the single family name field so that, for example, Miguel de Cervantes Saavedra's Family Name would be recorded as "de Cervantes Saavedra". | |
GivenName | Datatype | [0..*] | Text | cvb:GivenName | A given name, or multiple given names, are the denominator(s) that identify an individual within a family. These are given to a Person by his or her parents at birth or may be legally recognised as 'given names' through a formal process. All given names are ordered in one field so that, for example, the given name for Johann Sebastian Bach is 'Johann Sebastian'. |