2.3: Getting Premium to be Paid
To know how much an insurance package would cost, issue this command.
Command
dump ipck_{category}-{type}-{package}*PRMM
- category should be the insurance category.
- type should be the insurance type.
- package should be the insurance package.
Example
dump ipck_loan-stnd-1111*PRMM
{
"srvcVrsn": "2",
"userInfo": {
"id": "us0123456789abcdefghij0123456789",
"athrzt": {
"id": "id1234567890abcdefghij1234567890",
"key": "ky1234567890abcdefghij1234567890"
}
},
"cmmnd": {
"cmmnd": "dump ipck_vhcl-cmpr-1111*PRMM",
"seed": {
"vhclValueForInsrnc": "12500000",
"insrncDrtn": "1y"
}
}
}
The table communicates the seed required to get the premium to be paid for a product.
Category | Type | Package | Seed |
---|---|---|---|
Professional Indemnity (indm) | - (stnd) | Package 1 (1111) | - |
Loan Repayment Guaranty - Individual (loan) | - (stnd) | Package 1 (1111) | 1: loanAmount The value should be a string. |
Loan Repayment Guaranty - Business (lbsn) | - (stnd) | Package 1 (1111) | 1: loanAmount The value should be a string. |
Phone Warranty - Flex 1 - Bi Annual (New + Used) (phnn) | - (flx1) | Package 1 (1111) | 1: insrncDrtn The value should be a string. |
Phone Warranty - Flex 2 - Bi Annual (New + Used) (phnn) | - (flx2) | Package 1 (1111) | 1: insrncDrtn The value should be a string. |
Laptop Warranty - Flex 1 - Bi Annual (New + Used) (lptp) | - (flx1) | Package 1 (1111) | 1: insrncDrtn The value should be a string. |
Laptop Warranty - Flex 2 - Bi Annual (New + Used) (lptp) | -(flx2) | Package 1 (1111) | 1: insrncDrtn The value should be a string. |
Device Warranty - Annual (Brand New Devices) (dvcc) | - (stnd) | Package 1 (1111) | 1: insrncDrtn The value should be a string. 2: valueToCnsdr The value should be a string. |
Car Insurance - 3rd Party - Private use (vhcl) | Third-party (tprt) | Package 1 (1111) | 1: insrncDrtn The value should be a string. |
Car Comprehensive Insurance - Private use (vhcl) | Comprehensive (cmpr) | Package 1 (1111) | 1: vhclValueForInsrnc If you want to under-insure a vehicle, provide a value lesser than its marker value. To insure it properly, provide its market value. The value should be a string. 2: insrncDrtn The value should be a string. |
Money Insurance (mnyy) | - (stnd) | Package 1 (1111) | 1: insrncDrtn The value should be a string. |
Health (hlth) | - (stnd) | Package 1 (1111) | 1: insrncDrtn The value should be a string. |
Health (hlth) | - (stnd) | Package 2 (1112) | 1: insrncDrtn The value should be a string. |
Health (hlth) | - (stnd) | Package 3 (1113) | 1: insrncDrtn The value should be a string. |
Householder Insurance (hhxx) | - (stnd) | Package 1 (1111) | 1: totalValueOfItemsToInsure |
Marine Insurance (Export) (mexx) | Standard - (stnd) | Package 1 (1111) | 1: proformaInvoiceValue The value should be a string. 2: insrncDrtn The value should be a string. |
Marine Insurance (Import) (mrnn) | Basic - (bscc) | Package 1 (1111) | 1: proformaInvoiceValue The value should be a string. 2: cargoType Possible Vales gnrl: General spcf: Specified 3: cargoDscrptn This data is only required when the value of cargoType is spcf. Possible Values bmhr: Building Materials & Hardware chfr: Chemicals & Fertilizers eema: Electrical/Electronics Materials & Appliances fpbv: Food Product & Beverages hgpe: Household Goods & Personal Effects imsp: Industrial Machinery & Spare Parts irmt: Industrial Raw Materials lvst: Livestock mvhc: Motor Vehicles ppst: Paper & Stationery ptap: Petroleum & Allied Products pprd: Pharmaceutical Products teap: Telecommunication Equipment & Appliances tlvs: Tobacco Leaves 4: originPort This data is only required when the value of cargoType is grnl. The value should be either: (i) the ISO Alpha-3 country code of the country of the origin port, e.g. NGA for Nigeria, USA for United States, etc; OR (ii) the region of the origin port ucnd: USA & Canada csam: Central & South America afrc: Africa safr: South Africa fest: Far East erpp: Europe iapn: India & Arabian Pennisula anzl: Australia & New Zealand See this page for list of countries and their respective ISO Alpha-3 country code. 5: insrncDrtn The value should be a string. |
Marine Insurance (Import) (mrnn) | Comprehensive - (cmpr) | Package 1 (1111) | 1: proformaInvoiceValue The value should be a string. 2: cargoType Possible Vales gnrl: General spcf: Specified 3: cargoDscrptn This data is only required when the value of cargoType is spcf. Possible Values bmhr: Building Materials & Hardware chfr: Chemicals & Fertilizers eema: Electrical/Electronics Materials & Appliances fpbv: Food Product & Beverages hgpe: Household Goods & Personal Effects imsp: Industrial Machinery & Spare Parts irmt: Industrial Raw Materials lvst: Livestock mvhc: Motor Vehicles ppst: Paper & Stationery ptap: Petroleum & Allied Products pprd: Pharmaceutical Products teap: Telecommunication Equipment & Appliances tlvs: Tobacco Leaves 4: originPort The value should be either: (i) the ISO Alpha-3 country code of the country of the origin port, e.g. NGA for Nigeria, USA for United States, etc; OR (ii) the region of the origin port ucnd: USA & Canada csam: Central & South America afrc: Africa safr: South Africa fest: Far East erpp: Europe iapn: India & Arabian Pennisula anzl: Australia & New Zealand See this page for list of countries and their respective ISO Alpha-3 country code. 5: insrncDrtn The value should be a string. |
Goods in Transit (gtrn) | - (stnd) | Package 1 (1111) | 1: goodsValue The value should be a string. |
Response Sample
{
"exctnFdbck": {
"id": "75"
},
"prmm" : "50"
}
Data Id | Meaning | Further Info |
---|---|---|
prmm | This data stands for the premium to be paid for the package. |
Updated about 2 years ago