Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions custom_dc/sample/variables.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: "Gender wage gap"
description: "Percentage difference between median earnings of men and women relative to median earnings of men"
populationType: dcid:Person
measuredProperty: dcid:wagesAnnual
statType: dcid:meanValue
statType: dcid:Ratio
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the domain for statType is property -- medianValue is the closest that we currently have (the full list is here -- look for the list of domainIncludes), or we can add something new for this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you're right. But it is odd that there is no ratio, percentage, difference etc. Even in go/dcguidebook we have a recommendation for percentages but no way to specifying this in the statType. Should we add these?

memberOf: dcid:OECD

Node: dcid:average_annual_wage
Expand All @@ -19,4 +19,4 @@ description: "Annual rates paid per employee in full-time equivalent unit in the
populationType: dcid:Person
measuredProperty: dcid:wagesAnnual
statType: dcid:meanValue
memberOf: dcid:OECD
memberOf: dcid:OECD
Loading