Skip to content

Instantly share code, notes, and snippets.

@abel-masila
Created May 21, 2018 19:50
Show Gist options
  • Save abel-masila/00f14ba296ed4e16ba0868cc1bf9b9d3 to your computer and use it in GitHub Desktop.
Save abel-masila/00f14ba296ed4e16ba0868cc1bf9b9d3 to your computer and use it in GitHub Desktop.
const data=[
{
"date_issued": "2018-01-25",
"transaction_type": "IMPORT",
"policy_number": "jub/2018/0298",
"OPEN COVER (YES or NO)": "YES",
"endorsement_number": "jub/2018/0298/001",
"icc": "ICC-A",
"insured_name": "Another buyer",
"insured_email": "[email protected]",
"insured_tin": "999-666-333",
"intermediary_name": "ANOTHER BROKER",
"intermediary_tin": "111-222-333",
"goods_category": "Live Animals; Animal Products",
"country_of_origin": "US",
"conveyance": "SEA",
"financier": "exim",
"currency_code": "USD",
"exchange_rate_used": "2250",
"sum_insured": "1000000000",
"premium": "100000",
"VAT": "18000",
"unit_of_measure": "kgs",
"quantity": "25",
"cover_start_date": "2018-01-25"
},
{
"date_issued": "2018-01-25",
"transaction_type": "IMPORT",
"policy_number": "303598340",
"OPEN COVER (YES or NO)": "NO",
"endorsement_number": "303598340",
"icc": "ICC-B",
"insured_name": "Mwingine",
"insured_email": "[email protected]",
"insured_tin": "888-555-222",
"intermediary_name": "ANOTHER AGENT",
"intermediary_tin": "444-555-666",
"goods_category": "Prepared Foodstuffs Beverages, Spirits, Tobacco",
"country_of_origin": "TZ",
"conveyance": "SEA",
"currency_code": "TZS",
"exchange_rate_used": "1",
"sum_insured": "20000000000",
"premium": "2000000",
"VAT": "360000",
"unit_of_measure": "ltrs",
"quantity": "1520",
"cover_start_date": "2018-03-30"
},
{
"date_issued": "2018-01-25",
"transaction_type": "EXPORT",
"policy_number": "2018-01-23-061",
"OPEN COVER (YES or NO)": "YES",
"endorsement_number": "2018-01-23-061-00021",
"icc": "ICC-C",
"insured_name": "Kampuni ltd",
"insured_email": "[email protected]",
"insured_tin": "777-444-111",
"intermediary_name": "BROKER XYZ",
"intermediary_tin": "777-888-999",
"goods_category": "Chemicals And Chemicals Products",
"country_of_origin": "GB",
"conveyance": "AIR",
"currency_code": "GBP",
"exchange_rate_used": "3564",
"sum_insured": "300000000",
"premium": "75000000",
"VAT": "13500000",
"unit_of_measure": "kgs",
"quantity": "25052",
"cover_start_date": "2018-02-01"
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment