File Name: v2_groups.csv

Structure

The required fields are marked in bold.

#Field NameTypeDescription
1insurer_slugString[64]Slug of the Payer provided by Osigu.
2policy_numberString[32]Policy/plan number, must match a record included in the v2_policies.csv file.
3codeString[32]Group code, must be unique within the groups of the policy/plan. If the Payer does not use segmentation, send a constant value like "GP01".
4nameString[128]Name of the segmentation or group. If the Payer does not use segmentation, send a constant value like "Default".
5currency_codeString[3] using the ISO 4217Currency code in which amounts are expressed.
6max_lifetime_benefitDecimal(15,5)Maximum lifetime benefit applicable to each group member. If max_annual_benefit has a value greater than 0, this must be 0.
7max_annual_benefitDecimal(15,5)Maximum benefit applicable during the policy term. If max_lifetime_benefit has a value greater than 0, this must be 0.
8deductible_amountDecimal(15,5)Deductible amount applicable to each group member.
9reimbursement_base_amountDecimal(15,5)Base reimbursement amount, applicable for Mexico. For other countries, send 0.
10statusEnum ( ENABLED | DISABLED )Status of the group.

Notes

  • This file is used to define groups within a policy/plan, allowing for segmentation of insured individuals.
  • Groups can have distinct configurations for benefits, deductibles, and reimbursement amounts.
  • The reimbursement_base_amount field is specific to Mexico and should be set to 0 for other regions.