Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.57 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <env:Envelope
  3. xmlns:env="http://www.w3.org/2003/05/soap-envelope"
  4. xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
  5. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  6. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  7. <env:Header>
  8. <wsse:Security
  9. xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
  10. xmlns:env="http://www.w3.org/2003/05/soap-envelope"
  11. xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" env:mustUnderstand="1">
  12. <wsse:UsernameToken>
  13. <wsse:Username>MTPLG_USRWS</wsse:Username>
  14. <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">MTPLG_USRWS</wsse:Password>
  15. </wsse:UsernameToken>
  16. </wsse:Security>
  17. </env:Header>
  18. <env:Body>
  19. <InsuranceSvc
  20. xmlns="http://www.fadata.bg/Insurance_Messages/v1.1/xml/"
  21. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fadata.bg/Insurance_Messages/v1.1/xml/ http://localhost/insisws/wsrqhandler:7011/schema?insis">
  22. <InsuranceSvcRq>
  23. <RegisterQuotationRq>
  24. <Client>
  25. <Entity>
  26. <CompanyData>
  27. <CustomerID>4444444444</CustomerID>
  28. <Name>Internal Client</Name>
  29. </CompanyData>
  30. </Entity>
  31. </Client>
  32. <Insureds>
  33. <Insured>
  34. <InsuredAmount>80000</InsuredAmount>
  35. <Currency>BGN</Currency>
  36. <Covers>
  37. <Cover>
  38. <CoverCode>PACKB2</CoverCode>
  39. <AnnexID>0</AnnexID>
  40. <InsuredAmount>0</InsuredAmount>
  41. <Currency>BGN</Currency>
  42. </Cover>
  43. </Covers>
  44. <Questionary>
  45. <Question>
  46. <ID>8303.2</ID>
  47. <AnswerID>2</AnswerID>
  48. </Question>
  49. <Question>
  50. <ID>8303.1</ID>
  51. <AnswerID>1</AnswerID>
  52. </Question>
  53. <Question>
  54. <ID>8303.11</ID>
  55. <AnswerID>1</AnswerID>
  56. </Question>
  57. <Question>
  58. <ID>8303.12.1</ID>
  59. <AnswerID>1999</AnswerID>
  60. </Question>
  61. </Questionary>
  62. <InsuredEntity>
  63. <ObjectID>-1</ObjectID>
  64. <OProperty>
  65. <PropertyKind>32</PropertyKind>
  66. <PropertyType>3214</PropertyType>
  67. <Name>Сграда</Name>
  68. <CustomProperties>
  69. <CustomProperty>
  70. <FieldName>OPP10</FieldName>
  71. <ProductCode>8303</ProductCode>
  72. <Value>1</Value>
  73. </CustomProperty>
  74. <CustomProperty>
  75. <FieldName>OPP11</FieldName>
  76. <ProductCode>8303</ProductCode>
  77. <Value/>
  78. </CustomProperty>
  79. </CustomProperties>
  80. <NewAddress>
  81. <Country>България</Country>
  82. <CountryCode>BG</CountryCode>
  83. <CountryState>23</CountryState>
  84. <State>София - град</State>
  85. <Region>София - Град</Region>
  86. <StateRegion>300</StateRegion>
  87. <City>София</City>
  88. <CityCode>4424</CityCode>
  89. <ZipCode>1000</ZipCode>
  90. <Address>Цариградско шосе</Address>
  91. <ResidentialAddress>
  92. <QuarterName/>
  93. <StreetName>Цариградско шосе</StreetName>
  94. <StreetNo>0</StreetNo>
  95. <BlockNo/>
  96. <Entrance>0</Entrance>
  97. <Floor>0</Floor>
  98. <Apartment/>
  99. </ResidentialAddress>
  100. </NewAddress>
  101. </OProperty>
  102. </InsuredEntity>
  103. </Insured>
  104. <Insured>
  105. <InsuredAmount>8000</InsuredAmount>
  106. <Currency>BGN</Currency>
  107. <Covers>
  108. <Cover>
  109. <CoverCode>CL_D1</CoverCode>
  110. <AnnexID>0</AnnexID>
  111. <InsuredAmount>0</InsuredAmount>
  112. <Currency>BGN</Currency>
  113. <Indemnity>
  114. <FranchiseType>DEDUCT</FranchiseType>
  115. <FranchiseDimension>P</FranchiseDimension>
  116. <FranchiseValue>2</FranchiseValue>
  117. <FranchiseCurrency>BGN</FranchiseCurrency>
  118. </Indemnity>
  119. </Cover>
  120. <Cover>
  121. <CoverCode>CL_D2</CoverCode>
  122. <AnnexID>0</AnnexID>
  123. <InsuredAmount>0</InsuredAmount>
  124. <Currency>BGN</Currency>
  125. </Cover>
  126. <Cover>
  127. <CoverCode>CL_K</CoverCode>
  128. <AnnexID>0</AnnexID>
  129. <InsuredAmount>0</InsuredAmount>
  130. <Currency>BGN</Currency>
  131. <Limits>
  132. <Limit>
  133. <CoverCode>CL_K</CoverCode>
  134. <LossType>1</LossType>
  135. <LimitType>POLICY</LimitType>
  136. <Amount>123</Amount>
  137. <Currency>BGN</Currency>
  138. <Dimension>V</Dimension>
  139. </Limit>
  140. </Limits>
  141. </Cover>
  142. <Cover>
  143. <CoverCode>ICC_SPECF</CoverCode>
  144. <AnnexID>0</AnnexID>
  145. <InsuredAmount>3500</InsuredAmount>
  146. <Currency>BGN</Currency>
  147. </Cover>
  148. <Cover>
  149. <CoverCode>PACKM2</CoverCode>
  150. <AnnexID>0</AnnexID>
  151. <InsuredAmount>8000</InsuredAmount>
  152. <Currency>BGN</Currency>
  153. </Cover>
  154. </Covers>
  155. <Questionary>
  156. <Question>
  157. <ID>8303.2</ID>
  158. <AnswerID>2</AnswerID>
  159. </Question>
  160. <Question>
  161. <ID>8303.1</ID>
  162. <AnswerID>1</AnswerID>
  163. </Question>
  164. <Question>
  165. <ID>8303.11</ID>
  166. <AnswerID>1</AnswerID>
  167. </Question>
  168. <Question>
  169. <ID>8303.12.1</ID>
  170. <AnswerID>1999</AnswerID>
  171. </Question>
  172. </Questionary>
  173. <InsuredEntity>
  174. <ObjectID>-1</ObjectID>
  175. <OProperty>
  176. <PropertyKind>33</PropertyKind>
  177. <PropertyType>3310</PropertyType>
  178. <Name>Офис оборудване</Name>
  179. <CustomProperties>
  180. <CustomProperty>
  181. <FieldName>OPP10</FieldName>
  182. <ProductCode>8303</ProductCode>
  183. <Value>1</Value>
  184. </CustomProperty>
  185. <CustomProperty>
  186. <FieldName>OPP11</FieldName>
  187. <ProductCode>8303</ProductCode>
  188. <Value/>
  189. </CustomProperty>
  190. </CustomProperties>
  191. <NewAddress>
  192. <Country>България</Country>
  193. <CountryCode>BG</CountryCode>
  194. <CountryState>23</CountryState>
  195. <State>София - град</State>
  196. <Region>София - Град</Region>
  197. <StateRegion>300</StateRegion>
  198. <City>София</City>
  199. <CityCode>4424</CityCode>
  200. <ZipCode>1000</ZipCode>
  201. <Address>Цариградско шосе</Address>
  202. <ResidentialAddress>
  203. <QuarterName/>
  204. <StreetName>Цариградско шосе</StreetName>
  205. <StreetNo>0</StreetNo>
  206. <BlockNo/>
  207. <Entrance>0</Entrance>
  208. <Floor>0</Floor>
  209. <Apartment/>
  210. </ResidentialAddress>
  211. </NewAddress>
  212. </OProperty>
  213. </InsuredEntity>
  214. </Insured>
  215. <Insured>
  216. <InsuredAmount>7000</InsuredAmount>
  217. <Currency>BGN</Currency>
  218. <Covers>
  219. <Cover>
  220. <CoverCode>CL_D1</CoverCode>
  221. <AnnexID>0</AnnexID>
  222. <InsuredAmount>7000</InsuredAmount>
  223. <Currency>BGN</Currency>
  224. <Indemnity>
  225. <FranchiseType>DEDUCT</FranchiseType>
  226. <FranchiseDimension>P</FranchiseDimension>
  227. <FranchiseValue>2</FranchiseValue>
  228. <FranchiseCurrency>BGN</FranchiseCurrency>
  229. </Indemnity>
  230. </Cover>
  231. <Cover>
  232. <CoverCode>CL_D2</CoverCode>
  233. <AnnexID>0</AnnexID>
  234. <InsuredAmount>7000</InsuredAmount>
  235. <Currency>BGN</Currency>
  236. </Cover>
  237. <Cover>
  238. <CoverCode>CL_K</CoverCode>
  239. <AnnexID>0</AnnexID>
  240. <InsuredAmount>7000</InsuredAmount>
  241. <Currency>BGN</Currency>
  242. <Limits>
  243. <Limit>
  244. <CoverCode>CL_K</CoverCode>
  245. <LossType>1</LossType>
  246. <LimitType>POLICY</LimitType>
  247. <Amount>345</Amount>
  248. <Currency>BGN</Currency>
  249. <Dimension>V</Dimension>
  250. </Limit>
  251. </Limits>
  252. </Cover>
  253. <Cover>
  254. <CoverCode>PACKM2</CoverCode>
  255. <AnnexID>0</AnnexID>
  256. <InsuredAmount>7000</InsuredAmount>
  257. <Currency>BGN</Currency>
  258. </Cover>
  259. </Covers>
  260. <Questionary>
  261. <Question>
  262. <ID>8303.2</ID>
  263. <AnswerID>2</AnswerID>
  264. </Question>
  265. <Question>
  266. <ID>8303.1</ID>
  267. <AnswerID>1</AnswerID>
  268. </Question>
  269. <Question>
  270. <ID>8303.11</ID>
  271. <AnswerID>1</AnswerID>
  272. </Question>
  273. <Question>
  274. <ID>8303.12.1</ID>
  275. <AnswerID>1999</AnswerID>
  276. </Question>
  277. </Questionary>
  278. <InsuredEntity>
  279. <ObjectID>-1</ObjectID>
  280. <OProperty>
  281. <PropertyKind>33</PropertyKind>
  282. <PropertyType>3350</PropertyType>
  283. <Name>Обзавеждане</Name>
  284. <CustomProperties>
  285. <CustomProperty>
  286. <FieldName>OPP10</FieldName>
  287. <ProductCode>8303</ProductCode>
  288. <Value>1</Value>
  289. </CustomProperty>
  290. <CustomProperty>
  291. <FieldName>OPP11</FieldName>
  292. <ProductCode>8303</ProductCode>
  293. <Value/>
  294. </CustomProperty>
  295. </CustomProperties>
  296. <NewAddress>
  297. <Country>България</Country>
  298. <CountryCode>BG</CountryCode>
  299. <CountryState>23</CountryState>
  300. <State>София - град</State>
  301. <Region>София - Град</Region>
  302. <StateRegion>300</StateRegion>
  303. <City>София</City>
  304. <CityCode>4424</CityCode>
  305. <ZipCode>1000</ZipCode>
  306. <Address>Цариградско шосе</Address>
  307. <ResidentialAddress>
  308. <QuarterName/>
  309. <StreetName>Цариградско шосе</StreetName>
  310. <StreetNo>0</StreetNo>
  311. <BlockNo/>
  312. <Entrance>0</Entrance>
  313. <Floor>0</Floor>
  314. <Apartment/>
  315. </ResidentialAddress>
  316. </NewAddress>
  317. </OProperty>
  318. </InsuredEntity>
  319. </Insured>
  320. <Insured>
  321. <InsuredAmount>6000</InsuredAmount>
  322. <Currency>BGN</Currency>
  323. <Covers>
  324. <Cover>
  325. <CoverCode>CL_D1</CoverCode>
  326. <AnnexID>0</AnnexID>
  327. <InsuredAmount>6000</InsuredAmount>
  328. <Currency>BGN</Currency>
  329. <Indemnity>
  330. <FranchiseType>DEDUCT</FranchiseType>
  331. <FranchiseDimension>P</FranchiseDimension>
  332. <FranchiseValue>2</FranchiseValue>
  333. <FranchiseCurrency>BGN</FranchiseCurrency>
  334. </Indemnity>
  335. </Cover>
  336. <Cover>
  337. <CoverCode>CL_D2</CoverCode>
  338. <AnnexID>0</AnnexID>
  339. <InsuredAmount>6000</InsuredAmount>
  340. <Currency>BGN</Currency>
  341. </Cover>
  342. <Cover>
  343. <CoverCode>CL_K</CoverCode>
  344. <AnnexID>0</AnnexID>
  345. <InsuredAmount>6000</InsuredAmount>
  346. <Currency>BGN</Currency>
  347. <Limits>
  348. <Limit>
  349. <CoverCode>CL_K</CoverCode>
  350. <LossType>1</LossType>
  351. <LimitType>POLICY</LimitType>
  352. <Amount>678</Amount>
  353. <Currency>BGN</Currency>
  354. <Dimension>V</Dimension>
  355. </Limit>
  356. </Limits>
  357. </Cover>
  358. <Cover>
  359. <CoverCode>PACKM2</CoverCode>
  360. <AnnexID>0</AnnexID>
  361. <InsuredAmount>6000</InsuredAmount>
  362. <Currency>BGN</Currency>
  363. </Cover>
  364. </Covers>
  365. <Questionary>
  366. <Question>
  367. <ID>8303.2</ID>
  368. <AnswerID>2</AnswerID>
  369. </Question>
  370. <Question>
  371. <ID>8303.1</ID>
  372. <AnswerID>1</AnswerID>
  373. </Question>
  374. <Question>
  375. <ID>8303.11</ID>
  376. <AnswerID>1</AnswerID>
  377. </Question>
  378. <Question>
  379. <ID>8303.12.1</ID>
  380. <AnswerID>1999</AnswerID>
  381. </Question>
  382. </Questionary>
  383. <InsuredEntity>
  384. <ObjectID>-1</ObjectID>
  385. <OProperty>
  386. <PropertyKind>33</PropertyKind>
  387. <PropertyType>3360</PropertyType>
  388. <Name>Машини, съоражения и оборудване</Name>
  389. <CustomProperties>
  390. <CustomProperty>
  391. <FieldName>OPP10</FieldName>
  392. <ProductCode>8303</ProductCode>
  393. <Value>1</Value>
  394. </CustomProperty>
  395. <CustomProperty>
  396. <FieldName>OPP11</FieldName>
  397. <ProductCode>8303</ProductCode>
  398. <Value/>
  399. </CustomProperty>
  400. </CustomProperties>
  401. <NewAddress>
  402. <Country>България</Country>
  403. <CountryCode>BG</CountryCode>
  404. <CountryState>23</CountryState>
  405. <State>София - град</State>
  406. <Region>София - Град</Region>
  407. <StateRegion>300</StateRegion>
  408. <City>София</City>
  409. <CityCode>4424</CityCode>
  410. <ZipCode>1000</ZipCode>
  411. <Address>Цариградско шосе</Address>
  412. <ResidentialAddress>
  413. <QuarterName/>
  414. <StreetName>Цариградско шосе</StreetName>
  415. <StreetNo>0</StreetNo>
  416. <BlockNo/>
  417. <Entrance>0</Entrance>
  418. <Floor>0</Floor>
  419. <Apartment/>
  420. </ResidentialAddress>
  421. </NewAddress>
  422. </OProperty>
  423. </InsuredEntity>
  424. </Insured>
  425. <Insured>
  426. <InsuredAmount>5000</InsuredAmount>
  427. <Currency>BGN</Currency>
  428. <Covers>
  429. <Cover>
  430. <CoverCode>CL_D1</CoverCode>
  431. <AnnexID>0</AnnexID>
  432. <InsuredAmount>5000</InsuredAmount>
  433. <Currency>BGN</Currency>
  434. <Indemnity>
  435. <FranchiseType>DEDUCT</FranchiseType>
  436. <FranchiseDimension>P</FranchiseDimension>
  437. <FranchiseValue>2</FranchiseValue>
  438. <FranchiseCurrency>BGN</FranchiseCurrency>
  439. </Indemnity>
  440. </Cover>
  441. <Cover>
  442. <CoverCode>CL_D2</CoverCode>
  443. <AnnexID>0</AnnexID>
  444. <InsuredAmount>5000</InsuredAmount>
  445. <Currency>BGN</Currency>
  446. </Cover>
  447. <Cover>
  448. <CoverCode>CL_K</CoverCode>
  449. <AnnexID>0</AnnexID>
  450. <InsuredAmount>5000</InsuredAmount>
  451. <Currency>BGN</Currency>
  452. <Limits>
  453. <Limit>
  454. <CoverCode>CL_K</CoverCode>
  455. <LossType>1</LossType>
  456. <LimitType>POLICY</LimitType>
  457. <Amount>890</Amount>
  458. <Currency>BGN</Currency>
  459. <Dimension>V</Dimension>
  460. </Limit>
  461. </Limits>
  462. </Cover>
  463. <Cover>
  464. <CoverCode>PACKM2</CoverCode>
  465. <AnnexID>0</AnnexID>
  466. <InsuredAmount>5000</InsuredAmount>
  467. <Currency>BGN</Currency>
  468. </Cover>
  469. </Covers>
  470. <Questionary>
  471. <Question>
  472. <ID>8303.2</ID>
  473. <AnswerID>1</AnswerID>
  474. </Question>
  475. <Question>
  476. <ID>8303.1</ID>
  477. <AnswerID>1</AnswerID>
  478. </Question>
  479. <Question>
  480. <ID>8303.11</ID>
  481. <AnswerID>1</AnswerID>
  482. </Question>
  483. <Question>
  484. <ID>8303.12.1</ID>
  485. <AnswerID>1999</AnswerID>
  486. </Question>
  487. </Questionary>
  488. <InsuredEntity>
  489. <ObjectID>-1</ObjectID>
  490. <OProperty>
  491. <PropertyKind>33</PropertyKind>
  492. <PropertyType>3302</PropertyType>
  493. <Name>Стопанско имущество</Name>
  494. <CustomProperties>
  495. <CustomProperty>
  496. <FieldName>OPP10</FieldName>
  497. <ProductCode>8303</ProductCode>
  498. <Value>1</Value>
  499. </CustomProperty>
  500. <CustomProperty>
  501. <FieldName>OPP11</FieldName>
  502. <ProductCode>8303</ProductCode>
  503. <Value/>
  504. </CustomProperty>
  505. </CustomProperties>
  506. <NewAddress>
  507. <Country>България</Country>
  508. <CountryCode>BG</CountryCode>
  509. <CountryState>23</CountryState>
  510. <State>София - град</State>
  511. <Region>София - Град</Region>
  512. <StateRegion>300</StateRegion>
  513. <City>София</City>
  514. <CityCode>4424</CityCode>
  515. <ZipCode>1000</ZipCode>
  516. <Address>Цариградско шосе</Address>
  517. <ResidentialAddress>
  518. <QuarterName/>
  519. <StreetName>Цариградско шосе</StreetName>
  520. <StreetNo>0</StreetNo>
  521. <BlockNo/>
  522. <Entrance>0</Entrance>
  523. <Floor>0</Floor>
  524. <Apartment/>
  525. </ResidentialAddress>
  526. </NewAddress>
  527. </OProperty>
  528. </InsuredEntity>
  529. </Insured>
  530. <Insured>
  531. <InsuredAmount>560</InsuredAmount>
  532. <Currency>BGN</Currency>
  533. <Covers>
  534. <Cover>
  535. <CoverCode>CL_D1</CoverCode>
  536. <AnnexID>0</AnnexID>
  537. <InsuredAmount>0</InsuredAmount>
  538. <Currency>BGN</Currency>
  539. <Indemnity>
  540. <FranchiseType>DEDUCT</FranchiseType>
  541. <FranchiseDimension>P</FranchiseDimension>
  542. <FranchiseValue>2</FranchiseValue>
  543. <FranchiseCurrency>BGN</FranchiseCurrency>
  544. </Indemnity>
  545. </Cover>
  546. <Cover>
  547. <CoverCode>CL_K</CoverCode>
  548. <AnnexID>0</AnnexID>
  549. <InsuredAmount>0</InsuredAmount>
  550. <Currency>BGN</Currency>
  551. <Limits>
  552. <Limit>
  553. <CoverCode>CL_K</CoverCode>
  554. <LossType>1</LossType>
  555. <LimitType>POLICY</LimitType>
  556. <Amount>560</Amount>
  557. <Currency>BGN</Currency>
  558. <Dimension>V</Dimension>
  559. </Limit>
  560. </Limits>
  561. </Cover>
  562. <Cover>
  563. <CoverCode>ICC_SPECF</CoverCode>
  564. <AnnexID>0</AnnexID>
  565. <InsuredAmount>3500</InsuredAmount>
  566. <Currency>BGN</Currency>
  567. </Cover>
  568. <Cover>
  569. <CoverCode>PACKGI2</CoverCode>
  570. <AnnexID>0</AnnexID>
  571. <InsuredAmount>560</InsuredAmount>
  572. <Currency>BGN</Currency>
  573. </Cover>
  574. </Covers>
  575. <Questionary>
  576. <Question>
  577. <ID>8303.2</ID>
  578. <AnswerID>2</AnswerID>
  579. </Question>
  580. <Question>
  581. <ID>8303.1</ID>
  582. <AnswerID>1</AnswerID>
  583. </Question>
  584. <Question>
  585. <ID>8303.11</ID>
  586. <AnswerID>1</AnswerID>
  587. </Question>
  588. <Question>
  589. <ID>8303.12.1</ID>
  590. <AnswerID>1999</AnswerID>
  591. </Question>
  592. </Questionary>
  593. <InsuredEntity>
  594. <ObjectID>-1</ObjectID>
  595. <OProperty>
  596. <PropertyKind>33</PropertyKind>
  597. <PropertyType>3370</PropertyType>
  598. <Name>Стоки</Name>
  599. <CustomProperties>
  600. <CustomProperty>
  601. <FieldName>OPP10</FieldName>
  602. <ProductCode>8303</ProductCode>
  603. <Value>1</Value>
  604. </CustomProperty>
  605. <CustomProperty>
  606. <FieldName>OPP11</FieldName>
  607. <ProductCode>8303</ProductCode>
  608. <Value/>
  609. </CustomProperty>
  610. </CustomProperties>
  611. <NewAddress>
  612. <Country>България</Country>
  613. <CountryCode>BG</CountryCode>
  614. <CountryState>23</CountryState>
  615. <State>София - град</State>
  616. <Region>София - Град</Region>
  617. <StateRegion>300</StateRegion>
  618. <City>София</City>
  619. <CityCode>4424</CityCode>
  620. <ZipCode>1000</ZipCode>
  621. <Address>Цариградско шосе</Address>
  622. <ResidentialAddress>
  623. <QuarterName/>
  624. <StreetName>Цариградско шосе</StreetName>
  625. <StreetNo>0</StreetNo>
  626. <BlockNo/>
  627. <Entrance>0</Entrance>
  628. <Floor>0</Floor>
  629. <Apartment/>
  630. </ResidentialAddress>
  631. </NewAddress>
  632. </OProperty>
  633. </InsuredEntity>
  634. </Insured>
  635. <Insured>
  636. <InsuredAmount>560</InsuredAmount>
  637. <Currency>BGN</Currency>
  638. <Covers>
  639. <Cover>
  640. <CoverCode>CL_D1</CoverCode>
  641. <AnnexID>0</AnnexID>
  642. <InsuredAmount>0</InsuredAmount>
  643. <Currency>BGN</Currency>
  644. <Indemnity>
  645. <FranchiseType>DEDUCT</FranchiseType>
  646. <FranchiseDimension>P</FranchiseDimension>
  647. <FranchiseValue>2</FranchiseValue>
  648. <FranchiseCurrency>BGN</FranchiseCurrency>
  649. </Indemnity>
  650. </Cover>
  651. <Cover>
  652. <CoverCode>CL_K</CoverCode>
  653. <AnnexID>0</AnnexID>
  654. <InsuredAmount>0</InsuredAmount>
  655. <Currency>BGN</Currency>
  656. <Limits>
  657. <Limit>
  658. <CoverCode>CL_K</CoverCode>
  659. <LossType>1</LossType>
  660. <LimitType>POLICY</LimitType>
  661. <Amount>560</Amount>
  662. <Currency>BGN</Currency>
  663. <Dimension>V</Dimension>
  664. </Limit>
  665. </Limits>
  666. </Cover>
  667. <Cover>
  668. <CoverCode>ICC_SPECF</CoverCode>
  669. <AnnexID>0</AnnexID>
  670. <InsuredAmount>3500</InsuredAmount>
  671. <Currency>BGN</Currency>
  672. </Cover>
  673. <Cover>
  674. <CoverCode>PACKGI2</CoverCode>
  675. <AnnexID>0</AnnexID>
  676. <InsuredAmount>560</InsuredAmount>
  677. <Currency>BGN</Currency>
  678. </Cover>
  679. </Covers>
  680. <Questionary>
  681. <Question>
  682. <ID>8303.2</ID>
  683. <AnswerID>2</AnswerID>
  684. </Question>
  685. <Question>
  686. <ID>8303.1</ID>
  687. <AnswerID>1</AnswerID>
  688. </Question>
  689. <Question>
  690. <ID>8303.11</ID>
  691. <AnswerID>1</AnswerID>
  692. </Question>
  693. <Question>
  694. <ID>8303.12.1</ID>
  695. <AnswerID>1999</AnswerID>
  696. </Question>
  697. </Questionary>
  698. <InsuredEntity>
  699. <ObjectID>-1</ObjectID>
  700. <OProperty>
  701. <PropertyKind>33</PropertyKind>
  702. <PropertyType>3303</PropertyType>
  703. <Name>Материални запаси</Name>
  704. <CustomProperties>
  705. <CustomProperty>
  706. <FieldName>OPP10</FieldName>
  707. <ProductCode>8303</ProductCode>
  708. <Value>1</Value>
  709. </CustomProperty>
  710. <CustomProperty>
  711. <FieldName>OPP11</FieldName>
  712. <ProductCode>8303</ProductCode>
  713. <Value/>
  714. </CustomProperty>
  715. </CustomProperties>
  716. <NewAddress>
  717. <Country>България</Country>
  718. <CountryCode>BG</CountryCode>
  719. <CountryState>23</CountryState>
  720. <State>София - град</State>
  721. <Region>София - Град</Region>
  722. <StateRegion>300</StateRegion>
  723. <City>София</City>
  724. <CityCode>4424</CityCode>
  725. <ZipCode>1000</ZipCode>
  726. <Address>Цариградско шосе</Address>
  727. <ResidentialAddress>
  728. <QuarterName/>
  729. <StreetName>Цариградско шосе</StreetName>
  730. <StreetNo>0</StreetNo>
  731. <BlockNo/>
  732. <Entrance>0</Entrance>
  733. <Floor>0</Floor>
  734. <Apartment/>
  735. </ResidentialAddress>
  736. </NewAddress>
  737. </OProperty>
  738. </InsuredEntity>
  739. </Insured>
  740. <Insured>
  741. <InsuredAmount>1500</InsuredAmount>
  742. <Currency>BGN</Currency>
  743. <Covers>
  744. <Cover>
  745. <CoverCode>CL_D1</CoverCode>
  746. <AnnexID>0</AnnexID>
  747. <InsuredAmount>0</InsuredAmount>
  748. <Currency>BGN</Currency>
  749. <Indemnity>
  750. <FranchiseType>DEDUCT</FranchiseType>
  751. <FranchiseDimension>P</FranchiseDimension>
  752. <FranchiseValue>2</FranchiseValue>
  753. <FranchiseCurrency>BGN</FranchiseCurrency>
  754. </Indemnity>
  755. </Cover>
  756. <Cover>
  757. <CoverCode>CL_K</CoverCode>
  758. <AnnexID>0</AnnexID>
  759. <InsuredAmount>0</InsuredAmount>
  760. <Currency>BGN</Currency>
  761. <Limits>
  762. <Limit>
  763. <CoverCode>CL_K</CoverCode>
  764. <LossType>1</LossType>
  765. <LimitType>POLICY</LimitType>
  766. <Amount>1500</Amount>
  767. <Currency>BGN</Currency>
  768. <Dimension>V</Dimension>
  769. </Limit>
  770. </Limits>
  771. </Cover>
  772. <Cover>
  773. <CoverCode>ICC_SPECF</CoverCode>
  774. <AnnexID>0</AnnexID>
  775. <InsuredAmount>3500</InsuredAmount>
  776. <Currency>BGN</Currency>
  777. </Cover>
  778. <Cover>
  779. <CoverCode>PACKMS2</CoverCode>
  780. <AnnexID>0</AnnexID>
  781. <InsuredAmount>1500</InsuredAmount>
  782. <Currency>BGN</Currency>
  783. <Limits>
  784. <Limit>
  785. <CoverCode>CL_K</CoverCode>
  786. <LossType>1</LossType>
  787. <LimitType>POLICY</LimitType>
  788. <Amount>1500</Amount>
  789. <Currency>BGN</Currency>
  790. <Dimension>V</Dimension>
  791. </Limit>
  792. </Limits>
  793. </Cover>
  794. </Covers>
  795. <Questionary>
  796. <Question>
  797. <ID>8303.2</ID>
  798. <AnswerID>2</AnswerID>
  799. </Question>
  800. <Question>
  801. <ID>8303.1</ID>
  802. <AnswerID>1</AnswerID>
  803. </Question>
  804. <Question>
  805. <ID>8303.11</ID>
  806. <AnswerID>1</AnswerID>
  807. </Question>
  808. <Question>
  809. <ID>8303.12.1</ID>
  810. <AnswerID>1999</AnswerID>
  811. </Question>
  812. </Questionary>
  813. <InsuredEntity>
  814. <ObjectID>-1</ObjectID>
  815. <OProperty>
  816. <PropertyKind>33</PropertyKind>
  817. <PropertyType>3380</PropertyType>
  818. <Name>Пари в каса</Name>
  819. <CustomProperties>
  820. <CustomProperty>
  821. <FieldName>OPP10</FieldName>
  822. <ProductCode>8303</ProductCode>
  823. <Value>1</Value>
  824. </CustomProperty>
  825. <CustomProperty>
  826. <FieldName>OPP11</FieldName>
  827. <ProductCode>8303</ProductCode>
  828. <Value/>
  829. </CustomProperty>
  830. </CustomProperties>
  831. <NewAddress>
  832. <Country>България</Country>
  833. <CountryCode>BG</CountryCode>
  834. <CountryState>23</CountryState>
  835. <State>София - град</State>
  836. <Region>София - Град</Region>
  837. <StateRegion>300</StateRegion>
  838. <City>София</City>
  839. <CityCode>4424</CityCode>
  840. <ZipCode>1000</ZipCode>
  841. <Address>Цариградско шосе</Address>
  842. <ResidentialAddress>
  843. <QuarterName/>
  844. <StreetName>Цариградско шосе</StreetName>
  845. <StreetNo>0</StreetNo>
  846. <BlockNo/>
  847. <Entrance>0</Entrance>
  848. <Floor>0</Floor>
  849. <Apartment/>
  850. </ResidentialAddress>
  851. </NewAddress>
  852. </OProperty>
  853. </InsuredEntity>
  854. </Insured>
  855. <Insured>
  856. <InsuredAmount>7000</InsuredAmount>
  857. <Currency>BGN</Currency>
  858. <InsuredEntity>
  859. <ObjectID>-1</ObjectID>
  860. <OProperty>
  861. <PropertyKind>46</PropertyKind>
  862. <PropertyType>4601</PropertyType>
  863. <Name>Загуба на доход от наем</Name>
  864. <NewAddress>
  865. <Country>България</Country>
  866. <CountryCode>BG</CountryCode>
  867. <CountryState>23</CountryState>
  868. <State>София - град</State>
  869. <Region>София - Град</Region>
  870. <StateRegion>300</StateRegion>
  871. <City>София</City>
  872. <CityCode>4424</CityCode>
  873. <ZipCode>1000</ZipCode>
  874. <Address>Цариградско шосе</Address>
  875. <ResidentialAddress>
  876. <QuarterName/>
  877. <StreetName>Цариградско шосе</StreetName>
  878. <StreetNo>0</StreetNo>
  879. <BlockNo/>
  880. <Entrance>0</Entrance>
  881. <Floor>0</Floor>
  882. <Apartment/>
  883. </ResidentialAddress>
  884. </NewAddress>
  885. </OProperty>
  886. </InsuredEntity>
  887. <Covers>
  888. <Cover>
  889. <CoverCode>CL_D12</CoverCode>
  890. <CoverDescription>Клауза Д12 - Загуба на доход от наем</CoverDescription>
  891. <AnnexID>0</AnnexID>
  892. <InsuredAmount>0</InsuredAmount>
  893. <Currency>BGN</Currency>
  894. </Cover>
  895. </Covers>
  896. </Insured>
  897. <Insured>
  898. <InsuredAmount>0</InsuredAmount>
  899. <Currency>BGN</Currency>
  900. <InsuredEntity>
  901. <ObjectID>-1</ObjectID>
  902. <OProperty>
  903. <PropertyKind>34</PropertyKind>
  904. <PropertyType>3401</PropertyType>
  905. <Name>Чупене на стъкла, витрини, рекламни надписи и табели</Name>
  906. <NewAddress>
  907. <Country>България</Country>
  908. <CountryCode>BG</CountryCode>
  909. <CountryState>23</CountryState>
  910. <State>София - град</State>
  911. <Region>София - Град</Region>
  912. <StateRegion>300</StateRegion>
  913. <City>София</City>
  914. <CityCode>4424</CityCode>
  915. <ZipCode>1000</ZipCode>
  916. <Address>Цариградско шосе</Address>
  917. <ResidentialAddress>
  918. <QuarterName/>
  919. <StreetName>Цариградско шосе</StreetName>
  920. <StreetNo>0</StreetNo>
  921. <BlockNo/>
  922. <Entrance>0</Entrance>
  923. <Floor>0</Floor>
  924. <Apartment/>
  925. </ResidentialAddress>
  926. </NewAddress>
  927. </OProperty>
  928. </InsuredEntity>
  929. <Covers>
  930. <Cover>
  931. <CoverCode>CL_D5</CoverCode>
  932. <CoverDescription>Клауза Д5 - Чупене на стъкла, витрини, рекламни надписи и табели</CoverDescription>
  933. <AnnexID>0</AnnexID>
  934. <InsuredAmount>0</InsuredAmount>
  935. <Currency>BGN</Currency>
  936. <Limits>
  937. <Limit>
  938. <CoverCode>CL_D5</CoverCode>
  939. <LossType>1</LossType>
  940. <LimitType>POLICY</LimitType>
  941. <Amount>3000</Amount>
  942. <Currency>BGN</Currency>
  943. <Dimension>V</Dimension>
  944. </Limit>
  945. </Limits>
  946. </Cover>
  947. </Covers>
  948. </Insured>
  949. <Insured>
  950. <InsuredAmount>0</InsuredAmount>
  951. <Currency>BGN</Currency>
  952. <InsuredEntity>
  953. <ObjectID>-1</ObjectID>
  954. <OProperty>
  955. <PropertyKind>45</PropertyKind>
  956. <PropertyType>4501</PropertyType>
  957. <Name>Ударна/звукова вълна</Name>
  958. <NewAddress>
  959. <Country>България</Country>
  960. <CountryCode>BG</CountryCode>
  961. <CountryState>23</CountryState>
  962. <State>София - град</State>
  963. <Region>София - Град</Region>
  964. <StateRegion>300</StateRegion>
  965. <City>София</City>
  966. <CityCode>4424</CityCode>
  967. <ZipCode>1000</ZipCode>
  968. <Address>Цариградско шосе</Address>
  969. <ResidentialAddress>
  970. <QuarterName/>
  971. <StreetName>Цариградско шосе</StreetName>
  972. <StreetNo>0</StreetNo>
  973. <BlockNo/>
  974. <Entrance>0</Entrance>
  975. <Floor>0</Floor>
  976. <Apartment/>
  977. </ResidentialAddress>
  978. </NewAddress>
  979. </OProperty>
  980. </InsuredEntity>
  981. <Covers>
  982. <Cover>
  983. <CoverCode>CL_D10</CoverCode>
  984. <CoverDescription>Клауза Д10 - Ударна/Звукова вълна</CoverDescription>
  985. <AnnexID>0</AnnexID>
  986. <InsuredAmount>0</InsuredAmount>
  987. <Currency>BGN</Currency>
  988. <Limits>
  989. <Limit>
  990. <CoverCode>CLIABINS</CoverCode>
  991. <LossType>1</LossType>
  992. <LimitType>POLICY</LimitType>
  993. <Amount>3500</Amount>
  994. <Currency>BGN</Currency>
  995. </Limit>
  996. <Limit>
  997. <CoverCode>CLIABINS</CoverCode>
  998. <LossType>1</LossType>
  999. <LimitType>EVENT</LimitType>
  1000. <Amount>3500</Amount>
  1001. <Currency>BGN</Currency>
  1002. </Limit>
  1003. </Limits>
  1004. </Cover>
  1005. </Covers>
  1006. </Insured>
  1007. <Insured>
  1008. <InsuredAmount>3500</InsuredAmount>
  1009. <Currency>BGN</Currency>
  1010. <InsuredEntity>
  1011. <ObjectID>-1</ObjectID>
  1012. <OLiability>
  1013. <LiabDesc>Гражданска отговорност на Застрахования</LiabDesc>
  1014. <LiabType>62</LiabType>
  1015. <NewAddress>
  1016. <Country>България</Country>
  1017. <CountryCode>BG</CountryCode>
  1018. <CountryState>23</CountryState>
  1019. <State>София - град</State>
  1020. <Region>София - Град</Region>
  1021. <StateRegion>300</StateRegion>
  1022. <City>София</City>
  1023. <CityCode>4424</CityCode>
  1024. <ZipCode>1000</ZipCode>
  1025. <Address>Цариградско шосе</Address>
  1026. <ResidentialAddress>
  1027. <QuarterName/>
  1028. <StreetName>Цариградско шосе</StreetName>
  1029. <StreetNo>0</StreetNo>
  1030. <BlockNo/>
  1031. <Entrance>0</Entrance>
  1032. <Floor>0</Floor>
  1033. <Apartment/>
  1034. </ResidentialAddress>
  1035. </NewAddress>
  1036. </OLiability>
  1037. </InsuredEntity>
  1038. <Covers>
  1039. <Cover>
  1040. <CoverCode>CL_D10</CoverCode>
  1041. <CoverDescription>Клауза Д10 - Ударна/Звукова вълна</CoverDescription>
  1042. <AnnexID>0</AnnexID>
  1043. <InsuredAmount>0</InsuredAmount>
  1044. <Currency>BGN</Currency>
  1045. <Limits>
  1046. <Limit>
  1047. <CoverCode>CLIABINS</CoverCode>
  1048. <LossType>1</LossType>
  1049. <LimitType>POLICY</LimitType>
  1050. <Amount>3500</Amount>
  1051. <Currency>BGN</Currency>
  1052. </Limit>
  1053. <Limit>
  1054. <CoverCode>CLIABINS</CoverCode>
  1055. <LossType>1</LossType>
  1056. <LimitType>EVENT</LimitType>
  1057. <Amount>3500</Amount>
  1058. <Currency>BGN</Currency>
  1059. </Limit>
  1060. </Limits>
  1061. </Cover>
  1062. <Cover>
  1063. <CoverCode>CLIABINS</CoverCode>
  1064. <AnnexID>0</AnnexID>
  1065. <InsuredAmount>80000</InsuredAmount>
  1066. <Currency>BGN</Currency>
  1067. </Cover>
  1068. </Covers>
  1069. </Insured>
  1070. </Insureds>
  1071. <InsuranceConditions>
  1072. <AgentNo>1030008432</AgentNo>
  1073. <ProductCode>8303</ProductCode>
  1074. <ConclusionDate>2019-06-25</ConclusionDate>
  1075. <EffectiveDate>2019-06-26</EffectiveDate>
  1076. <Duration>6</Duration>
  1077. <DurationUnits>m</DurationUnits>
  1078. <PaymentWay>3</PaymentWay>
  1079. <Installments>1</Installments>
  1080. <Questionary>
  1081. <Question>
  1082. <ID>8303.998</ID>
  1083. <Answer/>
  1084. </Question>
  1085. <Question>
  1086. <ID>8303.999</ID>
  1087. <Answer/>
  1088. </Question>
  1089. </Questionary>
  1090. <CommonCon</env:Envelope>
  1091. ditions>
  1092. <Condition>
  1093. <Type>USERNAME</Type>
  1094. <Dimension>T</Dimension>
  1095. <Value>NO_USER</Value>
  1096. </Condition>
  1097. <Condition>
  1098. <Type>LOYALCARD</Type>
  1099. <Dimension>N</Dimension>
  1100. </Condition>
  1101. <Condition>
  1102. <Type>BANKACC</Type>
  1103. <Dimension>das87656d5s6a5788</Dimension>
  1104. </Condition>
  1105. <Condition>
  1106. <Type>FORM579</Type>
  1107. <Dimension>N</Dimension>
  1108. </Condition>
  1109. </CommonConditions>
  1110. </InsuranceConditions>
  1111. </RegisterQuotationRq>
  1112. </InsuranceSvcRq>
  1113. </InsuranceSvc>
  1114. </env:Body>
  1115. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement