Skip to content

Commit

Permalink
Add some new properties for SVs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 617578851
  • Loading branch information
n-h-diaz authored and copybara-github committed Mar 20, 2024
1 parent f478999 commit 21875cf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -3803,3 +3803,17 @@ typeOf: dcs:Property
name: "issuerBank"
domainIncludes: dcid:Debt
rangeIncludes: dcid:IssuerBankEnum

Node: dcid:isNormalizable
typeOf: schema:Property
domainIncludes: dcs:StatisticalVariable
rangeIncludes: schema:Boolean
name: "isNormalizable"
description: "Identifies whether the StatisticalVariable supports normalization by another StatisticalVariable."

Node: dcid:denominatorForNormalization
typeOf: schema:Property
domainIncludes: dcs:StatisticalVariable
rangeIncludes: schema:StatisticalVariable
name: "denominatorForNormalization"
description: "Additional StatisticalVariable that can be used for normalizing this StatisticalVariable. If unspecified and `isNormalizable` is True, then `Count_Person` is the default."

0 comments on commit 21875cf

Please sign in to comment.