Difference between revisions of "CU Customization"
>Manager |
>Manager |
||
Line 16: | Line 16: | ||
==Extraction Macros== | ==Extraction Macros== | ||
− | + | The following are core member attributes in Vital Signs defined by the Credit Union | |
− | '''Member Record Status''' | + | '''Member Record Status Open''' |
− | Vital Signs | + | |
+ | How should Vital Signs determine that a member is open? | ||
Default Criteria: | Default Criteria: | ||
Line 27: | Line 28: | ||
'''Member PSA Funded''' | '''Member PSA Funded''' | ||
− | + | ||
+ | What is the minimum required balance in a primary savings account? | ||
Default Criteria: | Default Criteria: | ||
Line 34: | Line 36: | ||
'''Member Charged Off Loan''' | '''Member Charged Off Loan''' | ||
− | Vital Signs | + | |
+ | How should Vital Signs determine that a member has a charged off loan? | ||
Default Criteria: | Default Criteria: | ||
Line 41: | Line 44: | ||
'''Member Charged Off Share''' | '''Member Charged Off Share''' | ||
− | Vital Signs | + | |
+ | How should Vital Signs determine that a member has a charged off share? | ||
Default Criteria: | Default Criteria: | ||
Line 48: | Line 52: | ||
'''Member Dormant''' | '''Member Dormant''' | ||
− | Vital Signs | + | |
+ | How should Vital Signs determine that a member is dormant? | ||
Default Criteria: | Default Criteria: | ||
Line 55: | Line 60: | ||
'''Member Do Not Mail''' | '''Member Do Not Mail''' | ||
− | Vital Signs | + | |
+ | How should Vital Signs determine that a member should not receive mail? | ||
Default Criteria: | Default Criteria: | ||
Line 62: | Line 68: | ||
'''Member Bad Address''' | '''Member Bad Address''' | ||
− | Vital Signs | + | |
+ | How should Vital Signs determine that a member has a '''Bad Address'''? | ||
Default Criteria: | Default Criteria: | ||
Line 69: | Line 76: | ||
'''Member Credit Rating''' | '''Member Credit Rating''' | ||
+ | |||
How should Vital Signs gather the credit FICO score for a member? | How should Vital Signs gather the credit FICO score for a member? | ||
Revision as of 20:19, 14 September 2012
Overview
The CU Customization spreadsheet contains several sheets: Overview, Extraction Macros, Custom Ranges and Member Attributes.
The Overview sheet explains the rest of the CU Customization document and has several fields of input, specifically the Credit Union Name will be what is entered into Vital Signs.
The Extraction Macros sheet contains core definitions for attributes of the member set during the extraction of core data on the HPUX machine.
The Custom Ranges sheet contains the customizable ranges used in Vital Signs.
The Member Attributes sheet contains the 30 possible Custom Attributes that are defined by the Credit Union.
Overview
Contains a brief overview of the spreadsheet and entries for the Credit Union name and primary contact information.
Extraction Macros
The following are core member attributes in Vital Signs defined by the Credit Union
Member Record Status Open
How should Vital Signs determine that a member is open?
Default Criteria: (MEMBER-FILE.REST-FLAG-11 <> 80, 81 AND MEMBER-FILE.REST-FLAG-12 <> 80, 81)
Member PSA Funded
What is the minimum required balance in a primary savings account?
Default Criteria: (SHARE-FILE.BALANCE >= 500)
Member Charged Off Loan
How should Vital Signs determine that a member has a charged off loan?
Default Criteria: (MEMBER-FILE.CONTROL-FLAG(31) = 1)
Member Charged Off Share
How should Vital Signs determine that a member has a charged off share?
Default Criteria: (MEMBER-FILE.CONTROL-FLAG(34) = 1)
Member Dormant
How should Vital Signs determine that a member is dormant?
Default Criteria: (MEMBER-FILE.REST-FLAG-11 = 79)
Member Do Not Mail
How should Vital Signs determine that a member should not receive mail?
Default Criteria: MEMBER-FILE.CONTROL-FLAGS(21) = 1
Member Bad Address
How should Vital Signs determine that a member has a Bad Address?
Default Criteria: MEMBER-FILE.CONTROL-FLAGS(24) = 1
Member Credit Rating
How should Vital Signs gather the credit FICO score for a member?
Available Options:
Default (MEMBER-FILE.CREDIT-RATING)
The alternative is to gather this information from the most recent loan. (LNCRSCORE.LN-LAST-CRSCORE)
Member Relate Code
How should Vital Signs gather the MEMBER RELATE code?
Available Options:
Default (MEMBER-RELATE.CURRENT-CODE)
A common alternative is to gather this information from (MEMBER-FILE.DEPARTMENT)
Share Record Status Open
How should Vital Signs determine that a share is open?
Default Criteria: (SHARE-FILE.REST-FLAG-11 <> 80, 81 AND SHARE-FILE.REST-FLAG-12 <> 80, 81)
Share Record Countable
How should Vital Signs determine that a share can be counted in the total shares?
Default Criteria: (SHARE-FILE.REST-FLAG-11 <> 80, 81 AND SHARE-FILE.REST-FLAG-12 <> 80, 81 AND SHARE-FILE.DESC-ABRV="COS")
Share Charged Off
How should Vital Signs determine that a share is charged off?
Default Criteria: (SHARE-FILE.DESC-ABRV="COS")
Loan Record Status Open
How should Vital Signs determine that a loan is open?
Default Criteria: (LOAN-FILE.REST-FLAG-11 <> 80, 81 AND LOAN-FILE.REST-FLAG-12 <> 80, 81)
Loan Record Countable
How should Vital Signs determine that a loan can be counted in the total loans?
Default Criteria: (LOAN-FILE.REST-FLAG-11 <> 80, 81 AND LOAN-FILE.REST-FLAG-12 <> 80, 81 AND (LOAN-FILE.BALANCE > 0 OR LOAN-FILE.CREDIT-LIM > 0) AND LOAN-FILE.ACTION = "D")
Loan Charged Off
How should Vital Signs determine that a loan is charged off?
Default Criteria: (LOAN-FILE.COLLATERAL = 999 OR LOAN-FILE.ACTION = "O")