Skip to main content

api_project_assignments_facts

⚠️ Important: Some fields in this table will be deprecated on Wednesday, January 7th, 2025. Please review the Deprecated Fields section below and migrate to the recommended alternatives.

This table provides project assignment fact data (hours and values over time) from Simplicate.

Description

The api_project_assignments_facts table exposes time-series data about project assignments, including assigned and registered hours and values per date/month.

Fields

Field NameTypeDescription
project_assignments_fact_idIntegerUnique identifier for the fact record
project_assignment_idIntegerIdentifier of the project assignment
dateDateDate of the fact record
monthDateMonth of the fact record
direct_assigned_hoursNumericDirect hours assigned for this date
direct_assigned_valueNumericMonetary value of direct hours assigned for this date
indirect_assigned_hoursNumericIndirect hours assigned for this date
indirect_assigned_valueNumericMonetary value of indirect hours assigned for this date
registered_hoursNumericTotal hours registered (direct + indirect) for this date
registered_valueNumericMonetary value of direct hours registered for this date
total_assigned_hoursNumericTotal hours assigned (direct + indirect) for this date
total_assigned_valueNumericTotal monetary value assigned (direct + indirect) for this date
registered_vs_assigned_hoursNumericThe difference between the registered hours and the assigned hours for this date
pct_registered_vs_assigned_hoursNumericThe percentage of the registered hours compared to the assigned hours for this date
tariffNumericAverage tariff calculated as total value divided by total hours for this date

Deprecated Fields

⚠️ Deprecation Notice: The following fields will be deprecated on Wednesday, January 7th, 2025. Please migrate to the recommended alternatives.

Deprecated FieldTypeRecommended Alternative
idIntegerproject_assignments_fact_id
key_project_assignment_idIntegerproject_assignment_id
  • api_project_assignments - Assignment details via project_assignment_id