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
Welcome to the PTX Lab Pension Scheme Transfer Value WebApp.
This page demonstrates how member data can be used as part of a transfer value calculation process.
This example used encrypted data fetch method.
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, their member data required for the transfer calculation is returned. The user can then update if any of the information is incorrect.
Step 2 - After the data has been found clicking the button 'Calculate My Transfer Value' will carry out a Transfer Calculation based on the data using the PTX.APP calculation engine.
The transfer calculation is done on an actuarial basis, benefits are revalued as per the scheme rules to the members Normal Pension Age, an annuity is then applied to calculate the value at NPD, this value is then discounted back allowing for mortality to give the Transfer Value at Date of Calculation.
Step 1 - Enter your details to find your data 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
#Error Adding Input Table. [ASP.ptxcalcs_webapps_webapptvcalculatorexample_aspx.CreateFunctionSpecificInputTable] : 'System.Web.UI.WebControls.TextBox' does not contain a definition for 'Runat'
JSON text
---
Calculation audit
---
Function Information
Function name
FindIndividual_TV
Description
Individual Member Data used in an transfer value demo.
API sample signature (new window)
https://ptxapp.azurewebsites.net/api/FindIndividual_TV/?GET&IndividualID=1760d388c2def50e205e86b43350e589eddca0c6e449139c79607c049a758e9a
Do TV Calcs
https://ptxapp.azurewebsites.net/api/TVOut/?GET&DOB=25/01/1977&DOC=25/04/2020&DOL=05/03/1999&Gender=M&NPD=25/01/2037&Pre88Post78GMP_Ben_DOL=1.11&Pre90Post88GMP_Ben_DOL=2.22&Pre97Post90GMP_Ben_DOL=3.33&Pre85Post78XS_Ben_DOL=6.66&Pre88Post85XS_Ben_DOL=7.77&Pre90Post88XS_Ben_DOL=9.99&&Pre97Post90XS_Ben_DOL=11.11
Inputs required
FindIndividual_TV : IndividualID [String PTXSHA256]
TVOut : DOB [Date Of Birth, string DD/MM/YYYY],
DOC [Date Of Calculation, string DD/MM/YYYY],
DOL [Date Of Leaving, string DD/MM/YYYY],
Gender [M,F],
NPD [Normal Pension Date, string DD/MM/YYYY],
Pre88Post78GMP_Ben_DOL [double Pre 88 Post 78 GMP Benefits at DOL],
Pre90Post88GMP_Ben_DOL [double Pre 90 Post 88 GMP Benefits at DOL],
Pre97Post90GMP_Ben_DOL [double Pre 97 Post 90 GMP Benefits at DOL],
Pre85Post78XS_Ben_DOL [double Pre 85 Post 78 XS Benefits at DOL],
Pre88Post85XS_Ben_DOL [double Pre 88 Post 75 XS Benefits at DOL],
Pre90Post88XS_Ben_DOL [double Pre 90 Post 88 XS Benefits at DOL],
Pre97Post90XS_Ben_DOL [double Pre 97 Post 90 XS Benefits at DOL,
Outputs
json, class : IndividualTV, this is a demonstration class
Version number
Beta V0.0.2 20210429
Technical notes
This is a simplified data set that includes a few benefits and some simple member data. This data can be used as an data inputs for simple TV calculations as part of a example.