Inner TRIM3 Masthead

(wic)

Filter: simulation='wic'

displaying records 1-44 of 44

  MODULE STATUS WEBDESCIPTION DATE CREATED
1WIC_1_0(0) Inactive
  • initial version of WIC
  • 2004-05-07 14:46:21
    2WIC_1_1(0) Inactive
  • added AnnualUnitType
  • correction to annual colums in tables B1 and B2
  • threshold is monthly so have to divide by 12 in income test
  • change in IsChild
  • 2004-05-11 09:22:49
    3WIC_1_2(0) Inactive
  • revised tables B2, A1, S1 and C1
  • changed SetAnnualUnitType to include all ever-eligible persons instead of just the first month's eligibility.
  • fixed FamilyType -- it is base 1 not base 0 as orginally programmed
  • 2004-06-29 10:24:16
    4WIC_1_3(0) Inactive
  • Adjunctive eligibility for Medicaid now excludes separate SCHIP program that is not a SCHIP-funded Medicaid expansion.
  • 2004-06-29 11:47:22
    5WIC_1_4(0) Inactive
  • simpler UnitType definition
  • infants who weren't in families with their mothers were not being identified. this has been fixed.
  • fixed annual $ amounts in tables
  • Correction to SetBaseRow and SetAnnualBaseRow in table B2 for Women, infant and children row.
  • Correction to SetValueOfWic(month) added GetValueOfWicIndex(int month) to return proper index
  • 2004-06-30 15:30:04
    6WIC_1_5(0) Inactive
  • Correction to B2 OnWrite() index for row needs to run to 20. Was missing last group in total
  • 2005-05-20 14:06:50
    7WIC_1_6(0) Inactive
  • Fix to B2 and S1 IsHead function. FamilyType now referenced correctly
  • 2006-02-20 15:23:08
    8WIC_2_0(0) Inactive
  • .NET version. Identical to 1.6
  • 2007-01-09 15:05:22
    9WIC_3_0(0) Inactive
  • Same as version 2.0 but compiled with latest frame.
  • 2007-07-05 11:57:44
    10WIC_4_0(0) Inactive
  • Same as 3_0, but compatible with new frame.
  • 2007-10-25 12:50:40
    11WIC_5_0(0) Inactive
  • Version 4.0 re-compiled for most recent frame change (2007 ASEC conversion).
  • 2007-12-18 12:39:18
    12WIC_6_0(0) Inactive
  • Add national rule, PregnancyOption. Enables identification of pregnancy on basis of reported WIC receipt and demographic characteristics.
  • 2008-09-26 08:48:08
    13WIC_6_1(0) Inactive
  • Add Participation class and functionality, partially programmed.
  • Add state array program rule, ParticipationProbability.
  • 2008-09-26 15:11:51
    14WIC_6_2(0) Inactive2008-09-26 16:15:52
    15WIC_6_3(0) Inactive
  • Fully implements a preliminary participation function that includes the following new program rules and output variables:
    • PregnancyOption (eligibility program rule)
    • ParticipationProbability (program rule)
    • AnnualWICParticipation (annual output)
    • AnnualWICBenefitRcvd (annual output)
    • MonthlyWICParticipation (monthly output)
    • MonthlyWICBenefitRcvd (monthly output)
  • No new tables; yet to be programmed.
  • 2008-09-30 13:34:53
    16WIC_6_4(0) Inactive
  • Adds participant columns to tables B1, B2, and S1.
  • 2008-10-01 12:56:36
    17WIC_6_5(0) Inactive
  • Corrected participation assignment so that all eligible persons in a unit are assigned participation when a unit participates.
  • Get benefits participants receive from state array rule table rather than from the ValueOfWIC result variable, which is only coded when a person is eligible in a given month. A person may be a participant in months in which they are not eligible.
  • 2008-10-01 15:22:45
    18WIC_6_6(0) Inactive
  • Decrease simulation run time by eliminating at the outset households that are demographically ineligible. Also eliminate these households from table processing.
  • Technical changes to prevent compilation warnings; no impact on processing.
  • 2008-10-02 13:11:39
    19WIC_6_7(0) Inactive
  • Alter pregnancy test by including children who are 1 year older than the MaxAgeOfChild in the count of age-qualified children when determining if a household has a pregnant woman.
  • 2008-10-02 15:32:17
    20WIC_6_8(1) Active
  • Correction to participation decision of children--to include a second 6-month period if again eligible after the first 6-month period of participation.
  • 2017-06-06 11:20:36
    21WIC_6_9(0) Inactive
  • Include Medicaid enrollment type 23 when simulating adjunctive eligibility; it was formerly excluded. (Medicaid enrollment type is contained in WIC program rule MonthlyMedicaidReceipt.)
  • 2009-03-06 08:14:41
    22WIC_6_10(0) Inactive
  • Exclude from adjunctive eligibility persons whose Medicaid enrollment type is simulated as 74 (Adult SCHIP).
  • 2009-03-30 09:53:37
    23WIC_7_0(0) Inactive
  • Creates a WIC unit class of functions that includes the ability to adjust family units to include unmarried parents. Adds new state program rule TreatmentOfUnmarriedParents
  • and variable list program rule ParentIDs.
    2010-01-14 13:15:21
    24WIC_7_1(0) Inactive
  • Creates a WIC unit class of functions that includes the ability to adjust family units to include unmarried parents. Adds new state program rule TreatmentOfUnmarriedParents
  • and variable list program rule ParentIDs.
    2010-01-15 09:09:23
    25WIC_7_2(0) Inactive
  • Fixes a problem in state table S1. When rules were indicating to merge units of unmarried parents with their partners and FamilyType=2, the unit was double-counted in table S1 due to a glitch in function IsHead. IsHead() now checks if the person is an unmarried parent and if the unit was merged.
  • 2012-05-09 14:29:07
    26WIC_7_3(1) Active
  • Adds state tables S2 and S3.
  • 2015-09-15 12:03:48
    27WIC_7_4(0) Inactive
  • Modifies Table A1 to exclude allocated reporters from the "reported enrolled" columns if an allocation flag is available.
  • Adds Table A2: Survey-reported WIC, True Reports and Allocated Reports.
  • 2014-01-02 12:47:18
    28WIC_8_0(0) Inactive
  • Adds an alternative simulation option.
  • Adds program rule ParticipationInAlternativeSim to indicate how participation is to be determined in an alternative simulation.
  • 2014-01-03 13:05:11
    29WIC_8_1(1) Active
  • Fixes an error in the assignment of annual WIC benefits in alternative runs.
  • 2018-12-06 12:03:42
    30WIC_9_0(1) Active
  • Adds program rules PostpartumCertificationPeriod, ChildCertificationPeriod and InfantCertificationPeriod.
  • 2018-12-06 12:05:28
    31WIC_10_0(1) Active
  • Same as version 9_0, but updates source code to be compatible with VS10 compiler.
  • Recompiled to be compatible with latest TRIM executable.
  • 2014-01-31 10:13:31
    32WIC_11_0(1) Active
  • Adds variable list program rule BaselineWICDemoElig so that in an alternative simulation, eligibility due to pregnancy can be made consistent with the baseline.
  • 2016-09-19 09:50:14
    33WIC_12_0(1) Active
  • Create new state array rule "CertificationPeriod" to be used in place of existing state rules "PostpartumCertificationPeriod, InfantCertificationPeriod" and "ChildCertificationPeriod". New state array rule "UnmarriedParentInUnit" replaces existing state rule "TreatmentOfUnmarriedParents"
  • WARNING: THIS VERSION WILL NOT REPRODUCE PAST RESULTS. TO DO SO, YOU MUST USE AN OLDER VERSION OF THE CODE.
  • 2018-12-17 11:43:09
    34WIC_12_1(1) Active
  • Corrects the row "Total Persons – weighted benefits" in table B1, and all "weighted benefits" rows in table B2. In the previous versions (starting with version 8.0) the weights for the values in these rows were not applied.
  • 2018-12-27 13:16:00
    35WIC_12_2(2) Developers only
  • Makes use of a global variable to define maximum national array size and sets the value to 8 to accomodate the expansion of the WIC national array table required for the addition of new participation adjustment factors added in version 13_0.
  • WARNING: THIS VERSION WILL NOT REPRODUCE PAST RESULTS. TO DO SO, YOU MUST USE AN OLDER VERSION OF THE CODE.
  • 2019-01-23 06:44:00
    36WIC_13_2(1) Active
  • Corrected passing of parameter for age youngest child probability to match reference from table C2; revised code to allow non-eligible participants to be counted in Table C2 so that C2 and table B1 match.
  • 2019-02-07 17:07:43
    37WIC_13_5(1) Active
  • Deleted Table C2, renamed table C3 as table C2.
  • 2019-03-26 14:17:21
    38WIC_14_0(1) Active
  • Adding three new results variables: ParticipationRandomNumber, FamilyIsReporterUnit, and FinalPArticipationProbability.
  • 2019-03-29 15:52:54
    39WIC_14_1(1) Active
  • Replacing MonthlyDemogEligType with UnitType in determination of probability so that probability is unit level rather than person level
  • 2019-04-01 14:36:11
    40WIC_14_3(1) Active
  • Corrects Table C2 categorization for pregnant teens
  • 2019-04-09 10:16:12
    41WIC_15_0(2) Developers only
  • Adds variable list rule "EligInPriorWICSim". If a variable is provided and no one in a household has a value > 0, then the household is skipped.
  • 2019-07-29 10:48:19
    42WIC_15_1(1) Active
  • Technical change to attempt speed improvement when using "EligInPriorWICSim" rule. If a variable is provided and no one in a household has a value > 0, then the household is skipped.
  • 2019-07-30 09:09:26
    43WIC_15_2(1) Active
  • Error correction. Annual benefits received was being double counted when in alternative mode and ParticipationInAlternativeSim is set to option 3.
  • 2019-08-22 14:52:37
    44WIC_16_1(1) Active
  • Code correction: Secifies baseline simulation mode for baseline only processing.
  • 2019-09-22 22:59:26