Overview
This structure captures information on a period when a project role's RDC rate is overridden. RDC rate overrides are often used for contractors who are reimbursed at different rates depending on the project they work. See the Multiple RDC Rates How-to for more information on how and why it should be adopted.
Format
- PwsProjectRoleRdcException
- BeginDate: DateTime
- EndDate: DateTime
- HourlyRate: Double
- RdcCurrencyIdentity: PwsCurrencyRef
Element
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
BeginDate | DateTime | On Insert: No On Update: No | Null | The begin date of the RDC override period | 2018-02-01T00:00:00Z |
EndDate | DateTime | On Insert: No On Update: No | Null | The end date of the RDC override period | 2018-02-28T00:00:00Z |
HourlyRate | Double | On Insert: Yes On Update: No | The hourly RDC rate for the override period | 60 | |
RdcCurrencyIdentity | On Insert: Yes On Update: No | The currency of the RDC rate for the override period. Click here for more information. |