// CUSTOM PRICING MATRIX 
// You must customize this matrix with your own figures.
// See the User Guide for instructions.

var PLUSPACKSCALC = {

  matrix : {
    base : {
      PAPA : 350, 
      PADA : 275, 
      PAMM : 175, 
      PPOP : 100, 
      PAWE : 49, 
      PBIP : 150, 
      PBIO : 200, 
      PBIA : 250, 
      PBCP : 600, 
      PBCO : 750, 
      PBCA : 850,
      PPIO : 200, 
      PPCO : 600,
      PEWE : 75,
      PICO : 175, 
      PCOM : 25,
      PICR : 0,
      PERS : 100,
      0:0
    },
    duration: {
      6 : 1,
      12 : 1.3,
      36 : 1.69,
      60 : 2.197,
      120 : 2.8561,
      0:0
    },
    coverage : {
      local : 1,
      regional : 1.3,
      national : 1.69,
      continental : 2.197,
      world : 2.8561,
      0:0
    },
    duration50: {
      6 : 1,
      12 : 1.5,
      36 : 2.25,
      60 : 3.375,
      120 : 5.0625,
      0:0
    },
    coverage10: {
      local : 1,
      regional : 1.1,
      national : 1.21,
      continental : 1.331,
      world : 1.4641,
      0:0
    },
    coverage25: {
      local : 1,
      regional : 1.25,
      national : 1.5625,
      continental : 1.953125,
      world : 2.44140625,
      0:0
    },
    coveragePBIP: {
      local : 1,
      regional : 1.333333,
      national : 2,
      continental : 2.666666,
      world : 3.333333,
      0:0
    },
    coveragePBIO: {
      local : 1,
      regional : 1.25,
      national : 1.75,
      continental : 2.25,
      world : 2.75,
      0:0
    },
    coveragePBIA: {
      local : 1,
      regional : 1.20,
      national : 1.40,
      continental : 1.60,
      world : 1.80,
      0:0
    },
    coveragePBCP: {
      local : 1,
      regional : 1.166666,
      national : 1.333333,
      continental : 1.5,
      world : 1.833333,
      0:0
    },
    coveragePBCO: {
      local : 1,
      regional : 1.133333,
      national : 1.266666,
      continental : 1.4,
      world : 1.666666,
      0:0
    },
    coveragePBCA: {
      local : 1,
      regional : 1.117648,
      national : 1.235294,
      continental : 1.352941,
      world : 1.588235,
      0:0
    },
    coveragePPIO: {
      local : 1,
      regional : 1.5,
      national : 2,
      continental : 2.5,
      world : 3,
      0:0
    },
    coveragePPCO: {
      local : 1,
      regional : 1.166666,
      national : 1.5,
      continental : 2.166666,
      world : 3,
      0:0
    },
    coverage333: {
      local : 1,
      regional : 1.333333,
      national : 1.666666,
      continental : 2,
      world : 2.333333,
      0:0
    },

    coverageFlat: {
      local : 1,
      regional : 1,
      national : 1,
      continental : 1,
      world : 1,
      0:0
    },
    0:0
  },
  
  
  currency : {
    sign : "36",
    decimalSeparator : ".",
    decimalString : "00",
    0:0
  },
  
  
  notice : "",
  
  
  0:0
};
