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
Enter your details find your pensions
Date Of Birth
National Insurance number
Given/Family Name
Search for your details.
  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.