Developer Programs

Learn

Docs
jXchange REST-Legacy Migration announced. Deadline for migration is July 31, 2026.

Managing Tax Plan Beneficiaries Across Multiple Accounts

Tutorials > Deposit > Managing Tax Plan Beneficiaries Across Multiple Accounts

When working with IRA accounts that share the same owner, you may notice that adding a beneficiary on one account causes that beneficiary to appear on another account. This tutorial explains why this happens and how Tax Plan grouping rules determine beneficiary behavior.

Step-by-Step Scenario

Step 1

Create IRA Account 1 for Owner 1

  • Add a Tax Plan
  • Add Primary Beneficiary 1

Step 2

Create IRA Account 2 for Owner 1

  • Add a Tax Plan
  • When fetching beneficiaries for this account, the system returns Beneficiary 1 (the beneficiary from Account 1)

Step 3

Add Beneficiary 2 on Account 2

  • Result: Beneficiary 2 appears on both Account 1 and Account 2
  • Likewise, beneficiaries added on either account appear on both

Why Does This Happen?

Because beneficiaries for Tax Plans are grouped by CustId and PlnCode, not by account.

If two or more accounts:

  • belong to the same customer (CustId), and
  • use the same Tax Plan (PlnCode)

…then they all share the same TaxPln and TaxPlnBenf records.

Key Concept: Tax Plan Grouping

  • A Tax Plan is tied to the combination of CustId + PlnCode
  • Any IRA certificates/accounts under that same combination will share the same beneficiary set
  • Therefore, adding a beneficiary to one account updates the shared Tax Plan, causing all accounts under that plan to reflect the same beneficiaries

Example

FieldAccount 1Account 2
CustId1234512345
PlnCodeIRA01IRA01
BeneficiariesB1, B2B1, B2

Since the CustId and PlnCode match, both accounts roll up to the same Tax Plan, so beneficiaries are attached at the plan level, not the account level.

Important Notes

  • You can have multiple accounts (certificates) under the same Tax Plan.
  • All accounts under a single CustId + PlnCode combination will share beneficiaries.
  • If the PlnCode changes, a new Tax Plan group is created, and beneficiaries will no longer overlap.

Summary

Beneficiaries appear on multiple IRA accounts because Tax Plans are not account-specific. As long as the same customer and same plan code are used, all related accounts inherit the same beneficiary records.

If you want accounts to have different beneficiaries, ensure they belong to different Tax Plans (different PlnCodes).


Have a Question?

Did this page help you?

Last updated Thu Feb 19 2026