This page documents how Banner calculates Contact Hours, Total Student Contact Hours, and FTES.
CALB Student Handbook 8.8 was used as the primary source of truth for this documentation. |
Coronavirus scheduling uncovered that our historical precedents made tasks easier, but not granular enough to be accurate and adaptable.
Argos and EIS FTES reports both have incomplete logic to correctly calculate FTES for Independent Weekly and Independent Daily sections with a Lab/Activity/Other component.
https://sequoias.atlassian.net/browse/AP-58
CRN has only a STVACCT_WCH
of “Y”
CRN must be a credit course:IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')
CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)
Sum all values on each Hours per Week SSRMEET_HRS_WEEK
and multiply that by the Term Length Multiplier STVTERM_TERM_LEN_MULT
CRN has only a STVACCT_DCH
of “Y”
CRN must be a credit course:IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')
CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)
SSRMEET_HRS_DAY
multiplied by SSRMEET_MEET_NO
for each session and then sum each session together.
STVACCT_INDEPENDENT_IND
= “Y” and STVACCT_WCH
= “Y”
CRN must be a credit course:IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')
CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)
All sessions with a Meeting Type GTVMTYP_LAB_IND
of Lab, the values of the sessions' Hours Per Week SSRMEET_HRS_WEEK
are summed.
All sessions with a Meeting Type GTVMTYP_LAB_IND
of not Lab, the values of all sessions' Session Credit Hours SSRMEET_CREDIT_HR_SESS
are summed.
Then the two bullet points above are summed and then multiplied by the Independent Study Term Length Multiplier STVTERM_TERM_LEN_MULT_IS
.
Also validated from Banner Student Consulting meeting 3/4/21 |
We aren’t setup for this. If it becomes in use by Academic Services programming augmentation will have to take place. |
STVACCT_INDEPENDENT_IND
= “Y” and STVACCT_WCH
= “Y”
CRN must be a non-credit course: IF SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'N')
Or CRN is Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)
Returns this for now: "Not setup for IW Non-Credit two Census Avg."
STVACCT_DCH
= “Y” and STVACCT_INDEPENDENT_IND
= “Y”
CRN must be a credit course:IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')
CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)
For sessions that have a Meeting Type SSRMEET_MTYP_CODE
with a GTVMTYP_LAB_IND
of “N”, it will sum the Session Credit Hours SSRMEET_CREDIT_HR_SESS
and multiply that by the Independent Study Term Length Multiplier STVTERM_TERM_LEN_MULT_IS
.
For sessions that have a Meeting Type SSRMEET_MTYP_CODE
with a GTVMTYP_LAB_IND
of “Y”, it will take sum the session’s Total Contact Hours SSRMEET_HRS_TOTAL
.
Then the two bullet points above are summed.
Also validated from Banner Student Consulting meeting 3/11/21 @ 23 minute mark |
If SSBSECT_ACCT_CODE
has a STVACCT_CODE
with STVACCT_ACTUAL_IND
= “Y” irrespective of STVACCT_INDEPENDENT_IND
value
CRN can be credit or not SCBCRSE_CREDIT_STATUS_CODE
Sum SFRSCTR_ATTEND_HR
Unlike the rest of the Accounting Methods that are only calculating the Total Contact Hours, Positive Attendance calculates the Total Student Contact Hours (TSCH). Other Attendance Methods are calculating the Contact Hours before multiplying by enrollment data. |
All independent study to make sure all of them have FTES. Some courses run active without enrollment (SSBSECT_ENRL). Expect not to see results other than the 0 enrollment.
WHERE STVACCT_CODE IN ('I','ID','IW','TE','WE') AND CONTACT_HOURS_FTES IS NULL |
/* * ========================== * NOTE (Banner column docs): * ========================== * STVACCT_INDEPENDENT_IND - Independent study indicator, may be Y or blank, cannot be Y if any other indicator is Y * STVACCT_WCH - Weekly accounting method indicator, may be Y or blank, cannot be Y if DCH is Y * STVACCT_DCH - Daily accounting method indicator, may be Y or blank, cannot be Y if WCH is Y * */ |
"In Banner® CALBSTU, a contact hour is calculated and saved on each CRN Meeting
SSRMEET record. This value is summed and displayed in fields in the main window of
SSASECT, but it is not saved with the SSBSECT records."
The content by label feature displays related articles automatically, based on labels you choose. To edit options for this feature, select the placeholder below and tap the pencil icon.