Advertisement
Guest User

Untitled

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