Skip to content

Commit da517b5

Browse files
MaxGhenisclaude
andcommitted
Add POMS references to asset variables
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent c852328 commit da517b5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

policyengine_us/variables/household/assets/bank_account_assets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ class bank_account_assets(Variable):
1212
unit = USD
1313
definition_period = YEAR
1414
uprating = "gov.bls.cpi.cpi_u"
15+
reference = "https://secure.ssa.gov/poms.nsf/lnx/0501140200"

policyengine_us/variables/household/assets/bond_assets.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ class bond_assets(Variable):
1212
unit = USD
1313
definition_period = YEAR
1414
uprating = "gov.bls.cpi.cpi_u"
15+
reference = (
16+
"https://secure.ssa.gov/poms.nsf/lnx/0501140240",
17+
"https://secure.ssa.gov/poms.nsf/lnx/0501140250",
18+
)

policyengine_us/variables/household/assets/stock_assets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ class stock_assets(Variable):
1111
unit = USD
1212
definition_period = YEAR
1313
uprating = "gov.bls.cpi.cpi_u"
14+
reference = "https://secure.ssa.gov/poms.nsf/lnx/0501140220"

0 commit comments

Comments
 (0)