|
Name |
|
|
Dimensional Type |
Dimension |
|
Comment |
Abstract entity for Carleton employees; generally not used as such. Instead, use staff and faculty child entities. This entity simply holds common faculty/staff attributes. |
|
CKT_MD_EMPLOYEE |
|
Name |
Child Table |
Foreign Key Columns |
|
AssetValueToEmployee |
MD_CollPers_SurrogateKeyEmp |
|
|
Reference_5 |
MD_CollPers_SurrogateKey |
|
|
Relationship_5 |
MD_CollPers_SurrogateKey |
|
|
Relationship_6 |
MD_CollPers_SurrogateKey |
|
|
Relationship_28 |
MD_CollPers_SurrogateKey |
|
|
Relationship_39 |
MD_CollPers_SurrogateKey |
|
|
Relationship_42 |
MD_CollPers_SurrogateKey |
|
|
Relationship_62 |
MD_CollPers_SurrogateKey |
|
|
Relationship_66 |
MD_CollPers_SurrogateKey |
|
|
Relationship_68 |
MD_CollPers_SupervisorKey |
|
|
Relationship_85 |
MD_CollPers_SurrogateKeyEmp |
|
|
Relationship_88 |
MD_CollPers_SurrogateKeyEmp |
|
|
Relationship_123 |
MD_CollPers_SurrogateKeyEmp |
|
|
Relationship_144 |
MD_CollPers_SurrogateKeyEmp |
|
|
Relationship_147 |
MD_CollPers_SurrogateKey |
|
|
Relationship_148 |
MD_CollPers_SurrogateKey |
|
|
Relationship_151 |
MD_CollPers_SurrogateKey |
|
|
Relationship_172 |
MD_CollPers_SurrogateKeyEmp |
|
|
Relationship_174 |
MD_CollPers_SurrogateKeyEmp |
|
|
Relationship_177 |
MD_CollPers_SurrogateKeyEmp |
|
|
Relationship_234 |
MD_CollPers_SurrogateKeyDStu |
|
|
Relationship_259 |
MD_CollPers_SurrogateKey |
|
|
Relationship_260 |
MD_CollPers_SurrogateKey |
|
|
Relationship_266 |
MD_CollPers_SurrogateKey |
|
Name |
Code |
|
Name |
|
Name |
Comment |
Domain |
Data Type |
Length |
|
MD_CollPers_SurrogateKey |
|
<None> |
numeric |
|
|
MD_Pers_AlienStatus |
As opposed to MD_Pers_IsNonResidentAlien, which simply classifies a person as a nonresident alien or not (and is normally more than sufficient for reporting), this field houses detailed alien status information. |
DW_CodeDesc |
varchar(32) |
32 |
|
MD_ColPers_ColleagueID |
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. |
DW_ColleagueID |
char(7) |
7 |
|
MD_Pers_EnterpriseUniqueID |
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. |
DW_EnterpriseUniqueID |
char(8) |
8 |
|
MD_Pers_CommonName |
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. |
DW_CommonName |
nvarchar(64) |
64 |
|
MD_Pers_Surname |
Surname in the US means the same thing as "last name." Does not include suffixes like Jr., or honorifics. |
DW_Surname |
nvarchar(32) |
32 |
|
MD_Pers_GivenName |
Given name in the US typically means the same thing as "first name." Default value is "missing". |
DW_GivenName |
nvarchar(32) |
32 |
|
MD_Pers_MiddleName |
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. |
DW_GivenName |
nvarchar(32) |
32 |
|
MD_Pers_Gender |
Must be Male, Female, or Unknown. |
DW_Gender |
varchar(7) |
7 |
|
MD_Pers_PrimaryAffiliation |
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. |
DW_CarlAffiliation |
varchar(16) |
16 |
|
MD_Pers_Citizenship |
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'. |
DW_Addr_Country |
nvarchar(64) |
64 |
|
MD_Pers_AgeRange |
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." |
DW_AgeRange |
varchar(12) |
12 |
|
MD_Pers_HomeAddrCity |
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. |
DW_Addr_City |
nvarchar(32) |
32 |
|
MD_Pers_HomeAddrUSState |
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. |
DW_Addr_USState |
varchar(24) |
24 |
|
MD_Pers_HomeAddr5DigitUSZip |
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'. |
DW_Addr_5DigitUSZipcode |
char(5) |
5 |
|
MD_Pers_HomeAddrUSRegionFIPS |
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. |
DW_USRegion |
varchar(64) |
64 |
|
MD_Pers_HomeAddrUSRegionCarleton |
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. |
DW_USRegion |
varchar(64) |
64 |
|
MD_Pers_HomeAddrCountry |
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. |
DW_Addr_Country |
nvarchar(64) |
64 |
|
MD_Pers_HomeAddrLatitude |
Latitude of home address, as a floating point number. Best populated for US addresses, and populated in a very coarse fashion for those (using the zipcode) before late summer 2011. |
<None> |
float |
|
|
MD_Pers_HomeAddrLongitude |
Longitude of home address, as a floating point number (negative = west longitude). Best populated for US addresses, and populated in a very coarse fashion for those (using the zipcode) before late summer 2011. |
<None> |
float |
|
|
MD_Pers_HomeAddrNonUSProvince |
|
DW_Addr_StateOrProvince |
nvarchar(64) |
64 |
|
MD_Pers_HomeAddrMilesFromCampus |
Distance in miles from Carleton main campus. Populated using the home address latitude and longitude, and only for US addresses with a zipcode. The value here has poor resolution and should not be used except for very general groupings (nothing with a resolution less than twenty miles). Eventually we may license a geocoding service, and populate this attribute well. Until then, YMMV. |
<None> |
float |
|
|
MD_Pers_IsNonResidentAlien |
"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. |
DW_YesNoOrUnknown |
varchar(7) |
7 |
|
MD_Pers_IsOfUnknownRaceEthnicity |
"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. |
DW_YesOrNoNOTNULL |
char(3) |
3 |
|
MD_Pers_IsHispanicOrLatino |
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'. |
DW_YesNoOrUnknown |
varchar(7) |
7 |
|
MD_Pers_Race |
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. |
DW_RaceForCensus2010 |
varchar(64) |
64 |
|
MD_Pers_RaceList |
Comma-separated list of all races a person claims to belong to, ordered (by preference? alphabetically? by an obscure "trumping" system we concoct?). |
DW_CommaDelimitedList |
varchar(128) |
128 |
|
MD_Pers_OLDPrimaryRace |
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). |
DW_CodeDescLong |
varchar(64) |
64 |
|
MD_Pers_OLDRaceList |
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. |
DW_CommaDelimitedList |
varchar(128) |
128 |
|
MD_Pers_IsVeteran |
"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. |
DW_YesNoOrUnknown |
varchar(7) |
7 |
|
MD_Pers_Disability1 |
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. |
DW_Disability |
varchar(32) |
32 |
|
MD_Pers_Disability2 |
|
DW_Disability |
varchar(32) |
32 |
|
MD_Pers_Disability3 |
|
DW_Disability |
varchar(32) |
32 |
|
MD_Pers_DisabilityList |
Comma-separated list of all disabilities. Feds will be asking us to track this for staff and students. |
DW_CommaDelimitedList |
varchar(128) |
128 |
|
MD_Emp_AdvanceID |
Advance ID used for joins to alumni tables. This attribute may be NULL and therefore should not be exposed to most users. Do not use this attribute in typical reports or queries. This attribute is a ten-character, zero-left-padded string of digits, e.g., 0000012481. |
DW_AdvanceID |
char(10) |
10 |
|
MD_Emp_PrimaryTitle |
Primary title for employee's primary position at Carleton. It is unclear whether this attribute is genuinely needed in the data warehouse. If you need to report on titles, you are probably generating lists or mailing labels, and for this you should go to the appropriate system of record - not the data warehouse. |
DW_Title |
varchar(64) |
64 |
|
MD_Emp_PrimaryDept |
Primary department with which an employee is affiliated. To report on the full range of positions for all employees, and not just their primary position, a join to the MD_CarletonDepartment dimension is needed through a fact table such as MF_PerPosition. Do not use this attribute unless you're sure of what you're doing. |
DW_Department |
varchar(64) |
64 |
|
MD_Emp_PrimaryOfficeBuilding |
Building where office (or primary office, if there are more than one) is located. |
DW_Building |
nvarchar(32) |
32 |
|
MD_Emp_YearsOfServiceRange |
Years of service at Carleton by range, 0 - 4, 5 - 9, etc. Defaults to "Unknown." |
DW_CodeDesc |
varchar(32) |
32 |
|
MD_Emp_Status |
Indicates whether someone affiliated with Carleton is an employee, dining services employee, student worker, retired, etc. Based on Colleague XHRP_CURRENT_STATUS, but here we use the description, not the two-letter code. E.g., for code 'EM' we use 'Employee' here; for 'DI' we use 'Directory-Only.' This is to make the attributes usable in reports without decode tables and data dictionaries. The descriptions are fairly lucid in and of themselves. |
DW_CodeDesc |
varchar(32) |
32 |
|
MD_Emp_AlienStatus |
Non-resident alien, resident alien, citizen in training, not applicable, etc. |
DW_CodeDesc |
varchar(32) |
32 |
|
MD_Emp_AppointmentReason |
This field provides information on why someone was hired (new leave replacement) or moved into a new position (e.g., promotion). |
DW_CodeDescLong |
varchar(64) |
64 |
|
MD_Emp_EndingReason |
Not currently populated. |
DW_CodeDescLong |
varchar(64) |
64 |
|
MD_Emp_IPEDSPositionCategory |
These are the IPEDS/EEO categories for the employee's primary position at Carleton. We use descriptions here, not codes. E.g., instead of 2B3, we use "Secretarial/Clerical". |
DW_CodeDescLong |
varchar(64) |
64 |
|
MD_Emp_IPEDSPositionFunction |
This data is not kept at Carleton, so this field is not populated. It will always contain the value 'Unknown.' |
DW_CodeDescLong |
varchar(64) |
64 |
|
MD_Emp_PrimaryPositionType |
This field tells us whether a person's employment at Carleton is permanent, temporary, student work, student break work, etc. |
DW_CodeDesc |
varchar(32) |
32 |
|
MD_Emp_PrimaryPositionClass |
This attribute segregates employees into various types (Faculty, Exempt, etc.). This is defined at the 'position level', so each position has its own class. Taken from POSITION->POS.CLASS in Colleague, using the record for the employee's primary position. |
DW_PositionClass |
varchar(32) |
32 |
|
MD_Emp_PrimaryPositionStartDate |
Start date for current position. If multiple positions are held, then we take the primary position. If the employee has left the organization, or for some other reason has no position start date, then the value here will be 9999-12-31. |
<None> |
datetime |
|
|
MD_Emp_PrimaryPositionStartYear |
Start year for current position. If multiple positions are held, then we take the primary position. If the employee has left the organization, or for some other reason has no position start date, then the value here will be 9999. |
<None> |
int |
|
|
MD_Emp_PrimaryPositionEndDate |
End date for primary position. Note that in general the value here will be 9999-12-31, indicating either that there is no end date, or that the end date is not available. |
<None> |
datetime |
|
|
|
|