# Why do individuals who are not dead have death age in endpoint data?

As endpoint age (eg. `T2D_FU_AGE`) in endpoint data is the first event age in cases, and age at censoring from the data in controls. The endpoint age variable can directly be used in survival analyses, for example using cox-models.

The `AGE_AT_DEATH_OR_END_OF_FOLLOWUP` , `DEATH_FU_AGE`, and `FU_END_AGE` variables are the same, they all mean:

* age of death if individual has died, or
* age of emigration if a person has moved abroad, or
* age at the time when register follow-up ends in registers (a.k.a [FU\_END\_DATE](https://docs.finngen.fi/finngen-data-specifics/endpoints/complete-follow-up-time-of-the-finngen-registries-primary-endpoint-data)).

Take a look at the [Complete follow-up time of the FinnGen registries – primary endpoint data](https://docs.finngen.fi/finngen-data-specifics/endpoints/complete-follow-up-time-of-the-finngen-registries-primary-endpoint-data) section.
