PTX Lab BETA
WebApps
Jump to WebApps
PDP Data Elements
NEW TV Quote
NEW Find My Pensions
Pensions Dashboard Concept
Scheme Change
Encrypted Member Data
--- Brewing In The Lab ---
ProjectionCharting
ProjectionCharting
Pension Increase Exchange Model
Interactive Annual Member Statement
CARE projection Model
Defined Benefits Calculator
--- Archive ---
Transfer Value
Options Charting
Microservices
Jump to Microservices
Age Calculations
Service Calculations
Mortality Table
Present Value/Discount
D on D
L on L
Annuity Single Life
Annuity Certain
Temporary Annuity
Lifetime Allowance
RPI Change
GMP Fixed Rate
--- Brewing In The Lab ---
State Pension Age and Date
PTX.Data
Jump to PTX.Data
Encrypted Member Data
--- Brewing In The Lab ---
Pensions Data Checking and Remediation
Special Projects
Jump to Pensions Dashboard Projects
Pensions Dashboard Concept
Developer Zone
Jump to the Developer Zone
What is the PTX.WebPlugin?
Encrypted Member Data
Continuous Improvement
--- Brewing In The Lab ---
PTX Version Info
Contact Us
Visit PenTechX
Pensions Finder (Pensions Data Dashboard)
Welcome to the PTX Lab Pension Scheme pensions finder.
Using our Pensions Data Dashboard data model, we have created a concept for the Pensions Data Dashboard. This multi-step model mimics the user experience of searching for pensions with a provider, then the user can select which one they want further details on..
Process :
Step 1 - User enters their National Insurance Number (NINO), Date of birth (DOB) and Given/Family name. This is then converted into a Unique ID.
The system searches for the member using the Unique ID.
If the member is found, the a list of all pensions that the member has is returned in the form a Pension Identification Number (PeI) in addition to some individual member data and list of all pensions found.
Step 2 : User selects a Pension using the Pension Identification Number (PeI).
Pension, benefits and associated data is retrieved from the system and displayed to the user.
Step 1 - Enter your details to search and find if you have a pension in the PTX Lab Pension Scheme
Name of input
Value
Description
Date Of Birth
Enter DOB, Format DD/MM/YYYY
National Insurance number
Enter NINO - exclude last character
Given/Family Name
Enter given family name
Unique ID
-
Generated Unique ID, uses SHA256 Cryptography
Search not completed.
  Developer Zone info
RunTime Information
Error message
Microservice not called
JSON text
---
Calculation audit
---
Function Information
Function name
PTX_Individual_PDP_UID and GetPensionDetails_PDP
Description
Pensions Dashboard Data 'Find' Individual Data Example and Get Pension details
API sample signature (new window)
Find individual details :
https://ptxapp.azurewebsites.net/api/FindIndividual_PDP/?GET&DOB=04/11/1986&NINO=ZZ420049&GivenName=SIZER
or
https://ptxapp.azurewebsites.net/api/FindIndividual_PDP/?GET&PTX_Individual_PDP_UID=27c02248c1e8245b05060f9324928b68832eabde01f7db31f59505128de0fb1f
Get Pensions details
https://ptxapp.azurewebsites.net/api/GetPensionDetails_PDP/?GET&PDP_PeI_Benefit=026e1bc873a9ab61b789cb912e6781d8759cb517b60e04008a462b8d0972676b
Inputs required
DOB [Date Of Birth, string DD/MM/YYYY],
GivenName [string],
NINOShort [NINO string]
OR
PTX_Individual_PDP_UID [String PTXSHA256].
PDP_PeI_Benefit [string/GUID relating to the the unique ID asscoated to the benefits.
Outputs
json, class : Individual_PDP, PDP formatted Individual class.
json, class : PDPPension, formatted Pension/Benefit class.
Version number
Beta V0.0.2 20210429
Technical notes
Based on documents on the Pension Dashboard document Dec 2020.
This is a simplified example.
As part of our analysis a complete relational data model has been designed, built and integrated in to our PTX.APP engine. Individual members and pension data is looked up by using a cryptographic unique ID. Also see the Encrypted Member Data WebApp.