Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SAAM is also helpful for what is allowed.

History

Coronavirus scheduling uncovered that our historical precedents made tasks easier, but not granular enough to be accurate and adaptable.

Current Status

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.

Jira Legacy
serverSystem JIRA
serverId8b861ae3-ff87-316b-a17e-97c61a7e2fb4
keyAP-58

Contact Hours by Attendance Method

Weekly (W)

Condition(s)

  1. CRN has only a STVACCT_WCH of “Y” and STVACCT_INDEPENDENT_IND = "N"

  2. CRN must be a credit course:IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')

  3. CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)

Calculation

Sum all values on each Hours per Week SSRMEET_HRS_WEEK and multiply that by the Term Length Multiplier STVTERM_TERM_LEN_MULT.

Daily (D)

Condition(s)

  1. CRN has only a STVACCT_DCH of “Y” and STVACCT_INDEPENDENT_IND = "N"

  2. CRN must be a credit course:IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')

  3. CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)

Calculation

SSRMEET_HRS_DAY multiplied by SSRMEET_MEET_NO for each session and then sum each session together.

Independent Weekly (IW)

Condition(s)

  1. STVACCT_INDEPENDENT_IND = “Y” and STVACCT_WCH = “Y”

  2. CRN must be a credit course:IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')

  3. CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)

Calculation

  • 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.

...

Independent Weekly Non-Credit census (two-census-averaging)

Note

We aren’t setup for this. If it becomes in use by Academic Services programming augmentation will have to take place.

Condition(s)

  1. STVACCT_INDEPENDENT_IND = “Y” and STVACCT_WCH = “Y”

  2. CRN must be a non-credit course: IF SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'N')

  3. Or CRN is Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)

Calculation

Returns this for now: "Not setup for IW Non-Credit two Census Avg."

Independent Daily (ID)

Condition(s)

  1. STVACCT_DCH = “Y” and STVACCT_INDEPENDENT_IND = “Y”

  2. CRN must be a credit course:IF SCBCRSE_CREDIT_STATUS_CODE IN (SELECT SVVCCST_CREDIT_STATUS FROM svvccst WHERE SVVCCST_CREDIT_COURSE = 'Y')

  3. CRN is not Inmate-only CRN. (Not currently used by COS and not programmed to handle this use case)

Calculation

  • 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.

...

Note

Change Request: CR-000182178 (force.com) seems to disagree with this. Says:
For ISDAY, the non-lab hrs value in total contact hrs calculation is multiplied with ISTLM when the term type parameter is SEMESTER.

See how the dust settles on this before creating a project to change local report.

Positive or Actual Attendance (P, E)

Condition(s)

  1. If SSBSECT_ACCT_CODE has a STVACCT_CODE with STVACCT_ACTUAL_IND = “Y” irrespective of STVACCT_INDEPENDENT_IND value

  2. CRN can be credit or not SCBCRSE_CREDIT_STATUS_CODE

 Calculation

Sum SFRSCTR_ATTEND_HR

Info

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.

Test Cases

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.

Other Relevant Documentation

Code Block
 /* 
    * ==========================
    * 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."

Reporting Date Procedures

1. Census Procedure Courses For Weekly or Daily Census courses in primary terms, including Alternative Attendance Accounting Procedure courses, the full-time equivalent student (FTES) is to be reported in the period in which the census accounting procedure is completed, even if the course is not completed by the deadline for reporting.

...

2. Actual Hours of Attendance Courses (Positive Attendance) For courses for which Actual Hours of Attendance Procedure are reported (Positive Attendance), the full-time equivalent student (FTES) is to be reported in the period in which the course is completed, even if the course overlaps fiscal years. Reference: T5 58003.1, 58010

Source (SAAM)

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@844
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "documentation" and type = "page" and space = "BF"
labelsdocumentation