|
Anypia Programmer's Documentation
|
Represents one 2-character bic (Beneficiary Identification code) code.
class Bic;
The major bic code has the following possible values:
|
A |
primary (old-age or disability). |
|
B |
wife or husband (young or aged). |
|
C |
child (minor, student, or disabled). |
|
D |
aged widow(er). |
|
E |
mother or father. |
|
F |
parent. |
|
T |
transitionally insured. |
|
U |
transitionally uninsured. |
|
W |
disabled widow(er). |
The minor bic code has the following possible values:
If majorBic is B, then
|
blank |
aged wife or husband. |
|
2 |
young wife or husband. |
|
6 |
divorced aged wife or husband. |
If majorBic is D, then
|
blank |
aged widow(er). |
|
6 |
surviving divorced wife or husband. |
If majorBic is W, then
|
blank |
disabled widow(er). |
|
6 |
surviving disabled divorced wife or husband. |
An instance of this class is used in Secondary.
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|