|
Name |
|
|
Comment |
See MD_NonDegreeStudent in the StarsAcademicRecord package. |
|
Dimensional Type |
Dimension |
|
select |
|
Name |
Child Table/View |
|
ViewReference_58 |
|
|
ViewReference_61 |
|
|
ViewReference_163 |
|
Name |
|
Name |
|
Grant |
User |
|
SELECT,VIEW DEFINITION |
AcadRecordReader |
|
Name |
Data Type |
Comment |
Length |
|
MD_CollPers_SurrogateKeyNonDegr |
numeric |
|
|
|
MD_ColPers_ColleagueID |
char(7) |
Unique identifier in Colleague. Typically not exposed in reports. Used for internal joins and views within the data warehouse. If you think you need to print and analyze this attribute, think again - or check with the data warehouse team. Consider using Application ID instead. |
|
|
MD_Pers_HomeAddrNonUSProvince |
nvarchar(64) |
|
|
|
MD_Pers_IsVeteran |
varchar(7) |
"Yes" if a person is a veteran by federal government reporting standards, particularly EOE, for employees. "No" otherwise. Although the database also allows "Unknown" here, this value is not used. |
|
|
MD_Pers_EnterpriseUniqueID |
char(8) |
Unique "person" ID assigned to everyone connected with Carleton. Maintained by the identity management system. Should be mandatory, but we cannot make it so until the IdM system is complete and fully functioning - and we can call out to it in our ETL code. |
|
|
MD_Pers_CommonName |
nvarchar(64) |
Full legal name, with middle name or initial. Does not include honorifics unless these are part of the legal name and are available in the system from which the data is derived. This field is mandatory and has no default. |
|
|
MD_Pers_LastThenFirstName |
|
|
|
|
MD_Pers_Surname |
nvarchar(32) |
Surname in the US means the same thing as "last name." Does not include suffixes like Jr., or honorifics. |
|
|
MD_Pers_GivenName |
nvarchar(32) |
Given name in the US typically means the same thing as "first name." Default value is "missing". |
|
|
MD_Pers_MiddleName |
nvarchar(32) |
Middle name or initial (if available). This field is fairly "dirty" and poorly maintained in some of our systems, especially in Recruitment Plus (not because our staff is doing a poor job, but because they sources from which they obtain their data are of uneven quality). This field should be avoided, therefore, if possible, particularly for prospective student data. |
|
|
MD_Pers_Gender |
varchar(7) |
Must be Male, Female, or Unknown. |
|
|
MD_Pers_PrimaryAffiliation |
varchar(16) |
Main relationship to Carleton. Values should be taken from the identity management system, if available. Defaults to 'Unknown'. Values are taken from a controlled vocabulary including: Student, Faculty, Staff, Alum, Parent, Friend. |
|
|
MD_Pers_Citizenship |
nvarchar(64) |
A country name, not code. It is not guaranteed that all values for this attribute will be consistent across all dimensions. For example, citizenship for a prospective student in MD_Prospect (populated from Recruitment Plus) may be "Czek Republic," while citizenship for that same person in MD_DegreeStudent may be "Czekoslovakia". It would be nice to have these values all be consistent across the campus, but doing so would constitute a project in and of itself. Defaults to 'Unknown'. |
|
|
MD_Pers_AgeRange |
varchar(12) |
Age of person, discretized into a set of ranges useful for reporting and demographic classification. If age is unknown, the value of this attribute will be "Unknown." |
|
|
MD_Pers_HomeAddrCity |
nvarchar(32) |
City of home address. E.g., if my home address is 203 Woodley Street West, Northfield, MN 55057 USA, then my city is 'Northfield'. If my home address is unavailable, and all we have is a mailing address, we use the mailing address (in preference to nothing at all) because, presumably, I receive mail somewhere near where I live, or in a place I spend a lot of time. |
|
|
MD_Pers_HomeAddrUSState |
varchar(24) |
State of home address. E.g., if my home address is 203 Woodley Street West, Northfield, MN 55057 USA, then my state is 'Minnesota'. If I live outside the US, this attribute will be 'Not Applicable'. If no home address is available for me, the value will be 'Unknown'. If my home address is unavailable, and all we have is a mailing address, we use the mailing address (in preference to nothing at all) because, presumably, I receive mail somewhere near where I live, or in a place where I spend a lot of time. |
|
|
MD_Pers_HomeAddr5DigitUSZip |
char(5) |
5-digit US zipcode. Five digits (and not nine) because this attribute is intended for aggregate spatial analysis, i.e., for grouping people and things into geographical units. It's not meant to identify individual people or addresses, which is not something one typically does in a data warehouse. If you need details about where someone lives, exactly, use Microsoft Access to join data here to data in the appropriate transactional system (e.g., Recruitment Plus, Colleague, or Advance). Defaults to '0000'. |
|
|
MD_Pers_HomeAddrUSRegionFIPS |
varchar(64) |
Contains the FIPS US region (e.g., "Middle Atlantic" or "New England"). Defaults to "Unknown." Used for various reporting. Compare the USRegionCarleton, which is also used for institutional reporting. Everyone is encouraged to use one of these two systems, if at all possible - for consistency's sake. |
|
|
MD_Pers_HomeAddrUSRegionCarleton |
varchar(64) |
Contains the US region (e.g., "Middle States" or "New England"). Defaults to "Unknown." Used for various Carleton reports. Compare the USRegionFIPS, which is also used for various reports. Everyone is encouraged to use one of these two systems, if at all possible - for consistency's sake. |
|
|
MD_Pers_HomeAddrCountry |
nvarchar(64) |
DO NOT USE THIS FIELD FOR SERIOUS REPORTING. The data is entered for operational/addressing purposes, and is not of sufficiently high quality to work for analysis. |
|
|
MD_Pers_IsNonResidentAlien |
varchar(7) |
"Yes" if the person in question is not a citizen or national of the United States and who is in the United States on a visa or temporary basis and does not have the right to remain indefinitely. "No" otherwise. |
|
|
MD_Pers_IsOfUnknownRaceEthnicity |
char(3) |
"Yes" if neither the race nor ethnicity is known. "No" otherwise. Calculated from Race and IsHispanicOrLatino, as well as from OLDPrimaryRaceList. If the old race list is empty or 'Unknown' and if Race is 'Unknown', and IsHispanicOrLatino = 'Unknown' or 'No', then this attribute will be 'No'. It basically means we don't know enough to classify someone by ethnicity or race, in either the old or the new 2010 census system. |
|
|
MD_Pers_IsHispanicOrLatino |
varchar(7) |
Census requires that we ask first if a person is Hispanic, Latino, or of Spanish origin. This is the 'ethnicity' question. We may then ask a 'race' question. If the person in question lists Hispanic ethicity (or in the 'old' pre-2010 system) lists Hispanic as their 'race' then this attribute will be 'Yes'. If not, then 'no'. If no information is available, then 'Unknown'. |
|
|
MD_Pers_Race |
varchar(64) |
Holds the person's race. This attribute can be treated as "primary race" although the way this information is collected makes the two not entirely equivalent, since in some cases Carleton may choose to collect fuller information on people of multiple races. |
|
|
MD_Pers_RaceList |
varchar(128) |
Comma-separated list of all races a person claims to belong to, ordered (by preference? alphabetically? by an obscure "trumping" system we concoct?). |
|
|
MD_Pers_OLDPrimaryRace |
varchar(64) |
Until the census-2010 race/ethnicity system is fully implemented, this is our main "race" attribute. It should eventually become, hence the designation "old." It will still be populated, however, even after we have converted to the new census 2010 system, so that we can report easily across multiple years, both before and after the transition. And it is the only attribute you can reliably use to report on ethnicity data, longitudinally, before and after the transition (which began in late 2009). |
|
|
MD_Pers_OLDRaceList |
varchar(128) |
Comma-separated list of races a person claims to belong to, e.g., "Asian, White". Follows the order of races provided by the source system, which may or may not be ordered. Defaults to the empty string. Note that this attribute will still be populated, even after we have converted to the new census-2010 race/ethnicity system, so that we can report easily across multiple years, both before and after the transition. |
|
|
MD_PERS_OLDIPEDSETHNICITY |
|
Like MD_Pers_OLDPrimaryRace, but with alien status marked as a race. This is a standard IPEDS reporting (as opposed to "collection") category. |
|
|
MD_PERS_IPEDSETHNICITY |
|
|
|
|
MD_PERS_CROSSWALKEDIPEDSETHNICITY |
|
Uses new Census 2010 race/ethnicity categories if available, but otherwise maps old categories to the new system. Note that a racial status of Pacific Islander cannot be reconstructed from pre-2010 race/ethnicity information. All such people will appear as Asian. |
|
|
MD_Pers_Disability1 |
varchar(32) |
First of max 3 possible disabilities we track. Used for EOE purposes. Feds will be asking us to track this for students. Possibly needed for alumni and admissions statistics/reporting as well. |
|
|
MD_Pers_Disability2 |
varchar(32) |
|
|
|
MD_Pers_Disability3 |
varchar(32) |
|
|
|
MD_Pers_DisabilityList |
varchar(128) |
Comma-separated list of all disabilities. Feds will be asking us to track this for staff and students. |
|
|
MD_Stu_AcadLevel |
varchar(30) |
Colleague academic level names, Undergraduate (UG), Summer Graduate (SG), and Non-Degree (ND). We use the description here, not the 'code,' for human readability. If a student has graduated, then the value here will be 'Not applicable.' Ditto for students who have received aid offers, etc., but who have not matriculated. |
|
|
MD_NonDegStu_Type |
char(30) |
Non-degree students come in various flavors, including St Olaf students, High School students, etc. This field records the flavor. |
|
|
MD_NonDegStu_IsStOlafStudent |
varchar(7) |
Sometimes we include and sometimes we exclude St Olaf students in the non-degree-student counts. This field (which is "Yes" for St Olaf students, and "No" otherwise) helps toggle whether we include them or not in reports and analyses. |
|
|
MD_NonDegStu_RowStart |
datetime |
|
|
|
MD_NonDegStu_RowEnd |
datetime |
|
|
|
MD_NonDegStu_RowIsCurrent |
bit |
|
|
|
|
|