Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaCal::fins2Cal Method

Calculates and returns the OACT insured status code for one date.

C++
static char fins2Cal(
    const WorkerDataGeneral& workerData, 
    const PiaData& piaData, 
    WorkerDataGeneral::ben_type ioasdi
);
Parameters 
Description 
const WorkerDataGeneral& workerData 
Worker's basic data. 
const PiaData& piaData 
Benefit calculation data. 
WorkerDataGeneral::ben_type ioasdi 
Type of benefit. 

The OACT insured status code, as follows:

Fully insured in nontotalization case. 
Not fully insured, but currently insured, survivor. 
Totalization case with more than 5 qc's, but not fully insured. 
Not fully insured nontotalization case other than survivor. 
Not fully or currently insured survivor. 
Totalization case with less than 6 qc's. 
Fully insured totalization case. 

Requires that CWHS insured status code has been calculated. Note that this is a static function.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!