EnterpriseDW
 dbo.FactPriorEnrollmentSnapshot (Table)
  Properties
Property Value
Name FactPriorEnrollmentSnapshot
Schema dbo
Row Count 224340
Data Size 16904 KB
Index Size 8 KB
Create Date 9/5/2012 10:56 AM
Description The Prior Enrollment Fact contains the record of the institutional enrollment for the terms one year prior to the active terms. The enrollment snapshote will be as of the day being processed. The fact will contain one row per student, per class where the student is enrolled (not dropped).
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
Foreign Key
ActiveTermSK
int(10, 0)
False
False
False
 
Unique key identifier for the associated active term, used to reference the term dimension.
Foreign Key
CurriculumSK
int(10, 0)
False
False
False
 
Unique key identifier for the class, used to reference the curriculum dimension.
Foreign Key
DateSK
int(10, 0)
False
False
False
 
Unique key identifier for the date, used to reference the date dimension.
Foreign Key
FTEClassificationSK
int(10, 0)
False
False
False
 
Unique key identifier for the FTE classification, used to reference the FTE classification dimension.
PriorClockHours
numeric(6, 2)
False
False
False
 
Contact Hours for the class if the student enrolled for the prior term and if the class is 'not' a credit class. The values are the EVAL_CRED_HRS for NonCredit classes and the CNTCT_HRS for Test classes.
PriorCreditAndClockHoursCombined
numeric(6, 2)
False
False
False
 
The total value of the Clock Hours divided by 30 and the Credit Hours combined.
PriorCreditHours
numeric(5, 2)
False
False
False
 
CreditHours for the class, if the student is enrolled for the prior term and the class is a credit class. Values are the CNTCT_HRS for credit classes.
PriorEnrollment
int(10, 0)
False
False
False
 
Indication that the student is enrolled in the class as of the relative day for the prior term (i.e. not dropped). The valid values are 1 for enrolled.
PriorFullTimeEquivalent
numeric(7, 6)
False
False
False
 
Calculated full time equivalent for the student for the class, if enrolled in the prior term. The values for credit classes is calculated by CreditHours divided by 30 and for NonCredit Classes by ContactHours divided by 900.
PriorPaidEnrollment
int(10, 0)
False
False
False
 
Indication that the student is enrolled and paid for the class as of the relative day for the prior term. the valid values are 1 for paid and 0 for not paid.
PriorPaidFullTimeEquivalent
numeric(7, 6)
False
False
False
 
Calculated full time equivalent for the student for the class, if enrolled and paid in the prior term. The values for credit classes is calculated by CreditHours divided by 30 and for NonCredit Classes by ContactHours divided by 900. If the student is not paid, the value will be zero.
PriorRelativeDay
int(10, 0)
False
False
False
 
A numeric value which indicates the days as calculated from the start date of the prior term. The smaller the number, the closer the day is to the start of the term. Negative numbers indicate the day is prior to the start of the term.
Foreign Key
PriorTermSK
int(10, 0)
False
False
False
 
Unique key identifier for the prior term, used to reference the term dimension.
Foreign Key
StudentSK
int(10, 0)
False
False
False
 
Unique key identifier for the student, used to reference the student dimension.
Foreign Key
StudentTermSK
int(10, 0)
False
False
False
 
Unique key identifier for the student+Term, used to reference the student term dimension.
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
CurriculumSK
DimCurriculum
CurriculumSK
True
DateSK
DimDate
DateSK
True
FTEClassificationSK
DimFTEClassification
FTEClassificationSK
True
PriorTermSK
DimTerm
TermSK
True
StudentSK
DimStudent
StudentSK
True
StudentTermSK
DimStudentTerm
StudentTermSK
True
ActiveTermSK
DimTerm
TermSK
True
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.FactPriorEnrollmentSnapshot depends on)
Name Type
Table
Table
Table
Table
Table
Table
  Child Dependencies (objects that depend on dbo.FactPriorEnrollmentSnapshot)
Name Type
TABLE
TABLE
TABLE
TABLE
TABLE
TABLE
  Extended Properties
Object Property Value
FactPriorEnrollmentSnapshot
MS_Description
The Prior Enrollment Fact contains the record of the institutional enrollment for the terms one year prior to the active terms. The enrollment snapshote will be as of the day being processed. The fact will contain one row per student, per class where the student is enrolled (not dropped).
ActiveTermSK
MS_Description
Unique key identifier for the associated active term, used to reference the term dimension.
CurriculumSK
MS_Description
Unique key identifier for the class, used to reference the curriculum dimension.
DateSK
MS_Description
Unique key identifier for the date, used to reference the date dimension.
FTEClassificationSK
MS_Description
Unique key identifier for the FTE classification, used to reference the FTE classification dimension.
PriorClockHours
MS_Description
Contact Hours for the class if the student enrolled for the prior term and if the class is 'not' a credit class. The values are the EVAL_CRED_HRS for NonCredit classes and the CNTCT_HRS for Test classes.
PriorCreditAndClockHoursCombined
MS_Description
The total value of the Clock Hours divided by 30 and the Credit Hours combined.
PriorCreditHours
MS_Description
CreditHours for the class, if the student is enrolled for the prior term and the class is a credit class. Values are the CNTCT_HRS for credit classes.
PriorEnrollment
MS_Description
Indication that the student is enrolled in the class as of the relative day for the prior term (i.e. not dropped). The valid values are 1 for enrolled.
PriorFullTimeEquivalent
MS_Description
Calculated full time equivalent for the student for the class, if enrolled in the prior term. The values for credit classes is calculated by CreditHours divided by 30 and for NonCredit Classes by ContactHours divided by 900.
PriorPaidEnrollment
MS_Description
Indication that the student is enrolled and paid for the class as of the relative day for the prior term. the valid values are 1 for paid and 0 for not paid.
PriorPaidFullTimeEquivalent
MS_Description
Calculated full time equivalent for the student for the class, if enrolled and paid in the prior term. The values for credit classes is calculated by CreditHours divided by 30 and for NonCredit Classes by ContactHours divided by 900. If the student is not paid, the value will be zero.
PriorRelativeDay
MS_Description
A numeric value which indicates the days as calculated from the start date of the prior term. The smaller the number, the closer the day is to the start of the term. Negative numbers indicate the day is prior to the start of the term.
PriorTermSK
MS_Description
Unique key identifier for the prior term, used to reference the term dimension.
StudentSK
MS_Description
Unique key identifier for the student, used to reference the student dimension.
StudentTermSK
MS_Description
Unique key identifier for the student+Term, used to reference the student term dimension.
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[FactPriorEnrollmentSnapshot] Script Date: 03/09/2017 17:14:59 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[FactPriorEnrollmentSnapshot](
    [DateSK] [int] NOT NULL,
    [StudentSK] [int] NOT NULL,
    [StudentTermSK] [int] NOT NULL,
    [ActiveTermSK] [int] NOT NULL,
    [CurriculumSK] [int] NOT NULL,
    [FTEClassificationSK] [int] NOT NULL,
    [PriorTermSK] [int] NOT NULL,
    [PriorRelativeDay] [int] NOT NULL,
    [PriorEnrollment] [int] NOT NULL,
    [PriorPaidEnrollment] [int] NOT NULL,
    [PriorCreditHours] [numeric](5, 2) NOT NULL,
    [PriorClockHours] [numeric](6, 2) NOT NULL,
    [PriorFullTimeEquivalent] [numeric](7, 6) NOT NULL,
    [PriorPaidFullTimeEquivalent] [numeric](7, 6) NOT NULL,
    [PriorCreditAndClockHoursCombined] [numeric](6, 2) NOT NULL
) ON [PRIMARY]
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot]  WITH CHECK ADD  CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimCurriculum] FOREIGN KEY([CurriculumSK])
REFERENCES [DimCurriculum] ([CurriculumSK])
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot] CHECK CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimCurriculum]
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot]  WITH CHECK ADD  CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimDate] FOREIGN KEY([DateSK])
REFERENCES [DimDate] ([DateSK])
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot] CHECK CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimDate]
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot]  WITH CHECK ADD  CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimFTEClassification] FOREIGN KEY([FTEClassificationSK])
REFERENCES [DimFTEClassification] ([FTEClassificationSK])
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot] CHECK CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimFTEClassification]
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot]  WITH CHECK ADD  CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimPriorTerm] FOREIGN KEY([PriorTermSK])
REFERENCES [DimTerm] ([TermSK])
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot] CHECK CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimPriorTerm]
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot]  WITH CHECK ADD  CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimStudent] FOREIGN KEY([StudentSK])
REFERENCES [DimStudent] ([StudentSK])
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot] CHECK CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimStudent]
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot]  WITH CHECK ADD  CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimStudentTerm] FOREIGN KEY([StudentTermSK])
REFERENCES [DimStudentTerm] ([StudentTermSK])
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot] CHECK CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimStudentTerm]
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot]  WITH CHECK ADD  CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimTerm] FOREIGN KEY([ActiveTermSK])
REFERENCES [DimTerm] ([TermSK])
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot] CHECK CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimTerm]


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'The Prior Enrollment Fact contains the record of the institutional enrollment for the terms one year prior to the active terms. The enrollment snapshote will be as of the day being processed. The fact will contain one row per student, per class where the student is enrolled (not dropped).' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Unique key identifier for the associated active term, used to reference the term dimension.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'ActiveTermSK'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Unique key identifier for the class, used to reference the curriculum dimension.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'CurriculumSK'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Unique key identifier for the date, used to reference the date dimension.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'DateSK'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Unique key identifier for the FTE classification, used to reference the FTE classification dimension.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'FTEClassificationSK'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Contact Hours for the class if the student enrolled for the prior term and if the class is ''not'' a credit class. The values are the EVAL_CRED_HRS for NonCredit classes and the CNTCT_HRS for Test classes. ' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'PriorClockHours'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'The total value of the Clock Hours divided by 30 and the Credit Hours combined.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'PriorCreditAndClockHoursCombined'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'CreditHours for the class, if the student is enrolled for the prior term and the class is a credit class. Values are the CNTCT_HRS for credit classes.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'PriorCreditHours'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Indication that the student is enrolled in the class as of the relative day for the prior term (i.e. not dropped). The valid values are 1 for enrolled.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'PriorEnrollment'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Calculated full time equivalent for the student for the class, if enrolled in the prior term. The values for credit classes is calculated by CreditHours divided by 30 and for NonCredit Classes by ContactHours divided by 900.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'PriorFullTimeEquivalent'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Indication that the student is enrolled and paid for the class as of the relative day for the prior term. the valid values are 1 for paid and 0 for not paid.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'PriorPaidEnrollment'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Calculated full time equivalent for the student for the class, if enrolled and paid in the prior term. The values for credit classes is calculated by CreditHours divided by 30 and for NonCredit Classes by ContactHours divided by 900. If the student is not paid, the value will be zero.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'PriorPaidFullTimeEquivalent'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'A numeric value which indicates the days as calculated from the start date of the prior term. The smaller the number, the closer the day is to the start of the term. Negative numbers indicate the day is prior to the start of the term.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'PriorRelativeDay'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Unique key identifier for the prior term, used to reference the term dimension.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'PriorTermSK'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Unique key identifier for the student, used to reference the student dimension.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'StudentSK'


EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'Unique key identifier for the student+Term, used to reference the student term dimension.' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FactPriorEnrollmentSnapshot', @level2type=N'COLUMN',@level2name=N'StudentTermSK'
  Sample Data
Citizenship CitizenshipCode Country CountryCode CountryOfCitizenship CountryOfCitizenshipCode County CountyFIPSCode DateOfBirth EmployeeAK EmployeeFulltimeParttime EmployeeStudentId EmployeeType EmployeeTypeCode Ethnicity EthnicityCode FirstName FullName FunctionCode FunctionDesc Gender GenderCode HasActiveAssignment HasDirectDeposit HireDate IsAStudent LastActiveAssignmentDateRange LastName LastPayCheckDateRange Location LocationCode MiddleInitial NumberOfActiveAssignments PersonID PositionType PositionTypeCode PrimarySalaryAccountNumber RowEndDate RowIsCurrent RowStartDate State StateCode TerminationDate TerminationDateRange YearsOfServiceToInstitution ZipCode
U.S. Citizen C United States US United States US Palm Beach 099 1994-04-18T00:00:00-04:00 91953 Part Time N/A Employee FROMEMPL Not Hispanic Or Latino N Rodney Williams-Robinson, Rodney 25 Student Support Male M Yes No 2016-10-07T00:00:00-04:00 No N/A Williams-Robinson 1 to 3 Months President 10 1 91953 Stud Employment, Employee Awards 58 25500000-500014-10-58100 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:13:00-05:00 Florida FL 1900-01-01T00:00:00-05:00 N/A 0 33430
U.S. Citizen C United States US United States US Palm Beach 099 1997-08-30T00:00:00-04:00 91251 Part Time N/A Employee FROMEMPL Not Hispanic Or Latino N Leeson Hachmi, Leeson 15 Student Support Male M No Yes 2016-01-06T00:00:00-05:00 No 1 to 3 Months Hachmi 1 to 3 Months Grants Generic 00 0 91251 Stud Employment, Employee Awards 58 15000000-200000-00-58300 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:13:00-05:00 Florida FL 1900-01-01T00:00:00-05:00 N/A 1 33407
U.S. Citizen C United States US United States US Palm Beach 099 1975-07-05T00:00:00-04:00 7786 Part Time N/A Employee FROMEMPL Not Reported X Daniel Nazario, Daniel W 11 Direct Instruction Male M No No 2001-01-29T00:00:00-05:00 No More than 2 Years Nazario More than 2 Years President 10 W 0 7786 Ops-Instructional, Other Professioanl 56 11420000-420100-10-56000 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:13:00-05:00 Florida FL 2001-02-26T00:00:00-05:00 More than 2 Years 0 33408
U.S. Citizen C United States US United States US Palm Beach 099 1995-07-25T00:00:00-04:00 91327 Part Time N/A Employee FROMEMPL Hispanic Or Latino Y Kevin Drysdale, Kevin 15 Student Support Male M No No 2016-02-08T00:00:00-05:00 No 7 Months to 1 Year Drysdale 7 Months to 1 Year Grants Generic 00 0 91327 Stud Employment, Employee Awards 58 15000000-200000-00-58300 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:13:00-05:00 Florida FL 2016-08-12T00:00:00-04:00 7 Months to 1 Year 0 33410
U.S. Citizen C United States US United States US Palm Beach 099 1990-01-04T00:00:00-05:00 72616 Part Time N/A Employee FROMEMPL Not Hispanic Or Latino N Keshia Pumphrey, Keshia T 25 Student Support Female F No Yes 2009-08-21T00:00:00-04:00 No More than 2 Years Pumphrey More than 2 Years President 10 T 0 72616 Stud Employment, Employee Awards 58 25500000-500000-10-58100 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:13:00-05:00 Florida FL 2011-11-30T00:00:00-05:00 More than 2 Years 2 33409
U.S. Citizen C United States US United States US Palm Beach 099 1969-12-11T00:00:00-05:00 7083 Part Time N/A Employee FROMEMPL Not Reported X Randall Whalen, Randall 11 Direct Instruction Male M No No 2000-11-07T00:00:00-05:00 No More than 2 Years Whalen More than 2 Years Vice Pres Of Admin & Finance 50 0 7083 Ops-Instructional, Other Professioanl 56 11420000-420100-50-56000 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:13:00-05:00 Florida FL 2000-12-05T00:00:00-05:00 More than 2 Years 0 33413
U.S. Citizen C United States US United States US Palm Beach 099 1980-09-24T00:00:00-04:00 6092 Part Time N/A Employee FROMEMPL Not Reported X Jason Carter, Jason R 11 Direct Instruction Male M No No 2000-07-18T00:00:00-04:00 No More than 2 Years Carter More than 2 Years President 10 R 0 6092 Ops-Instructional, Other Professioanl 56 11420000-420101-10-56500 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:13:00-05:00 Florida FL 2001-09-09T00:00:00-04:00 More than 2 Years 1 33414
U.S. Citizen C United States US United States US Palm Beach 099 1998-05-29T00:00:00-04:00 91804 Part Time N/A Employee FROMEMPL Hispanic Or Latino Y Austin Rocafort, Austin T 15 Student Support Male M Yes Yes 2016-08-15T00:00:00-04:00 No N/A Rocafort 1 to 3 Months Grants Generic 00 T 1 91804 Stud Employment, Employee Awards 58 15000000-200000-00-58300 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:13:00-05:00 Florida FL 1900-01-01T00:00:00-05:00 N/A 0 33433
U.S. Citizen C United States US United States US Palm Beach 099 1975-09-18T00:00:00-04:00 31488 Full Time N/A Employee FROMEMPL Not Hispanic Or Latino N Rheda Lanahan, Rheda E 16 Institutional Support Female F Yes Yes 2006-03-13T00:00:00-05:00 No N/A Lanahan 1 to 3 Months Unknown 92 E 1 31488 Personnel Cost-Other Professional 53 16222000-622200-92-53000 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:13:00-05:00 Florida FL 1900-01-01T00:00:00-05:00 N/A 10 33458
U.S. Citizen C United States US United States US Hamilton 065 1961-05-02T00:00:00-04:00 88228 Full Time N/A Employee FROMEMPL Not Hispanic Or Latino N David Long, David L 14 Academic Support Male M No Yes 2012-07-02T00:00:00-04:00 No 1 to 2 Years Long 1 to 2 Years President 10 L 0 88228 Personnel Cost-Management 51 14604000-460404-10-51100 9999-12-31T23:59:00-05:00 Y 2017-03-09T12:13:00-05:00 Tennessee TN 2015-09-30T00:00:00-04:00 1 to 2 Years 3 37421
Powered by BI Documenter