Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure represents the fields associated with a project cost baseline bucket. A project cost baseline will contain a collection of baseline buckets. All buckets in the same cost baseline share the same baseline-level attributes, such as the dimension, the primary metric and the active metrics. These common attributes are defined in the PwsProjectCostBaselineDetail or PwsProjectCostBaselineElement structures. The overall baseline starting and ending dates, as well the the bucket size (daily, weekly, monthly, etc) are also defined at the baseline level. The start and end dates on each bucket must correspond to expected boundary start and end dates per the baseline parameters.

Format


Panel
titlePwsProjectCostBaselineBucket
  • PwsProjectCostBaselineBucket

Elements


Element

Data Type

Required?

Default

Description

Sample Data

ClientAmount

Double

On Insert: Yes (if the PrimaryMetric is set to "C")

On Update: No

The budgeted client amount for this project cost baseline bucket.

This

This is only applicable if the

PrimaryMetric

primary metric is set to client amount (i.e. PrimaryMetric [baseline attribute] = "C").

2000

 


DisbursedAmount

Double

On Insert: Yes (if the PrimaryMetric is set to "D")

On Update: No

 

The budgeted

client

disbursed amount for this project cost baseline bucket.

This

This is only applicable if the

PrimaryMetric

primary metric is set to disbursed amount (i.e. PrimaryMetric [baseline attribute] = "D").

 


EndDate

DateTime

On Insert: Yes

On Update: No 

 

The end date (in midnight UTC) of the project cost baseline bucket  

2018-01-31T00:00:00.000Z
 


ExpenseAmount

Double

On Insert: Yes (if the PrimaryMetric is set to "E")

On Update: No

 

The budgeted expense amount for this project cost baseline bucket. This is only applicable if the

PrimaryMetric

primary metric is set to expense amount (i.e. PrimaryMetric [baseline attribute] = "E").

 .


ExpenseTypeGroupIdentity

PwsExpenseTypeGroupRef

On Insert: Yes (if the Dimension is set to "G")

On Update: No

 

The expense type group associated with the project cost baseline bucket. This is only applicable if the

Dimension

dimension is set to expense type group (i.e. Dimension [baseline attribute] = "G").

 


ExpenseTypeIdentity

PwsExpenseTypeRef

On Insert: Yes (if the Dimension is set to "E")

On Update: No 

 

The expense type associated with the project cost baseline bucket. This is only applicable if the

Dimension

dimension is set to expense type (i.e. Dimension [baseline attribute] = "E"). 

 


StartDate

DateTime

On Insert: Yes (unless it is the first bucket in the baseline)

On Update: No 

 

The start date (in midnight UTC) of the project cost baseline bucket

  

/interval)

2018-01-01T00:00:00.000Z
 


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                  <com:PwsProjectCostBaselineBucket>
                     <com:ClientAmount>2000</com:ClientAmount>
                     <com:EndDate>2018-01-31T00:00:00.000Z</com:EndDate>
                     <com:ExpenseTypeIdentity>
                        <com:ExpenseTypeName>Per Diem</com:ExpenseTypeName>
                     </com:ExpenseTypeIdentity>
                     <com:StartDate>2018-01-01T00:00:00.000Z</com:StartDate>
                  </com:PwsProjectCostBaselineBucket>