LIMRA Data Exchange Standards Community Support Forum

 View Only

FAQ: How are Beneficiaries mapped in BEM?

  • 1.  FAQ: How are Beneficiaries mapped in BEM?

    Posted 07-26-2023 11:23

    Beneficiaries within BEM are mapped through the "BenefeciaryGroup" node, then into the Employee node. Dependents and Employee beneficiaries leverage the "BeneficiaryPartyID" to link the beneficiary node back to a specific Employee or Dependent within the transmission.

    • Within "Beneficiary" is a "BeneficiaryPartyID" related directly to an employee or a dependent.
    • For an employee, the "BeneficiaryPartyType" would be "Employee" and the "BeneficiaryRelationshipType" would be "Self".
    • For children beneficiaries the "BeneficiaryPartyType" would be "Dependent" and the "BeneficiaryRelationshipType" would be "Child".
    • The schema requires a dependent to be included with a complete dependent node to be sent as a beneficiary.
    			<BeneficiaryGroup>
    				<BeneficiaryGroupID>UC0014</BeneficiaryGroupID>
    				<Beneficiary>
    					<BeneficiaryPartyID>45</BeneficiaryPartyID>
    					<BeneficiaryPartyTypeCode>Employee</BeneficiaryPartyTypeCode>
    					<BeneficiaryPercent>100.00</BeneficiaryPercent>
    					<BeneficiaryTypeCode>Primary</BeneficiaryTypeCode>
    				</Beneficiary>
    			</BeneficiaryGroup>
    			<BeneficiaryGroup>
    				<BeneficiaryGroupID>2500014</BeneficiaryGroupID>
    				<Beneficiary>
    					<BeneficiaryPartyID>1522222</BeneficiaryPartyID>
    					<BeneficiaryPartyTypeCode>Dependent</BeneficiaryPartyTypeCode>
    					<BeneficiaryPercent>100.00</BeneficiaryPercent>
    					<BeneficiaryTypeCode>Primary</BeneficiaryTypeCode>
    				</Beneficiary>
    			</BeneficiaryGroup>


    #LDEx-General
    #LDEx-API
    #LDEx-BEM
    #LDEx-Implementation
    #LDEx-XML

    ------------------------------
    Michael J Grudgings
    Business Architect, Data Standards | LL Global, Inc.
    300 Day Hill Road, Windsor, CT, 06095
    t: (860) 298-3850 | mgrudgings@limra.com
    ------------------------------