User Story
As a Sonata configuration user / administrator,
I want the Tax Details field to appear on the Account tab in Account Maintenance for UK Annuity product types
so that I can view, insert and alter the tax code linked to an annuity account without requiring a manual back-end database update.
Acceptance Criteria
- AC1The Tax Details drop-down is visible on the Account tab for the UK Annuity (UKAN) product type without any database intervention.
- AC2Selecting a tax code from the drop-down correctly persists the association to the account.
- AC3Existing behaviour for SIPP (SIPT) accounts is unchanged.
- AC4The fix is driven by product configuration (product type / behaviour) rather than hard-coded SIPT logic.
Notes / Dependencies
Current workaround:
aclk_sipp_type_code_id manually updated in DB. Root cause is a hard-coded check for SIPT. Fix must be agreed with dev team as to whether it is a behaviour flag or product type extension.