This
function returns the 1.401(a)(9)-6
Nonspouse JS Percentage Limit for distributions commencing under a distribution option that
is in the form of a joint and survivor annuity for the joint lives of the
employee and a beneficiary other than the employee's spouse.
NonSpousePct is based on the
following formula:
1. Based
on the dates of birth, calculate the Adjusted employee/beneficiary
age difference: EeAge = Year(BCD) -
Year(EEDOB) BeneAge = Year(BCD) -
Year(BeneDOB) AgeDifference = EeAge –
BeneAge, not less than 0 YearsUnder70 = 70 - EeAge, not
less than 0 AdjustedAgeDifference =
AgeDifference - YearsUnder70, not less than 0 2. Based on the Adjusted age
difference, look up the percentage in the table
|
Syntax
NonSpousePct (BCD, EEDOB, BeneDOB)
Parameter Name |
Description |
BCD |
Benefit commencement date |
EEDOB |
Employee
date of birth |
BeneDOB |
Beneficiary
date of birth |
Related Topics