description
stringlengths
0
8.24k
regex
stringlengths
1
26.3k
text
stringlengths
0
2.47M
title
stringlengths
1
150
created_at
stringlengths
24
24
\$infusionsoft->contacts\(\)->addToGroup\(\s*(\$[^\s]+|\d+)\s*,\s*(\$[^\s]+|\d+)
$infusionsoft->contacts()->addToGroup($student['Id'], 1276); $infusionsoft->contacts()->addToGroup($student[ 'Id' ],1660); $infusionsoft->contacts()->addToGroup( $student[0] , 1660 ); $infusionsoft->contacts()->addToGroup($student , 1660 ); $infusionsoft->contacts()->addToGroup( 3131 , $dogc[1] ); $infusionsoft->data()->addToGroup($student['Id'], 1276);
IFS addToGroup Match
2016-01-31T16:43:31.000Z
(?<=This is).*?(?=sentence)
This is my first sentence. This is my second sentence.
String blocks that start and end by a pattern
2016-02-17T10:47:27.000Z
([A-Z0-9]*_ECOLI)\n([A-Z\n]*)
>YBGC_ECOLI MNTTLFRWPVRVYYEDTDAGGVVYHASYVAFYERARTEMLRHHHFSQQALMAERVAFVVRKMTVEYYAPA RLDDMLEIQTEITSMRGTSLVFTQRIVNAENTLLNEAEVLVVCVDPLKMKPRALPKSIVAEFKQ >USHA_ECOLI MKLLQRGVALALLTTFTLASETALAYEQDKTYKITVLHTNDHHGHFWRNEYGEYGLAAQKTLVDGIRKEV AAEGGSVLLLSGGDINTGVPESDLQDAEPDFRGMNLVGYDAMAIGNHEFDNPLTVLRQQEKWAKFPLLSA NIYQKSTGERLFKPWALFKRQDLKIAVIGLTTDDTAKIGNPEYFTDIEFRKPADEAKLVIQELQQTEKPD IIIAATHMGHYDNGEHGSNAPGDVEMARALPAGSLAMIVGGHSQDPVCMAAENKKQVDYVPGTPCKPDQQ NGIWIVQAHEWGKYVGRADFEFRNGEMKMVNYQLIPVNLKKKVTWEDGKSERVLYTPEIAENQQMISLLS PFQNKGKAQLEVKIGETNGRLEGDRDKVRFVQTNMGRLILAAQMDRTGADFAVMSGGGIRDSIEAGDISY KNVLKVQPFGNVVVYADMTGKEVIDYLTAVAQMKPDSGAYPQFANVSFVAKDGKLNDLKIKGEPVDPAKT YRMATLNFNATGGDGYPRLDNKPGYVNTGFIDAEVLKAYIQKSSPLDVSVYEPKGEVSWQ >CN16_ECOLI MIKFSATLLATLIAASVNAATVDLRIMETTDLHSNMMDFDYYKDTATEKFGLVRTASLINDARNEVKNSV LVDNGDLIQGSPLADYMSAKGLKAGDIHPVYKALNTLDYTVGTLGNHEFNYGLDYLKNALAGAKFPYVNA NVIDARTKQPMFTPYLIKDTEVVDKDGKKQTLKIGYIGVVPPQIMGWDKANLSGKVTVNDITETVRKYVP EMREKGADVVVVLAHSGLSADPYKVMAENSVYYLSEIPGVNAIMFGHAHAVFPGKDFADIEGADIAKGTL NGVPAVMPGMWGDHLGVVDLQLSNDSGKWQVTQAKAEARPIYDIANKKSLAAEDSKLVETLKADHDATRQ FVSKPIGKSADNMYSYLALVQDDPTVQVVNNAQKAYVEHYIQGDPDLAKLPVLSAAAPFKVGGRKNDPAS YVEVEKGQLTFRNAADLYLYPNTLIVVKASGKEVKEWLECSAGQFNQIDPNSTKPQSLINWDGFRTYNFD VIDGVNYQIDVTQPARYDGECQMINANAERIKNLTFNGKPIDPNAMFLVATNNYRAYGGKFAGTGDSHIA FASPDENRSVLAAWIADESKRAGEIHPAADNNWRLAPIAGDKKLDIRFETSPSDKAAAFIKEKGQYPMNK VATDDIGFAIYQVDLSK >6PGD_ECOLI MSKQQIGVVGMAVMGRNLALNIESRGYTVSIFNRSREKTEEVIAENPGKKLVPYYTVKEFVESLETPRRI LLMVKAGAGTDAAIDSLKPYLDKGDIIIDGGNTFFQDTIRRNRELSAEGFNFIGTGVSGGEEGALKGPSI MPGGQKEAYELVAPILTKIAAVAEDGEPCVTYIGADGAGHYVKMVHNGIEYGDMQLIAEAYSLLKGGLNL TNEELAQTFTEWNNGELSSYLIDITKDIFTKKDEDGNYLVDVILDEAANKGTGKWTSQSALDLGEPLSLI TESVFARYISSLKDQRVAASKVLSGPQAQPAGDKAEFIEKVRRALYLGKIVSYAQGFSQLRAASEEYNWD LNYGEIAKIFRAGCIIRAQFLQKITDAYAENPQIANLLLAPYFKQIADDYQQALRDVVAYAVQNGIPVPT FSAAVAYYDSYRAAVLPANLIQAQRDYFGAHTYKRIDKEGVFHTEWLD
handin5
2015-10-05T20:12:27.000Z
[^\p{L}\p{M}\'\s\.\-]+
fjdskjfdkls
test1 php
2016-08-08T11:24:04.000Z
(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)
vxw-dvs-9-virtualwire-9-sid-20008-10.28.214.0/23-BU-08 vxw-dvs-9-virtualwire-2-sid-20001-10.28.200.0%2f23-BU-00%2f01
Match IP Address
2020-05-19T15:47:18.000Z
^([01]?[0-9]|2[0-3]):([0-5]?[0-9])$
7:4 20:20 00:00 01:59 10:00
time
2018-05-21T01:27:54.000Z
(https?:\/\/)?(www\.)?(\w{3})(\.(com|edu|gov))?(\.br)?
http://www.google.com.br https://www.yahoo.edu http://mec.gov.br ufmt.br www.abc_xyz.com abc123456789.com
URL-Test
2018-04-24T02:18:02.000Z
Flexible regex to detect full or partial UK postcodes.
^((gir *0aa)|((((?![qvx])[a-z][a-hk-y]?[0-9][0-9]?)|(((?![qvx])[a-z][0-9][a-hjkstuw])|((?![qvx])[a-z][a-hk-y][0-9][abehmnprvwxy]))) *([0-9](?![cikmov])[a-z]{2}))|(((?![qvx])[a-z][a-hk-y]?[0-9][0-9]?)|((?![qvx])[a-z][0-9][a-hjkstuw])|((?![qvx])[a-z][a-hk-y][0-9][abehmnprvwxy])))$
GIR 0AA W1 6LS N1C 4UQ N17 6LA SW8 1UQ CW3 9SS SE5 0EG WC2H 7LT WC1N 2PL HU12 0AR N1C4UQ N176LA SW81UQ CW39SS SE50EG WC2H7LT WC1N2PL HU120AR W1 N1C N17 SW8 CW3 SE5 WC2H WC1N HU12 QA12 AJ12 Q1A A1V QA1N AZ1N AB1Z
UK postcodes
2015-08-12T11:34:13.000Z
regexp for year filtering
(19|20)\d\d
2016
Year regexp
2015-07-24T13:06:37.000Z
(?:\s|^)(?:#(?!(?:\d+|\w+?_|_\w*?)(?:\s|$)))(\w+)(?=\s|$)
Match all valid hashtags
2020-06-22T18:22:31.000Z
matches any special chars (e.g. !@#$)
[]\`\~\!\@\#\$%\^&\*\(\)\-\_\=\+\[\]\{\}\|\\\.\,<\>"\';\:\/\?]
Special Chars
2016-05-02T16:57:45.000Z
.*"(?:GET|HEAD|OPTIONS|TRACE|CONNECT|PATCH)\s+[^"]*"\s+(?:-)?(\d+)?\s+(\d+).*
28.4.27.6 - - [24/Jul/2016:22:39:57 -0700] "GET /em/faces/consoleStatus.jsp HTTP/1.1" 302 53301 [ecid: 1.0000Kmv_oiW1NeP5If_Aif1LBVVM00000L;kXhgv0ZGZKSULGSPXKTPJHSRo4USpLO] [User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.3) OracleEMAgentURLTiming/3.0]
test1
2016-08-02T16:26:46.000Z
([0-9]{4})\-([0-9]{2})\-([0-9]{2})
2016-02-12
filter DB Date in JS
2016-03-01T16:32:11.000Z
^[_a-zA-Z0-9]+$ how to make regex username with underscore. i'm using c# but this regex isn't working.
^[_a-zA-Z0-9]+$
a
Username
2015-04-08T03:53:48.000Z
\s*\(.*\)
Фицджеральд, Фрэнсис Скотт Экман П. Мазаник, Таисия Михайловна, Далидович, Анастасия , Цивилько, Надежда Михайловна Беляева Т.И., отв. ред. Сафарли, Эльчин Колесникова, Елена Владимировна Несбё, Ю Плешаков, Андрей Анатольевич Брубейкер Э. Брэдбери Р. Маланка Татьяна Григорьевна, Прищеп Анна Александровна, Пылаева Инна Александровна Н. М. Павлова Пашкова Л. Егорова А. А. Созонова, Надежда Николаевна, Куцина, Екатерина Владимировна Е. М. Зорина, М. В. Зорин Т. Г. Николенко, И. И. Кошманова Токаева Т. Э., Кустова Л.Б. Лутцева Е. А. Дорофеев Г., Седова Е., Шестаков С., Пчелинцев С. Квактун Г.Г., Квактун И.Г. Сизова Е.В. С. Н. Лозовая Кучук Оксана Владимировна др., Тонких А.П., Козлова С.А., Демидова Т.Е. др., Гладышева Н. Н., Губарькова Е.В., Шилова В.Н., Гнусарева И. А. О. В. Мешкова Голуб Ирина Борисовна др., Моргунова А. Б. Н. В. Дубровская Субботина, Елена Александровна Карпухина Наталия Александровна Агеева И.Д. Л. Г. Петерсон, Э. Р. Барзунова, А. А. Невретдинова Наталья Суркова,Ольга Яровая Аким Я.Л., Коринец Ю.И., Пришвин М.М. Ханнанов Н., Никифоров Г., Орлов В. др., Бибекова О. А. Т. Н. Видеман Ященко Иван Валерьевич, Шноль Дмитрий Эммануилович, Высоцкий Иван Ростиславович, Столбов Константин Михайлович Смирнова И. Г. Сергей Савушкин Комиссарова В. Коновалова Н., Иванов Ю., Гилев М. (авт.-сост.), Иванов М. Курукин, Игорь Владимирович, и другие, , Шестаков, Владимир Алексеевич Казакова Р.Г. Бортникова Е. Канчурина Р., БерсеневаТ., Гылка Е. и др. Лысенко Ф., Кулабухов С. (ред.) Большаков В. Рид Т.М. Воскресенская Е.О., Ткаченко Е.М., Слаутина Н.В. Н. А. Червякова Сертакова Н. М. Пашкова Людмила Ивановна Егорова Антонина Алексеевна Зорина Е.М., Зорин М.В. Жукова, Олеся Станиславовна Миловидов В. Токаева Т.Э. Лутцева Е.А. Дорофеев Георгий Владимирович, Шестаков Сергей Алексеевич, Седова Елена Александровна, Пчелинцев Сергей Валентинович Квактун Галина Гиршевна, Квактун Ирина Гиршевна Картушина М.Ю. Лободина Н. (сост.) Сизова Е., Харитонова Н. Гетцель В. (ред.) О. В. Кучук Козлова Светлана Александровна, Демидова Тамара Евгеньевна, Тонких Александр Павлович Гладышева Наталья Николаевна, Губарькова Елена Владимировна, Шилова Вера Николаевна Руднева А.В. А. Б. Моргунова, Н. В. Яковлева Наталия Нищева О. В. Павлова Новоторцева Н.В. Севостьянова Елена Олеговна Лаврова Н.М. Агеева И. Пустовалова О. П., Фролова Н. Г. Зеркальная Т.В., сост. Ханнанов Наиль Кутдусович, Орлов Владимир Алексеевич, Никифоров Геннадий Гершкович Бибекова О.А. Бостельман А., Финк М. И. Г. Смирнова Теплюк С.Н., Савушкин С.Н. Л. Ю. Комиссарова Н. Г. Коновалова, Ю. П. Иванов, М. Л. Гилев
1
2018-03-15T14:07:42.000Z
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[\u0020-\u002F\u003A-\u0040\u005B-\u0060\u007B-\u00FF\u0100-\uFFFF]).{8,254}$
bad passwords here 1 A c asdf AAbb1122 !@11111111111111 !@22222222222bbbbbbb %%%%$$$$$$$$$$$$$$ $$$ --working ones below here + THIS 1 ;) !@22222222222bbbbbbbBBBBBBB §22222222222bbbbbbbBBB {11111111111111abcdSSS ^11111111111111abcdSSS abCD1234!@@@ ĀBCDxx12345 ♥♥♥abcd123aaaAAA 🐐ABCDabcd123omg
Password Strength Check - All Unicode - JS
2021-03-05T10:02:21.000Z
this helps in parsing aws arn's
^arn:(?P<Partition>[^:\n]*):(?P<Service>[^:\n]*):(?P<Region>[^:\n]*):(?P<AccountID>[^:\n]*):(?P<Ignore>(?P<ResourceType>[^:\/\n]*)[:\/])?(?P<Resource>.*)$
arn:aws:iam::509414592636:user/lf-developer"
aws-arn-parser
2021-07-02T17:24:11.000Z
IPv4 Validation to RFC 3986 found at [https://tools.ietf.org/html/rfc3986#section-1.1.1](https://tools.ietf.org/html/rfc3986#section-1.1.1).
((?<IPv4_dec_octet>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3,3}(?<IPv4_dec_octet_end>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])
1.2.256.2
RFC 3986 IPv4 Validation
2017-03-25T23:27:33.000Z
Email validation with support with new TLD up to 24 characters
^([a-zA-Z0-9+-_.])+@([a-zA-Z0-9-.]+)\.[a-z.]{2,24}$
Email validator
2021-04-28T11:12:25.000Z
This regex allows to match date format with the same separators
(?<DAY>\d?\d)(?<SEPARATOR>[-.\/])(?<MONTH>\d\d)(\k<SEPARATOR>)(?<YEAR>\d{4})
13-07-2020 8.07.2020 13/07/2020 13/07-2020
Day, year and month regex
2022-01-27T10:00:13.000Z
Find last occurrence of . can be replaced with anything .
\.(?=[^.]*$)
find the last dot . in this . ridden text . . . really
Find last occurrence of char in a string
2021-09-10T13:12:33.000Z
(?P<mesini>\d{2})(?P<diaini>\d{2})(?P<horaini>\d{2})(?P<minini>\d{2})\s(?P<duracaosegundo>\d{5})\s\d{4}\s(\w{1,2}|\s)\s{5,6}\d\s(?<rota>\d{4})\s{6,13}(?<numerob>\d{8,20})\s(?<ramal>\d{4,8})\s{13,17}(?P<senha>(\d{5}|\s{5}))\s{15}\d{2}\s(?<tronco>\d{5})(?<nodetrunk>\d{4})\n
06191559 00000 0000 J 1388 1616 00 1388 06191529 00241 0000 1871 1871 1019 00 007002016 06191608 00000 0000 CO 0 8985 984248885 1616 00 005003013 06191612 00109 0000 M 0 8985 37491871 1616 00 005003019 06191614 00124 0000 M 0 8985 024981105000 1616 00 005003020 06191616 00203 0000 M 0 8985 02433485083 1616 00 005003022 06191617 00020 0000 J 1388 1616 00 1388 06191618 00056 0000 T 1201 1388 00 1201 06191622 00000 0000 B 1388 1616 00 1388 06191623 00402 0000 T 0 8985 37491871 1388 00 005003025 06191636 00326 0000 L 1388 1616 00 1388 06191636 00001 0000 0 8985 984248885 1388 00 005003010 06191640 00355 0000 L 1388 1616 00 1388 06191640 00003 0000 0 8985 024981105000 1388 00 005003014 06191648 00126 0000 L 1388 1616 00 1388 06191648 00109 0000 M 0 8985 02433485083 1616 00 005003019 06191622 00000 0000 B 1388 1616 00 1388 06191623 00402 0000 T 0 8985 37491871 1388 00 005003025 06191624 00000 0000 CO 0 8985 984248885 1616 00 005003027 06191624 00000 0000 CO 0 8985 984248885 1616 00 005003028 06221129 00147 0000 M 0 8985 984248885 1388 12319 00 005003015
CSN Casa de Pedra
2020-06-25T17:21:01.000Z
Name:Jose Luis Torres Email:[email protected] Phone:7739889785 Username:trabajando CreditCard:4190025858706384 Expiration:10/14 Code:287 Address:3010 N Avers.Ave State:IL Country:USA Zip:60618 Credit Card Number: 4316920840155428 Exp.Date: 09 / 2017 Card type: VISA PIN: CVV: 348 Penny Horcher Street: 626 State St City: Belleville State: IL Zipcode: 62220 Country: United States Dayphone: 618-233-4620 . 618-233-4620 Balance [18/08 /14] : $142,433,820.00 USD Detected 1 occurrence(s) of ‘^\s*pin[code]*\s*(:|=|is|was)\s': [email protected] Phone:7739889785 Username:trabajando CreditCard:4190025858706384 Expiration:10/14 Code:287 Address:3010 N Avers.Ave State:IL Country:USA Zip:60618 Credit Card Number: 4316920840155428 Exp.Date: 09 / 2017 Card type: VISA PIN: CVV: 348 Penny Horcher Street: 626 State St City: Belleville State: IL Zipcode: 62220 Country: United States Dayphone: 618-233-4620 . 618-233-4620 Balance [18/08 /14] : $142,433,820.00 USD 406049,395,101,CLASSIC (DEBIT) / SYNOVUS FIN Detected 1 occurrence(s) of ‘\s+5[1-5][0-9]{14}\s+': 1/2017 CVV2: 383
((([a-z]{3,9}:(?:\/\/)?)(?:[-;:&=\+\$,!\w]+@)?[\w.-]+|(?:www.|[-;:&=\+\$,\w]+@)[\w.-]+)((?:\/[\+~%\/.\w_-]*)?\??(?:[-\+=&;%@.\w_]*)#?(?:[.\!\/\\w]*))?)
www.google.com http://www.google.com/teste.do mailto:[email protected] [email protected] www.url-with-querystring.com/?url=has-querystring http://test:[email protected]/
buen
2016-01-11T13:43:12.000Z
An extremely complete regex, that... - Accepts international phones and most of regional phone numbers; - Accepts phone numbers with/without "+", with/without space or "-" in the middle of the phone, and more. - Gets groups of all important data of the phone number (local code, country code and the phone number itself)
(?:(\+?\d{1,3}) )?(?:([\(]?\d+[\)]?)[ -])?(\d{1,5}[\- ]?\d{1,5})
phone number
2016-07-19T04:29:18.000Z
FEN is "Forsyth-Edwards Notation"
([1-8kqbnrpKQBNRP]{1,8}\/){7}[1-8kqbnrpKQBNRP]{1,8}[\s]{1}[wb]{1}[\s]{1}(([-]{1})|[K?Q?k?q?]{1,4})[\s]{1}([-]{1}|([a-h]{1}[1-8]{1}))[\s]{1}[0-9]+[\s]{1}[0-9]+
rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w - 0 1
FEN
2016-02-20T21:33:35.000Z
(\d{4})-([01]\d)-([0-3]\d)T([0-2]\d):([0-5]\d):([0-5]\d)
app.all.js:353 2015-09-01T15:40:23.698952 app.all.js:353 2015-09-01T15:42:34.419708 app.all.js:353 2015-09-01T15:45:04.241321 app.all.js:353 2015-09-06T09:51:10.397278 app.all.js:353 2015-09-06T09:52:17.919894 app.all.js:353 2015-09-06T10:25:39.189948 app.all.js:353 2015-09-06T15:59:15.892152 app.all.js:353 2015-09-06T17:06:07.257545 app.all.js:353 2015-09-06T18:37:31.469877 app.all.js:353 2015-09-07T11:50:35.704425 app.all.js:353 2015-09-07T13:17:14.164772 app.all.js:353 2015-10-10T10:07:45.763975
iso 8601
2015-10-10T03:28:50.000Z
\s+D\=(?<rdur>\d+\s*?)
t=1445878277835222 D=285883
GET Duration
2015-10-26T16:57:48.000Z
Matches the meaningful content of a GRS50 scale's weight notification
(\d{2}\.\d{3})([A-Z]{2})
00.000LB 12.345GM XXXXXXXX XX.XXXXX 00.000XX 1LB 1.0LB 1.00LB 01.00LB 01.000LB 001.00LB
GRS50 weight response
2015-11-17T21:40:20.000Z
(src="cid:).*?(.+?(\.gif|\.png|\.jpg))+?([^"]*)
bodyHtmlText: <p class=MsoNormal><a href="http://www.centric.eu/craft"><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;text-decoration:none'><img border=0 width=300 height=100 id="_x0000_i1026" src="cid:[email protected]" alt="cid:[email protected]"></span></a><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><a href="https://www.facebook.com/Centric"><span style='color:blue;text-decoration:none'><img border=0 width=31 height=75 id="_x0000_i1027" src="cid:[email protected]" alt="Like ons"></span></a><span lang=EN-US style='color:#1F497D'>&nbsp; </span><a href="http://www.linkedin.com/company/centric"><span style='color:blue;text-decoration:none'> USAGE: const string patternImageFilesInBody = @"(src=""cid:).*?(.+?(\.gif|\.png|\.jpg))+?([^""]*)"; //const string patternImageFilesInBody = @"(src=""cid:).*?/?([^/]+?(\.gif|\.png|\.jpg))+?(@[^""]*)"; //const string patternImageFilesInBody = @"(src=\""cid:).*?/?([^/]+?(\.gif|\.png|\.jpg))+?(@.................)"; var bodyIndependentsoft = Regex.Replace(bodyHtmlText, patternImageFilesInBody, m => "src=\"" + tempFolder + "/" + m.Groups[2].Value + "\"");
image cid
2017-06-27T09:00:06.000Z
^\s*?((?:virtual\s+|const\s+|friend\s+|volatile){0,3}\s*(?:\w+\s*::\s*)?\s*[\w]*?)\s*\w+\s*::\s*(~?[\w]+)\s*(\(.*\))\s*(const)?\s*[{|:]
#include <iostream> #include <iomanip> #include "Time.h" using namespace std; Time :: ~Time(const int h, const int m, const int s) : hour(h), minute (m), second(s) {} virtual const std::void Time :: setTime(const int h, const int m, const int s) { hour = h; minute = m; second = s; } std::string Time :: print() const { cout << setw(2) << setfill('0') << hour << ":" << setw(2) << setfill('0') << minute << ":" << setw(2) << setfill('0') << second << "\n"; } bool Time :: equals(const Time &otherTime) { if(hour == otherTime.hour && minute == otherTime.minute && second == otherTime.second) return true; else return false; }
.cpp method matcher
2017-11-19T04:39:52.000Z
vault sync
(?P<mount>rockcut/aws)/(?P<meta>data)?/(?P<env>(dev|test|stage|prod))?/(?P<app>\w+)?/?(?P<team>\w+)?
rockcut/aws/data/dev/someapp/s
transform regex
2019-09-04T20:10:08.000Z
g(a|he)y
gay ghey
Your mom
2019-02-06T17:38:24.000Z
how to implement this in htaccess???
^.*(\/\/damn.at)\/(.*)(\?go-get=)(.*)
https://damn.at/tests?go-get=1 https://damn.at/dd?go-get=1 https://damn.at/fuck/more/shit?go-get=1
replace go-get request and send to other script
2021-02-21T22:17:33.000Z
\b(?:if|for|while|else|else\s+?if|switch)\b
#include "main.h" #include "chassis.h" #include <cmath> #include <iostream> //Exponential Drive Function int exponential (int joystickVal, float driveExp, int joyDead, int motorMin) { //e int joySign; int joyMax = 128 - joyDead; int joyLive = abs(joystickVal) - joyDead; if (joystickVal > 0) {joySign = 1;} else if (joystickVal < 0) {joySign = -1;} else {joySign = 0;} int power = joySign * (motorMin + ((127 - motorMin) * (pow(joyLive, driveExp) / pow(joyMax, driveExp)))); return power; } void Chassis::OP_Chassis(void){ int Ch3 = exponential(master.get_analog(E_CONTROLLER_ANALOG_LEFT_X), 1.5 /*DriveExp*/, 8 /*JoyDead*/, 15 /*MotorMin*/); int Ch1 = exponential(master.get_analog(E_CONTROLLER_ANALOG_RIGHT_X), 1.5 /*DriveExp*/, 8 /*JoyDead*/, 15 /*MotorMin*/); int Ch4 = exponential(master.get_analog(E_CONTROLLER_ANALOG_LEFT_Y), 1.5 /*DriveExp*/, 8 /*JoyDead*/, 15 /*MotorMin*/); /*BaseFL.move(-Ch3 - Ch1); BaseBL.move(-Ch3 - Ch1); BaseFR.move(Ch3 - Ch1); BaseBR.move(Ch3 - Ch1);*/ BaseFL.move(-Ch3 - Ch1 - Ch4); BaseFR.move(-Ch3 - Ch1 + Ch4); BaseBL.move(Ch3 - Ch1 - Ch4); BaseBR.move(Ch3 - Ch1 + Ch4); /* ChassisMotors[BASE_FL_PORT].move(-Ch3 - Ch1 - Ch4); ChassisMotors[BASE_FR_PORT].move(-Ch3 - Ch1 + Ch4); ChassisMotors[BASE_BL_PORT].move(Ch3 - Ch1 - Ch4); ChassisMotors[BASE_BR_PORT].move(Ch3 - Ch1 + Ch4); */ } void Chassis::stopDriving(void){ BaseFL.move(0); BaseFR.move(0); BaseBL.move(0); BaseBR.move(0); } void Chassis::TurnDistance(int direction, int targetValue, int timeout){ float driveKP = 0.7; float driveKD = 1.2; //same PID Logic as turnValue int motorPower; int startTime = millis(); int currentValue = 0; int err = 0; int derr = 0; int err_last = 0; int err_sum = 0; float KI = 0; float p; float i = 0; float d; direction == DIRECTION_LEFT ? BaseFL.tare_position() : BaseFR.tare_position(); //resets left encoder if turning left, right if turning right while((millis() - startTime) < timeout){ currentValue = abs(direction == DIRECTION_LEFT ? BaseFL.get_position() : BaseFR.get_position()); //gets left encoder if turning left, right if turning right err = targetValue - currentValue; err_last = err; derr = (err - err_last); p = (driveKP * err); err_sum += err; d = driveKD * derr; motorPower = p+i+d; /* if(motorPower > 90){motorPower = 90;} //cap speed at 90 if(motorPower < -90){motorPower = -90;} */ motorPower = (motorPower > 90 ? 90 : motorPower < -90 ? -90 : motorPower); //cap speed at +- 90 BUG : Needs test BaseFL.move(direction*motorPower); BaseFR.move((direction*motorPower)); BaseBL.move((direction*motorPower)); BaseBR.move(direction*motorPower); delay(20); } } void Chassis::MoveDistance(int direction, int targetValue, int timeout, int cap){ float driveKP = 0.7; float driveKD = 1.2; //same PID Logic as turnValue int motorPower; int startTime = millis(); int currentValue = 0; int err = 0; int derr = 0; int err_last = 0; int err_sum = 0; float KI = 0; float p; float i = 0; float d; BaseFL.tare_position(); while((millis() - startTime) < timeout){ currentValue = abs(BaseFL.get_position()); err = targetValue - currentValue; err_last = err; derr = (err - err_last); p = (driveKP * err); err_sum += err; d = driveKD * derr; motorPower = p+i+d; if(motorPower > cap){motorPower = cap;} if(motorPower < -cap){motorPower = -cap;} // motorPower = (motorPower > 1 ? 1 : motorPower < -1 ? -1 : motorPower); BaseFL.move(-direction*motorPower); BaseFR.move((direction*motorPower)); BaseBL.move((-direction*motorPower)); BaseBR.move(direction*motorPower); delay(20); } } void Chassis::TurnGyro(int direction, int targetValue, int timeout){ float driveKP = 1.2; float driveKD = 0.8; gyro.reset(); //initialize variables int motorPower; //motor power level int startTime = millis(); //Elapsed time since start of the sequence int currentValue = 0; //starting value of 0 int turn_err = 0; //error value init int derr = 0;//error difference int err_last = 0; //last error int err_sum = 0; //sum of errors float KI = 0; //KI value - not currently used' float p; //p value normally 0.8 float i = 0; //I value float d; //d value normally 0.7 while((millis() - startTime) < timeout){ currentValue = gyro.get_value(); turn_err = targetValue - currentValue; //error is how far the current position is from the position you put into the loop err_last = turn_err; //stores the error derr = (turn_err - err_last); //difference between how far you were from the target last sequence compared to this sequence p = (driveKP * turn_err); //p value is preset driveKP multiplied by how far we are from our target err_sum += turn_err; //err_sum increases by the sum of errors d = driveKD * derr; //d value is preset driveKD multiplied by the difference between how far you were from the last rotation motorPower = p+i+d; //motorpower is the sum of p, i, and d if(motorPower > 90){motorPower = 90;} //if the motor power is greater than 127 (the maximun it can go), set it to 127 if(motorPower < -90){motorPower = -90;}//if the motor power is less than -127 (the minimum it can go), set it to -127 /* * Move motors the motorpower value times the direction. * Here, the Front Left motor and the Back Left motor are moving backwards if direction == 1 * and the Back Right and Front Right motors are moving forwards if direction ==1 * this is the setup that allows the base to turn */ BaseFL.move(direction*motorPower); BaseBL.move(direction*motorPower); BaseBR.move((direction*motorPower)); BaseFR.move((direction*motorPower)); delay(20); } } void Chassis::StrafeDistance(int direction, int targetValue, int timeout){ float driveKP = 0.7; float driveKD = 1.2; //same PID Logic as turnValue int motorPower; int startTime = millis(); int currentValue = 0; int err = 0; int derr = 0; int err_last = 0; int err_sum = 0; float KI = 0; float p; float i = 0; float d; direction == DIRECTION_LEFT ? BaseFL.tare_position() : BaseFR.tare_position(); //resets left encoder if turning left, right if turning right while((millis() - startTime) < timeout){ currentValue = abs(direction == DIRECTION_LEFT ? BaseFL.get_position() : BaseFR.get_position()); //gets left encoder if turning left, right if turning right err = targetValue - currentValue; err_last = err; derr = (err - err_last); p = (driveKP * err); err_sum += err; d = driveKD * derr; motorPower = p+i+d; /* if(motorPower > 90){motorPower = 90;} //cap speed at 90 if(motorPower < -90){motorPower = -90;} */ motorPower = (motorPower > 90 ? 90 : motorPower < -90 ? -90 : motorPower); //cap speed at +- 90 BUG : Needs test BaseFL.move(direction*motorPower); BaseFR.move((direction*motorPower)); BaseBL.move(-(direction*motorPower)); BaseBR.move(-direction*motorPower); delay(20); } } void Chassis::driveOnAngle(double angle, int quadrant, int targetValue, int timeout){ //PD Constants float driveKP = 0.7; float driveKD = 1.2; //General variables int motorPower; int startTime = millis(); int currentValue = 0; int err = 0; int derr = 0; int err_last = 0; int err_sum = 0; float KI = 0; float p = 0; float i = 0; float d = 0; //Wheel modification values double FRMod; double FLMod; double BLMod; double BRMod; BaseFL.tare_position(); BaseFR.tare_position(); BaseBL.tare_position(); BaseBR.tare_position(); //Convert degree to radians // angle = angle * (M_PI / 180); //Determine which qaudrant we're driving in /* if (angle < (M_PI / 2) && angle > 0 ) { quadrant = QUADRANT_1; } else if(angle < (M_PI) && angle > (M_PI / 2)) { quadrant = QUADRANT_2; } else if((angle < ((3*M_PI) / 2)) && angle > (M_PI)) { quadrant = QUADRANT_3; } else if(angle < (2*M_PI) && angle > (((3*M_PI) / 2))){ quadrant = QUADRANT_4; } */ while((millis() - startTime) < timeout){ switch (quadrant) { //Change wheel modifications and enccder values based on the quadrant we're driving in. case QUADRANT_1 : //If we're driving in quadrant 1 (0 to π/2) currentValue = abs(BaseFR.get_position()); FRMod = sin(angle - (M_PI/4)); FLMod = -1; BLMod = -sin(angle - (M_PI / 4)); BRMod = 1; case QUADRANT_2 : //If we're driving in quadrant 1 (π/2 to π) currentValue = abs(BaseFL.get_position()); FLMod = 1; FRMod = sin(angle - ((3*M_PI)/4)); BRMod = 1; BLMod = sin(angle - ((3*M_PI)/4)); case QUADRANT_3 : //BUG FL, BR might be Negative as well currentValue = abs(BaseBL.get_position()); FLMod = 1; BLMod = -(sin(angle - (M_PI)/4)); BRMod = -1; FRMod = (sin (angle - ((M_PI)/4))); case QUADRANT_4: /*BACK LEFT ALIGNMENT*/ currentValue = abs(BaseBL.get_position()); FLMod = 1; BLMod = -(sin(angle - (M_PI)/4)); BRMod = -1; FRMod = (sin (angle - ((M_PI)/4))); } err = targetValue - currentValue; //error is how far the current position is from the position you put into the loop err_last = err; //stores the error derr = (err - err_last); //difference between how far you were from the target last sequence compared to this sequence p = (driveKP * err); //p value is preset driveKP multiplied by how far we are from our target err_sum += err; //err_sum increases by the sum of errors d = driveKD * derr; //d value is preset driveKD multiplied by the difference between how far you were from the last rotation motorPower = p+i+d; //motorpower is the sum of p, i, and d if(motorPower > 90){motorPower = 90;} //if the motor power is greater than 127 (the maximun it can go), set it to 127 if(motorPower < -90){motorPower = -90;}//if the motor power is less than -127 (the minimum it can go), set it to -127 //moves the wheels according to the PID output and the Quadrant Modifications BaseFL.move(motorPower * FLMod); BaseBL.move(motorPower * BLMod); BaseBR.move(motorPower * BRMod); BaseFR.move(motorPower * FRMod); delay(20); } }
check dup statements
2020-04-16T01:21:40.000Z
uk phone numbers
(^\+[0-9]{2}|^\+[0-9]{2}\(0\)|^\(\+[0-9]{2}\)\(0\)|^00[0-9]{2}|^0)([0-9]{9}$|[0-9\-\s]{10}$)
07123456789
uk phone numbers
2016-09-22T10:15:23.000Z
(?P<srx_eventType>RT_FLOW_.+):\s\w+\s\w+\s(?P<srx_sourceIP>\d+\.\d+\.\d+\.\d+)\/(?P<srx_sourcePort>\d+)->(?P<srx_destinationIP>\d+\.\d+\.\d+\.\d+)\/(?P<srx_destinationPort>\d+)\s0x0\s(?P<srx_Application>\S+)\s(?:\d\(\d\))?(?:\d+\.\d+\.\d+\.\d+\/\d+->\d+\.\d+\.\d+\.\d+\/\d+\s0x0\s)?(?:(?:N\/A\s)+)?(?:(?P<srx_natType>[a-z]+)\srule\s(?P<srx_natRule>\S+)\s)?(?:(?:N\/A\s)+)?(?:\d+)?\s(?P<srx_policyName>\S+)\s(?P<srx_zoneIn>\S+)\s(?P<srx_zoneOut>\S+)\s(?:(?:UNKNOWN UNKNOWN)|(?:\d+))\sN\/A\(N\/A\)\s(?P<srx_interfaceIn>\S+)
Jul 5 15:25:01 10.151.18.1 Jul 5 20:25:01 srx21 RT_FLOW: RT_FLOW_SESSION_DENY: session denied 136.62.186.217/62724->96.47.223.17/445 0x0 junos-smb-session 6(0) default-drop Outside DMZ UNKNOWN UNKNOWN N/A(N/A) reth0.0 UNKNOWN policy deny Jul 6 14:16:13 10.151.18.1 Jul 6 19:16:12 srx21 RT_FLOW: RT_FLOW_SESSION_CREATE: session created 10.151.10.61/48040->10.151.150.18/8080 0x0 None 10.151.10.61/48040->10.151.150.18/8080 0x0 N/A N/A N/A N/A 6 DMZ-Trust_any DMZ Trust 1858740 N/A(N/A) reth2.10 UNKNOWN UNKNOWN UNKNOWN Jul 6 14:16:13 10.151.18.1 Jul 6 19:16:12 srx21 RT_FLOW: RT_FLOW_SESSION_CREATE: session created 10.151.150.121/34954->209.239.233.7/443 0x0 junos-https 64.17.7.244/42525->209.239.233.7/443 0x0 source rule r1 N/A N/A 6 outside-access Trust Outside 1503483 N/A(N/A) reth1.190 UNKNOWN UNKNOWN UNKNOWN Jul 6 14:16:13 10.151.18.1 Jul 6 19:16:12 srx21 RT_FLOW: RT_FLOW_SESSION_CREATE: session created 73.152.202.193/47878->64.17.7.246/53 0x0 junos-dns-udp 73.152.202.193/47878->10.151.10.64/53 0x0 N/A N/A static rule external-dns 17 external-dns Outside DMZ 1200031 N/A(N/A) reth0.0 UNKNOWN UNKNOWN UNKNOWN Jul 6 17:10:13 10.151.18.1 Jul 6 22:10:12 srx21 RT_FLOW: RT_FLOW_SESSION_CREATE: session created 66.87.85.217/16879->96.47.221.72/443 0x0 junos-https 66.87.85.217/16879->10.151.10.66/443 0x0 N/A N/A destination rule websites-221 6 webtraffic-in Outside DMZ 931704 N/A(N/A) reth0.0 UNKNOWN UNKNOWN UNKNOWN
srx messages
2017-07-10T21:25:44.000Z
Useful for making a build script that compiles all sources into one file.
^\s*?source\s+(.*)
source ./file/path/here.sh source /filepath source ~/filepath/.git/do.pl source ~/filepath/.git/do.pl sdfsdf source ~/filepath/.git/do.pl\ sdfsdf "not source ,.ss"
Grab filepaths from `source` in a bash script
2015-12-05T19:01:27.000Z
^([0-1]\d:[0-5]\d)|(^20:0[0-5])
00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 11:00 12:00 12:09 12:19 12:29 12:30 12:31 12:32 12:33 12:34 12:35 midday (all days of week) 12:36 13:00 14:00 15:00 16:00 17:00 18:00 19:00 19:35 evening (sun-fri) 20:00 20:05 evening (saturday) 20:15 20:25 20:35 21:00 22:00 23:00
match any time before 20:05
2016-04-22T23:50:40.000Z
^\s*([a-zàèéìòù]+)??(?:\s+)?([a-zàèéìòù]+)??\s*(['-])?\s*([a-zàèéìòù]+)\s*$
Nome (facoltativo) e cognome italiano
2020-07-25T21:29:23.000Z
^((?!badword).)*$
test one two abadwords three 123
Match string not containing string
2020-05-02T03:07:48.000Z
(?:(?P<DateTime>^.*\d{2}:\d{2}:\d{2}).*)+?\s+?(?P<Message><Message\s.*</Message>)+?
Thu 2018-08-02 15:05:48 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>SCL</RequestingStation> <RequestingUserId>NGUTIERREZM</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-240">2018-08-02 15:05:48</LocalDateTime> <GMTDateTime>2018-08-02 19:05:48</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <CheckUnderAllocation>true</CheckUnderAllocation> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>SCL</Location> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFCAP"> <TempOffloadCode>RB004</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>MIA</GoverningStation> <AwbId> <Prefix>361</Prefix> <Number>50090342</Number> </AwbId> <AwbOD> <OrigApt>MIA</OrigApt> <DestApt>IQQ</DestApt> </AwbOD> <ProductCode>118</ProductCode> <VaProductCode>118</VaProductCode> <CommodityCode>1</CommodityCode> <Customer knownShipper="true"> <AgentCode>637657MIA</AgentCode> <Shipper> <AccountNbr>6177MIA</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177IQQ</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>0</Pieces> <Weight>171.0</Weight> <ChrgWeight>172.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>2</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Weight>85.5</Weight> <Volume>0.515</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>583</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-07-28</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>171.0</TotalWeight> <TotalVolume>1.03</TotalVolume> <TotalPieceCount>2</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>162</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>IQQ</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>171.0</TotalWeight> <TotalVolume>1.03</TotalVolume> <TotalPieceCount>2</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>4.55</NetRate> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-07-24 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="Uplifting-Carrier" type="STRING"> <ns:String>LA</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>MIA</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>IQQ</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>UPDATE_BOOKING</ns:String> </Field> <FUDOrigin>MIA</FUDOrigin> <FUDDestination>IQQ</FUDDestination> </Booking2> </RequestContent> </Message> Thu 2018-08-02 15:05:49 bookingEvaluationRequest INFO **** RESPONSE XML after Bean Call : <Message serviceType="evaluateBooking" messageType="RESPONSE" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls"> <MessageOrigin> <RequestingStation>SCL</RequestingStation> <RequestingUserId>NGUTIERREZM</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <RequestingTTYAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <LocalDateTime GMTOffsetMinutes="0">2018-08-02 19:05:49</LocalDateTime> <GMTDateTime xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">2018-08-02 19:05:48</GMTDateTime> </MessageOrigin> <RequestContent xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <CheckUnderAllocation>true</CheckUnderAllocation> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>SCL</Location> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFCAP"> <TempOffloadCode>RB004</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>MIA</GoverningStation> <AwbId> <Prefix>361</Prefix> <Number>50090342</Number> </AwbId> <AwbOD> <OrigApt>MIA</OrigApt> <DestApt>IQQ</DestApt> </AwbOD> <ProductCode>118</ProductCode> <VaProductCode>118</VaProductCode> <CommodityCode>1</CommodityCode> <Customer knownShipper="true"> <AgentCode>637657MIA</AgentCode> <Shipper> <AccountNbr>6177MIA</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177IQQ</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>0</Pieces> <Weight>171.0</Weight> <ChrgWeight>172.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>2</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Weight>85.5</Weight> <Volume>0.515</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>583</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-07-28</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>171.0</TotalWeight> <TotalVolume>1.03</TotalVolume> <TotalPieceCount>2</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>162</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>IQQ</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>171.0</TotalWeight> <TotalVolume>1.03</TotalVolume> <TotalPieceCount>2</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>4.55</NetRate> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="Uplifting-Carrier" type="STRING"> <ns:String>LA</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>MIA</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>IQQ</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>UPDATE_BOOKING</ns:String> </Field> <FUDOrigin>MIA</FUDOrigin> <FUDDestination>IQQ</FUDDestination> </Booking2> </RequestContent> <ResponseContent> <ProcessingStatusCode>ACCEPT</ProcessingStatusCode> <ProcessingRemarks>LA0583 MIA:SCL</ProcessingRemarks> <ProcessingRemarks>LA0162 SCL:IQQ</ProcessingRemarks> <ProcessingRemarks>LA0583 MIA:SCL 789/PAX 07/28/2018 0827 1904</ProcessingRemarks> <ProcessingRemarks>LA0162 SCL:IQQ A31/PAX 08/03/2018 0532 0751</ProcessingRemarks> <ReferQueueStation>MIA</ReferQueueStation> <ReferQueueNumber>10</ReferQueueNumber> <MessageSeqNo>0</MessageSeqNo> <EvaluationMode>REBOOKING</EvaluationMode> <ResponseOptions> <FFRProcessingInstruction> <ChangeTypeCode>CONTRACT_CHANGE</ChangeTypeCode> <Segment status="X"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0174</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>IQQ</DestApt> <DepartureDate>2018-08-04</DepartureDate> <FlightDepartureDate>2018-08-04</FlightDepartureDate> <ArrivalDate>2018-08-04</ArrivalDate> <AircraftType>A31</AircraftType> <ActualDepartureDate>2018-08-04</ActualDepartureDate> <ActualDepartureTime>1640</ActualDepartureTime> <DepartureTime>16:40</DepartureTime> <ArrivalTime>18:59</ArrivalTime> </FlightSegmentId> <AWBPriority>500.01</AWBPriority> <TotalWeight>171.0</TotalWeight> <TotalVolume>1.03</TotalVolume> <TotalPieceCount>2</TotalPieceCount> </Segment> </FFRProcessingInstruction> </ResponseOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" bookingContext="OFCAP" generateDynamicQueueAddress="true" clearNotifications="false"> <BookingUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </BookingUnits> <GoverningStation>MIA</GoverningStation> <OriginalChannel>BKG</OriginalChannel> <AwbOwner>LA</AwbOwner> <BookingKey>0</BookingKey> <AwbId> <Prefix>361</Prefix> <Number>50090342</Number> </AwbId> <SpotBookingFlag>false</SpotBookingFlag> <PreRateFlag>false</PreRateFlag> <GoShow>false</GoShow> <edocUpload>false</edocUpload> <NoShow>false</NoShow> <LateShow>false</LateShow> <BackLog>false</BackLog> <ConsignmentReceipt>false</ConsignmentReceipt> <AwbOD> <OrigApt>MIA</OrigApt> <DestApt>IQQ</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>MIA</OrigApt> <DestApt>IQQ</DestApt> </AlternateRouteCriteria> <ProductCode>118</ProductCode> <CommodityCode>1</CommodityCode> <Customer knownShipper="true"> <AgentCode>637657MIA</AgentCode> <Payer> <AccountNbr>637657MIA</AccountNbr> </Payer> <Shipper> <AccountNbr>6177MIA</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177IQQ</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1" routeId="0"> <CommodityCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Pieces>0</Pieces> <nbrPiecesAccepted>0</nbrPiecesAccepted> <Weight>171.0</Weight> <ChrgWeight>172.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> <ShipmentDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Service xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <NatureAndQtyOfGoods xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <HarmonizedCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <CountryCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Slac xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <GoodsConditionDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <damagedPieces>0</damagedPieces> <DamagedPiecesRemarks xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </BookingLine> <Piece lineNumber="1" nbrPiecesAccepted="0" damagedPieces="0" damagedPiecesRemarks=""> <Quantity>2</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>0.0</Height> <Width>0.0</Width> <Length>0.0</Length> <Weight>85.5</Weight> <Volume>0.515</Volume> </Dimensions> </Piece> </Shipment> <Route> <MixedLoadIndicator>N</MixedLoadIndicator> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0583</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-07-28</DepartureDate> <FlightDepartureDate>2018-07-28</FlightDepartureDate> <ArrivalDate>2018-07-28</ArrivalDate> <AircraftType>789</AircraftType> <ActualDepartureDate>2018-07-28</ActualDepartureDate> <ActualDepartureTime>827</ActualDepartureTime> <DepartureTime>08:27</DepartureTime> <ArrivalTime>19:04</ArrivalTime> </FlightSegmentId> <AWBPriority>100500.01</AWBPriority> <TotalWeight>171.0</TotalWeight> <TotalVolume>1.03</TotalVolume> <TotalPieceCount>2</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0162</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>IQQ</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-03</ArrivalDate> <AircraftType>A31</AircraftType> <ActualDepartureDate>2018-08-03</ActualDepartureDate> <ActualDepartureTime>532</ActualDepartureTime> <DepartureTime>05:32</DepartureTime> <ArrivalTime>07:51</ArrivalTime> </FlightSegmentId> <AWBPriority>100500.01</AWBPriority> <TotalWeight>171.0</TotalWeight> <TotalVolume>1.03</TotalVolume> <TotalPieceCount>2</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> </Route> <Rate> <CurrencyCode>USD</CurrencyCode> <NetRevenue>782.6</NetRevenue> <NetChargeWgt>172.0</NetChargeWgt> <NetRate>4.55</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> <DimFactor xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <DimDivisorType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <AllRateInclusiveFlag>false</AllRateInclusiveFlag> </Rate> <Remarks/> <Field name="EVENT_TYPE" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">UPDATE_BOOKING</ns:String> </Field> <Field name="EVAL_FLAGS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">true/false/false/true/false/0/0/0/false/false</ns:String> </Field> <Field name="SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">NC</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SLA_STATUS_DETAIL" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">FLIGHT:N/PATH:N/ETA:Y</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">MIA</ns:String> </Field> <Field name="Category" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">International</ns:String> </Field> <Field name="PROM_SLA_FLIGHT" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">LA0583/PAX/MIA/SCL/28Jul2018///789/CCBGM-CCBGM/1:LA0174/PAX/SCL/IQQ/04Aug2018///A31/TEMPORAL/1</ns:String> </Field> <Field name="Uplifting-Carrier" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">LA</ns:String> </Field> <Field name="PREV_SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">C</ns:String> </Field> <Field name="CURR_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">03Aug2018/0751</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">IQQ</ns:String> </Field> <Field name="PROM_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">02Aug2018/2359/0/33000/0</ns:String> </Field> <Field name="PROM_SLA_PATH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">MIA/SCL/IQQ/1</ns:String> </Field> <FUDOrigin>MIA</FUDOrigin> <FUDDestination>IQQ</FUDDestination> <LastEvaluation> <Status>ACCEPT</Status> </LastEvaluation> <LastUpdatedStation>SCL</LastUpdatedStation> <Priority>100500.01</Priority> <PriorityDetail> <CustomerRateAdj>0.0</CustomerRateAdj> <CustomerCostAdj>0.0</CustomerCostAdj> <TransitAdj>500.0</TransitAdj> <OffloadNonperishableAdj>0.0</OffloadNonperishableAdj> <OffloadPerishableAtOriginAdj>0.0</OffloadPerishableAtOriginAdj> <OffloadPerishableAtCnxAdj>0.0</OffloadPerishableAtCnxAdj> <PartshipAdj>0.0</PartshipAdj> <PartshipOffloadNonPerishAdj>0.0</PartshipOffloadNonPerishAdj> <PartshipOffloadPerishAtOriginAdj>0.0</PartshipOffloadPerishAtOriginAdj> <PartshipOffloadPerishAtCnxAdj>0.0</PartshipOffloadPerishAtCnxAdj> <DensityAdj>0.0</DensityAdj> <HotDownlineAdj>0.0</HotDownlineAdj> <Field name="PRODUCT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.01</ns:Double> </Field> <Field name="COMMODITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="ALLOC_TYPE" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_LOCK" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_PRIORITY_ALLOC" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SMALL_SHIPMENT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SLA_PRIORITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">100000.0</ns:Double> </Field> <Field name="PRIORITY_TAG" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">CRITICAL</ns:String> </Field> </PriorityDetail> <ShipmentAvailable>false</ShipmentAvailable> <LastAcceptanceTime>2018-07-28 08:27</LastAcceptanceTime> <TimeOfAvailability>2018-08-03 07:51</TimeOfAvailability> <Cost>0.0</Cost> <MinimumRevenue>0.0</MinimumRevenue> <AdjustedBkgRevenue>782.6</AdjustedBkgRevenue> <AddedRemarks> <Remark>RM-internal booking key/version: 0/0</Remark> <Remark>Last Updated, GMT: 2018-08-02 19:05:48</Remark> <Remark>Last Updated, local: 2018-08-02 15:05:48</Remark> <Remark>Last Updated, local GMT offset (minutes): -240</Remark> <Remark>Last Updated in RM by: NGUTIERREZM</Remark> <Remark>Channel code: BKG</Remark> <Remark>Value-added product code: 118</Remark> <Remark>Campaign ID: LOOSE</Remark> <Remark>Is under allocation? false</Remark> </AddedRemarks> </Booking2> </ResponseContent> </Message> Thu 2018-08-02 15:05:54 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>BOG</RequestingStation> <RequestingUserId>4055519</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-300">2018-08-02 14:05:54</LocalDateTime> <GMTDateTime>2018-08-02 19:05:54</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>true</CheckCapacity> <CheckRate>true</CheckRate> <CheckUnderAllocation>true</CheckUnderAllocation> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>BOG</Location> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>RB001</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>BOG</GoverningStation> <AwbId> <Prefix>45</Prefix> <Number>4085841</Number> </AwbId> <AwbOD> <OrigApt>BOG</OrigApt> <DestApt>SCL</DestApt> </AwbOD> <ProductCode>106</ProductCode> <VaProductCode>106</VaProductCode> <CommodityCode>97</CommodityCode> <Customer> <AgentCode>645871BOG</AgentCode> <Shipper> <AccountNbr>645871BOG</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177SCL</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>360.0</Weight> <ChrgWeight>360.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>3</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>80.0</Height> <Width>43.0</Width> <Length>80.0</Length> <Weight>120.0</Weight> <Volume>0.27333</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>575</FlightNumber> <OrigApt>BOG</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-04</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>360.0</TotalWeight> <TotalVolume>0.82</TotalVolume> <TotalPieceCount>3</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>2.0</NetRate> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-07-24 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>BOG</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>SCL</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>UPDATE_BOOKING</ns:String> </Field> <FUDOrigin>BOG</FUDOrigin> <FUDDestination>SCL</FUDDestination> </Booking2> </RequestContent> </Message> Thu 2018-08-02 15:05:56 bookingEvaluationRequest INFO **** RESPONSE XML after Bean Call : <Message serviceType="evaluateBooking" messageType="RESPONSE" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls"> <MessageOrigin> <RequestingStation>BOG</RequestingStation> <RequestingUserId>4055519</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <RequestingTTYAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <LocalDateTime GMTOffsetMinutes="0">2018-08-02 19:05:56</LocalDateTime> <GMTDateTime xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">2018-08-02 19:05:54</GMTDateTime> </MessageOrigin> <RequestContent xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>true</CheckCapacity> <CheckRate>true</CheckRate> <CheckUnderAllocation>true</CheckUnderAllocation> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>BOG</Location> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>RB001</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>BOG</GoverningStation> <AwbId> <Prefix>45</Prefix> <Number>4085841</Number> </AwbId> <AwbOD> <OrigApt>BOG</OrigApt> <DestApt>SCL</DestApt> </AwbOD> <ProductCode>106</ProductCode> <VaProductCode>106</VaProductCode> <CommodityCode>97</CommodityCode> <Customer> <AgentCode>645871BOG</AgentCode> <Shipper> <AccountNbr>645871BOG</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177SCL</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>360.0</Weight> <ChrgWeight>360.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>3</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>80.0</Height> <Width>43.0</Width> <Length>80.0</Length> <Weight>120.0</Weight> <Volume>0.27333</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>575</FlightNumber> <OrigApt>BOG</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-04</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>360.0</TotalWeight> <TotalVolume>0.82</TotalVolume> <TotalPieceCount>3</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>2.0</NetRate> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>BOG</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>SCL</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>UPDATE_BOOKING</ns:String> </Field> <FUDOrigin>BOG</FUDOrigin> <FUDDestination>SCL</FUDDestination> </Booking2> </RequestContent> <ResponseContent> <ProcessingStatusCode>ACCEPT</ProcessingStatusCode> <ProcessingRemarks>LA0575 BOG:SCL</ProcessingRemarks> <ProcessingRemarks>LA0575 BOG:SCL A33/PAX 08/04/2018 1029 1735</ProcessingRemarks> <ReferQueueStation>MIA</ReferQueueStation> <ReferQueueNumber>10</ReferQueueNumber> <MessageSeqNo>0</MessageSeqNo> <EvaluationMode>REBOOKING</EvaluationMode> <ResponseOptions> <FFRProcessingInstruction> <ChangeTypeCode>CONTRACT_CHANGE</ChangeTypeCode> <Segment status="X"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0575</FlightNumber> <OrigApt>BOG</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-03</ArrivalDate> <AircraftType>A33</AircraftType> <ActualDepartureDate>2018-08-03</ActualDepartureDate> <ActualDepartureTime>1029</ActualDepartureTime> <DepartureTime>10:29</DepartureTime> <ArrivalTime>17:35</ArrivalTime> </FlightSegmentId> <AWBPriority>.01</AWBPriority> <TotalWeight>360.0</TotalWeight> <TotalVolume>0.82</TotalVolume> <TotalPieceCount>3</TotalPieceCount> </Segment> </FFRProcessingInstruction> </ResponseOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" bookingContext="OFSAL" generateDynamicQueueAddress="true" clearNotifications="false"> <BookingUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </BookingUnits> <GoverningStation>BOG</GoverningStation> <OriginalChannel>BKG</OriginalChannel> <AwbOwner>LA</AwbOwner> <BookingKey>0</BookingKey> <AwbId> <Prefix>45</Prefix> <Number>4085841</Number> </AwbId> <SpotBookingFlag>false</SpotBookingFlag> <PreRateFlag>false</PreRateFlag> <GoShow>false</GoShow> <edocUpload>false</edocUpload> <NoShow>false</NoShow> <LateShow>false</LateShow> <BackLog>false</BackLog> <ConsignmentReceipt>false</ConsignmentReceipt> <AwbOD> <OrigApt>BOG</OrigApt> <DestApt>SCL</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>BOG</OrigApt> <DestApt>SCL</DestApt> </AlternateRouteCriteria> <ProductCode>106</ProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>645871BOG</AgentCode> <Payer> <AccountNbr>645871BOG</AccountNbr> </Payer> <Shipper> <AccountNbr>645871BOG</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177SCL</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1" routeId="0"> <CommodityCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Pieces>1</Pieces> <nbrPiecesAccepted>0</nbrPiecesAccepted> <Weight>360.0</Weight> <ChrgWeight>360.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> <ShipmentDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Service xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <NatureAndQtyOfGoods xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <HarmonizedCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <CountryCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Slac xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <GoodsConditionDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <damagedPieces>0</damagedPieces> <DamagedPiecesRemarks xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </BookingLine> <Piece lineNumber="1" nbrPiecesAccepted="0" damagedPieces="0" damagedPiecesRemarks=""> <Quantity>3</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>80.0</Height> <Width>43.0</Width> <Length>80.0</Length> <Weight>120.0</Weight> <Volume>0.273</Volume> </Dimensions> </Piece> </Shipment> <Route> <MixedLoadIndicator>N</MixedLoadIndicator> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0575</FlightNumber> <OrigApt>BOG</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-04</DepartureDate> <FlightDepartureDate>2018-08-04</FlightDepartureDate> <ArrivalDate>2018-08-04</ArrivalDate> <AircraftType>A33</AircraftType> <ActualDepartureDate>2018-08-04</ActualDepartureDate> <ActualDepartureTime>1029</ActualDepartureTime> <DepartureTime>10:29</DepartureTime> <ArrivalTime>17:35</ArrivalTime> </FlightSegmentId> <AWBPriority>0.01</AWBPriority> <TotalWeight>360.0</TotalWeight> <TotalVolume>0.82</TotalVolume> <TotalPieceCount>3</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> </Route> <Rate> <CurrencyCode>USD</CurrencyCode> <NetRevenue>720.0</NetRevenue> <NetChargeWgt>360.0</NetChargeWgt> <NetRate>2.0</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> <DimFactor xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <DimDivisorType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <AllRateInclusiveFlag>false</AllRateInclusiveFlag> </Rate> <Remarks/> <Field name="EVENT_TYPE" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">UPDATE_BOOKING</ns:String> </Field> <Field name="EVAL_FLAGS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">true/true/true/true/false/0/0/0/false/false</ns:String> </Field> <Field name="SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">C</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SLA_STATUS_DETAIL" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">BOG</ns:String> </Field> <Field name="Category" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">International</ns:String> </Field> <Field name="PROM_SLA_FLIGHT" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">LA0575/PAX/BOG/SCL/04Aug2018///A33/ECMTU/1</ns:String> </Field> <Field name="PREV_SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="CURR_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">SCL</ns:String> </Field> <Field name="PROM_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">07Aug2018/2359/0/33000/0</ns:String> </Field> <Field name="PROM_SLA_PATH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">BOG/SCL/1</ns:String> </Field> <FUDOrigin>BOG</FUDOrigin> <FUDDestination>SCL</FUDDestination> <LastEvaluation> <Status>ACCEPT</Status> </LastEvaluation> <LastUpdatedStation>BOG</LastUpdatedStation> <Priority>0.01</Priority> <PriorityDetail> <CustomerRateAdj>0.0</CustomerRateAdj> <CustomerCostAdj>0.0</CustomerCostAdj> <TransitAdj>0.0</TransitAdj> <OffloadNonperishableAdj>0.0</OffloadNonperishableAdj> <OffloadPerishableAtOriginAdj>0.0</OffloadPerishableAtOriginAdj> <OffloadPerishableAtCnxAdj>0.0</OffloadPerishableAtCnxAdj> <PartshipAdj>0.0</PartshipAdj> <PartshipOffloadNonPerishAdj>0.0</PartshipOffloadNonPerishAdj> <PartshipOffloadPerishAtOriginAdj>0.0</PartshipOffloadPerishAtOriginAdj> <PartshipOffloadPerishAtCnxAdj>0.0</PartshipOffloadPerishAtCnxAdj> <DensityAdj>0.0</DensityAdj> <HotDownlineAdj>0.0</HotDownlineAdj> <Field name="PRODUCT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.01</ns:Double> </Field> <Field name="COMMODITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="ALLOC_TYPE" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_LOCK" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_PRIORITY_ALLOC" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SMALL_SHIPMENT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SLA_PRIORITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="PRIORITY_TAG" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">LOW</ns:String> </Field> </PriorityDetail> <ShipmentAvailable>false</ShipmentAvailable> <LastAcceptanceTime>2018-08-04 10:29</LastAcceptanceTime> <TimeOfAvailability>2018-08-04 17:35</TimeOfAvailability> <Cost>0.0</Cost> <MinimumRevenue>0.0</MinimumRevenue> <AdjustedBkgRevenue>720.0</AdjustedBkgRevenue> <AddedRemarks> <Remark>RM-internal booking key/version: 0/0</Remark> <Remark>Last Updated, GMT: 2018-08-02 19:05:54</Remark> <Remark>Last Updated, local: 2018-08-02 14:05:54</Remark> <Remark>Last Updated, local GMT offset (minutes): -300</Remark> <Remark>Last Updated in RM by: 4055519</Remark> <Remark>Channel code: BKG</Remark> <Remark>Value-added product code: 106</Remark> <Remark>Campaign ID: LOOSE</Remark> <Remark>Is under allocation? false</Remark> </AddedRemarks> </Booking2> </ResponseContent> </Message> Thu 2018-08-02 15:06:12 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>VCP</RequestingStation> <RequestingUserId>2224491</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-180">2018-08-02 16:06:12</LocalDateTime> <GMTDateTime>2018-08-02 19:06:12</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>true</CheckCapacity> <CheckRate>true</CheckRate> <ShipmentLoadType>LOOSE</ShipmentLoadType> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>NB001</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>POA</GoverningStation> <AwbId> <Prefix>549</Prefix> <Number>26430386</Number> </AwbId> <AwbOD> <OrigApt>POA</OrigApt> <DestApt>BOG</DestApt> </AwbOD> <ProductCode>118</ProductCode> <VaProductCode>118</VaProductCode> <CommodityCode>1</CommodityCode> <Customer knownShipper="true"> <AgentCode>637672SSZ</AgentCode> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>3</Pieces> <Weight>1083.0</Weight> <ChrgWeight>1209.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>148</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>108.0</Height> <Width>111.0</Width> <Length>120.0</Length> <Weight>7.32</Weight> <Volume>0.04892</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>3160</FlightNumber> <OrigApt>POA</OrigApt> <DestApt>GRU</DestApt> <FlightDepartureDate>2018-08-07</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1083.0</TotalWeight> <TotalVolume>7.24</TotalVolume> <TotalPieceCount>148</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>8016</FlightNumber> <OrigApt>GRU</OrigApt> <DestApt>BOG</DestApt> <FlightDepartureDate>2018-08-09</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1083.0</TotalWeight> <TotalVolume>7.24</TotalVolume> <TotalPieceCount>148</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.54</NetRate> <RateIdentifier>SP-2792834</RateIdentifier> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-08-07 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> <UseRateType>SPOT</UseRateType> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>POA</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>BOG</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>NEW_BOOKING</ns:String> </Field> <FUDOrigin>POA</FUDOrigin> <FUDDestination>BOG</FUDDestination> </Booking2> </RequestContent> </Message> Thu 2018-08-02 15:06:12 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>VCP</RequestingStation> <RequestingUserId>3686580</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-180">2018-08-02 16:06:12</LocalDateTime> <GMTDateTime>2018-08-02 19:06:12</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>true</CheckCapacity> <CheckRate>true</CheckRate> <ShipmentLoadType>LOOSE</ShipmentLoadType> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>NB001</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>GRU</GoverningStation> <AwbId> <Prefix>549</Prefix> <Number>27049245</Number> </AwbId> <AwbOD> <OrigApt>GRU</OrigApt> <DestApt>FRA</DestApt> </AwbOD> <ProductCode>280</ProductCode> <VaProductCode>280</VaProductCode> <CommodityCode>519</CommodityCode> <Customer> <AgentCode>21SAO</AgentCode> <Shipper> <AccountNbr>21SAO</AccountNbr> </Shipper> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>500.0</Weight> <ChrgWeight>500.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>40</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>35.0</Height> <Width>35.0</Width> <Length>35.0</Length> <Weight>12.5</Weight> <Volume>0.04275</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>8070</FlightNumber> <OrigApt>GRU</OrigApt> <DestApt>FRA</DestApt> <FlightDepartureDate>2018-08-11</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>500.0</TotalWeight> <TotalVolume>1.71</TotalVolume> <TotalPieceCount>40</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>1.25</NetRate> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-08-11 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>GRU</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>FRA</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>NEW_BOOKING</ns:String> </Field> <FUDOrigin>GRU</FUDOrigin> <FUDDestination>FRA</FUDDestination> </Booking2> </RequestContent> </Message> Thu 2018-08-02 15:06:13 bookingEvaluationRequest INFO **** RESPONSE XML after Bean Call : <Message serviceType="evaluateBooking" messageType="RESPONSE" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls"> <MessageOrigin> <RequestingStation>VCP</RequestingStation> <RequestingUserId>2224491</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <RequestingTTYAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <LocalDateTime GMTOffsetMinutes="0">2018-08-02 19:06:13</LocalDateTime> <GMTDateTime xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">2018-08-02 19:06:12</GMTDateTime> </MessageOrigin> <RequestContent xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>true</CheckCapacity> <CheckRate>true</CheckRate> <ShipmentLoadType>LOOSE</ShipmentLoadType> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>NB001</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>POA</GoverningStation> <AwbId> <Prefix>549</Prefix> <Number>26430386</Number> </AwbId> <AwbOD> <OrigApt>POA</OrigApt> <DestApt>BOG</DestApt> </AwbOD> <ProductCode>118</ProductCode> <VaProductCode>118</VaProductCode> <CommodityCode>1</CommodityCode> <Customer knownShipper="true"> <AgentCode>637672SSZ</AgentCode> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>3</Pieces> <Weight>1083.0</Weight> <ChrgWeight>1209.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>148</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>108.0</Height> <Width>111.0</Width> <Length>120.0</Length> <Weight>7.32</Weight> <Volume>0.04892</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>3160</FlightNumber> <OrigApt>POA</OrigApt> <DestApt>GRU</DestApt> <FlightDepartureDate>2018-08-07</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1083.0</TotalWeight> <TotalVolume>7.24</TotalVolume> <TotalPieceCount>148</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>8016</FlightNumber> <OrigApt>GRU</OrigApt> <DestApt>BOG</DestApt> <FlightDepartureDate>2018-08-09</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1083.0</TotalWeight> <TotalVolume>7.24</TotalVolume> <TotalPieceCount>148</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.54</NetRate> <RateIdentifier>SP-2792834</RateIdentifier> <UseRateType>SPOT</UseRateType> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>POA</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>BOG</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>NEW_BOOKING</ns:String> </Field> <FUDOrigin>POA</FUDOrigin> <FUDDestination>BOG</FUDDestination> </Booking2> </RequestContent> <ResponseContent> <ProcessingStatusCode>ACCEPT</ProcessingStatusCode> <ProcessingRemarks>LA3160 POA:GRU</ProcessingRemarks> <ProcessingRemarks>LA8016 GRU:BOG</ProcessingRemarks> <ProcessingRemarks>LA3160 POA:GRU A31/PAX 08/07/2018 1225 1410</ProcessingRemarks> <ProcessingRemarks>LA8016 GRU:BOG 320/PAX 08/09/2018 0545 1000</ProcessingRemarks> <ReferQueueStation>MIA</ReferQueueStation> <ReferQueueNumber>10</ReferQueueNumber> <MessageSeqNo>0</MessageSeqNo> <EvaluationMode>NEWBOOKING</EvaluationMode> <ResponseOptions> <FFRProcessingInstruction> <ChangeTypeCode>NEW</ChangeTypeCode> </FFRProcessingInstruction> </ResponseOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" bookingContext="OFSAL" generateDynamicQueueAddress="true" clearNotifications="false"> <BookingUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </BookingUnits> <GoverningStation>POA</GoverningStation> <OriginalChannel>BKG</OriginalChannel> <AwbOwner>LA</AwbOwner> <BookingKey>7685490</BookingKey> <BookingRef>637672SSZ-7679075</BookingRef> <AwbId> <Prefix>549</Prefix> <Number>26430386</Number> </AwbId> <SpotBookingFlag>false</SpotBookingFlag> <PreRateFlag>false</PreRateFlag> <GoShow>false</GoShow> <edocUpload>false</edocUpload> <NoShow>false</NoShow> <LateShow>false</LateShow> <BackLog>false</BackLog> <ConsignmentReceipt>false</ConsignmentReceipt> <AwbOD> <OrigApt>POA</OrigApt> <DestApt>BOG</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>POA</OrigApt> <DestApt>BOG</DestApt> </AlternateRouteCriteria> <ProductCode>118</ProductCode> <CommodityCode>1</CommodityCode> <Customer> <AgentCode>637672SSZ</AgentCode> <Payer> <AccountNbr>637672SSZ</AccountNbr> </Payer> </Customer> <Shipment> <BookingLine lineNumber="1" routeId="0"> <CommodityCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Pieces>3</Pieces> <nbrPiecesAccepted>0</nbrPiecesAccepted> <Weight>1083.0</Weight> <ChrgWeight>1209.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> <ShipmentDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Service xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <NatureAndQtyOfGoods xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <HarmonizedCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <CountryCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Slac xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <GoodsConditionDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <damagedPieces>0</damagedPieces> <DamagedPiecesRemarks xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </BookingLine> <Piece lineNumber="1" nbrPiecesAccepted="0" damagedPieces="0" damagedPiecesRemarks=""> <Quantity>148</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>108.0</Height> <Width>111.0</Width> <Length>120.0</Length> <Weight>7.32</Weight> <Volume>0.049</Volume> </Dimensions> </Piece> </Shipment> <Route> <MixedLoadIndicator>N</MixedLoadIndicator> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>3160</FlightNumber> <OrigApt>POA</OrigApt> <DestApt>GRU</DestApt> <DepartureDate>2018-08-07</DepartureDate> <FlightDepartureDate>2018-08-07</FlightDepartureDate> <ArrivalDate>2018-08-07</ArrivalDate> <AircraftType>A31</AircraftType> <ActualDepartureDate>2018-08-07</ActualDepartureDate> <ActualDepartureTime>1225</ActualDepartureTime> <DepartureTime>12:25</DepartureTime> <ArrivalTime>14:10</ArrivalTime> </FlightSegmentId> <AWBPriority>500.01</AWBPriority> <TotalWeight>1083.0</TotalWeight> <TotalVolume>7.24</TotalVolume> <TotalPieceCount>148</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>8016</FlightNumber> <OrigApt>GRU</OrigApt> <DestApt>BOG</DestApt> <DepartureDate>2018-08-09</DepartureDate> <FlightDepartureDate>2018-08-09</FlightDepartureDate> <ArrivalDate>2018-08-09</ArrivalDate> <AircraftType>320</AircraftType> <ActualDepartureDate>2018-08-09</ActualDepartureDate> <ActualDepartureTime>545</ActualDepartureTime> <DepartureTime>05:45</DepartureTime> <ArrivalTime>10:00</ArrivalTime> </FlightSegmentId> <AWBPriority>500.01</AWBPriority> <TotalWeight>1083.0</TotalWeight> <TotalVolume>7.24</TotalVolume> <TotalPieceCount>148</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> </Route> <Rate> <CurrencyCode>USD</CurrencyCode> <NetRevenue>652.86</NetRevenue> <NetChargeWgt>1209.0</NetChargeWgt> <NetRate>0.54</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> <RateIdentifier>SP-2792834</RateIdentifier> <DimFactor xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <DimDivisorType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <AllRateInclusiveFlag>false</AllRateInclusiveFlag> </Rate> <Remarks/> <Field name="EVENT_TYPE" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">NEW_BOOKING</ns:String> </Field> <Field name="EVAL_FLAGS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">true/true/true/false/false/0/0/0/false/false</ns:String> </Field> <Field name="SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">C</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SLA_STATUS_DETAIL" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">POA</ns:String> </Field> <Field name="Category" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">International</ns:String> </Field> <Field name="PROM_SLA_FLIGHT" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">LA3160/PAX/POA/GRU/07Aug2018///A31/ZZZZZ/1:LA8016/PAX/GRU/BOG/09Aug2018///320/ZZLA8016/1</ns:String> </Field> <Field name="PREV_SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="CURR_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">BOG</ns:String> </Field> <Field name="PROM_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">12Aug2018/2359/0/33000/0</ns:String> </Field> <Field name="PROM_SLA_PATH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">POA/GRU/BOG/1</ns:String> </Field> <FUDOrigin>POA</FUDOrigin> <FUDDestination>BOG</FUDDestination> <LastEvaluation> <Status>ACCEPT</Status> </LastEvaluation> <LastUpdatedStation>VCP</LastUpdatedStation> <Priority>500.01</Priority> <PriorityDetail> <CustomerRateAdj>0.0</CustomerRateAdj> <CustomerCostAdj>0.0</CustomerCostAdj> <TransitAdj>500.0</TransitAdj> <OffloadNonperishableAdj>0.0</OffloadNonperishableAdj> <OffloadPerishableAtOriginAdj>0.0</OffloadPerishableAtOriginAdj> <OffloadPerishableAtCnxAdj>0.0</OffloadPerishableAtCnxAdj> <PartshipAdj>0.0</PartshipAdj> <PartshipOffloadNonPerishAdj>0.0</PartshipOffloadNonPerishAdj> <PartshipOffloadPerishAtOriginAdj>0.0</PartshipOffloadPerishAtOriginAdj> <PartshipOffloadPerishAtCnxAdj>0.0</PartshipOffloadPerishAtCnxAdj> <DensityAdj>0.0</DensityAdj> <HotDownlineAdj>0.0</HotDownlineAdj> <Field name="PRODUCT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.01</ns:Double> </Field> <Field name="COMMODITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="ALLOC_TYPE" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_LOCK" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_PRIORITY_ALLOC" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SMALL_SHIPMENT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SLA_PRIORITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="PRIORITY_TAG" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">LOW</ns:String> </Field> </PriorityDetail> <ShipmentAvailable>false</ShipmentAvailable> <LastAcceptanceTime>2018-08-07 12:25</LastAcceptanceTime> <TimeOfAvailability>2018-08-09 10:00</TimeOfAvailability> <Cost>0.0</Cost> <MinimumRevenue>0.0</MinimumRevenue> <AdjustedBkgRevenue>652.86</AdjustedBkgRevenue> <AddedRemarks> <Remark>RM-internal booking key/version: 7685490/1</Remark> <Remark>Created in RM: 2018-08-02 16:06:12.000</Remark> <Remark>Last Updated, GMT: 2018-08-02 19:06:12</Remark> <Remark>Last Updated, local: 2018-08-02 16:06:12</Remark> <Remark>Last Updated, local GMT offset (minutes): -180</Remark> <Remark>Last Updated in RM by: 2224491</Remark> <Remark>Channel code: BKG</Remark> <Remark>Value-added product code: 118</Remark> <Remark>Campaign ID: LOOSE</Remark> <Remark>Is under allocation? false</Remark> </AddedRemarks> </Booking2> </ResponseContent> </Message> Thu 2018-08-02 15:06:13 bookingEvaluationRequest INFO **** RESPONSE XML after Bean Call : <Message serviceType="evaluateBooking" messageType="RESPONSE" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls"> <MessageOrigin> <RequestingStation>VCP</RequestingStation> <RequestingUserId>3686580</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <RequestingTTYAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <LocalDateTime GMTOffsetMinutes="0">2018-08-02 19:06:13</LocalDateTime> <GMTDateTime xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">2018-08-02 19:06:12</GMTDateTime> </MessageOrigin> <RequestContent xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>true</CheckCapacity> <CheckRate>true</CheckRate> <ShipmentLoadType>LOOSE</ShipmentLoadType> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>NB001</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>GRU</GoverningStation> <AwbId> <Prefix>549</Prefix> <Number>27049245</Number> </AwbId> <AwbOD> <OrigApt>GRU</OrigApt> <DestApt>FRA</DestApt> </AwbOD> <ProductCode>280</ProductCode> <VaProductCode>280</VaProductCode> <CommodityCode>519</CommodityCode> <Customer> <AgentCode>21SAO</AgentCode> <Shipper> <AccountNbr>21SAO</AccountNbr> </Shipper> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>500.0</Weight> <ChrgWeight>500.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>40</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>35.0</Height> <Width>35.0</Width> <Length>35.0</Length> <Weight>12.5</Weight> <Volume>0.04275</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>8070</FlightNumber> <OrigApt>GRU</OrigApt> <DestApt>FRA</DestApt> <FlightDepartureDate>2018-08-11</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>500.0</TotalWeight> <TotalVolume>1.71</TotalVolume> <TotalPieceCount>40</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>1.25</NetRate> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>GRU</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>FRA</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>NEW_BOOKING</ns:String> </Field> <FUDOrigin>GRU</FUDOrigin> <FUDDestination>FRA</FUDDestination> </Booking2> </RequestContent> <ResponseContent> <ProcessingStatusCode>ACCEPT</ProcessingStatusCode> <ProcessingRemarks>LA8070 GRU:FRA</ProcessingRemarks> <ProcessingRemarks>LA8070 GRU:FRA 773/PAX 08/11/2018 2210 1505/+1</ProcessingRemarks> <ReferQueueStation>MIA</ReferQueueStation> <ReferQueueNumber>10</ReferQueueNumber> <MessageSeqNo>0</MessageSeqNo> <EvaluationMode>NEWBOOKING</EvaluationMode> <ResponseOptions> <FFRProcessingInstruction> <ChangeTypeCode>NEW</ChangeTypeCode> </FFRProcessingInstruction> </ResponseOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" bookingContext="OFSAL" generateDynamicQueueAddress="true" clearNotifications="false"> <BookingUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </BookingUnits> <GoverningStation>GRU</GoverningStation> <OriginalChannel>BKG</OriginalChannel> <AwbOwner>LA</AwbOwner> <BookingKey>7685491</BookingKey> <BookingRef>21SAO-7679076</BookingRef> <AwbId> <Prefix>549</Prefix> <Number>27049245</Number> </AwbId> <SpotBookingFlag>false</SpotBookingFlag> <PreRateFlag>false</PreRateFlag> <GoShow>false</GoShow> <edocUpload>false</edocUpload> <NoShow>false</NoShow> <LateShow>false</LateShow> <BackLog>false</BackLog> <ConsignmentReceipt>false</ConsignmentReceipt> <AwbOD> <OrigApt>GRU</OrigApt> <DestApt>FRA</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>GRU</OrigApt> <DestApt>FRA</DestApt> </AlternateRouteCriteria> <ProductCode>280</ProductCode> <CommodityCode>519</CommodityCode> <Customer knownShipper="true"> <AgentCode>21SAO</AgentCode> <Payer> <AccountNbr>21SAO</AccountNbr> </Payer> <Shipper> <AccountNbr>21SAO</AccountNbr> </Shipper> </Customer> <Shipment> <BookingLine lineNumber="1" routeId="0"> <CommodityCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Pieces>1</Pieces> <nbrPiecesAccepted>0</nbrPiecesAccepted> <Weight>500.0</Weight> <ChrgWeight>500.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> <ShipmentDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Service xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <NatureAndQtyOfGoods xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <HarmonizedCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <CountryCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Slac xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <GoodsConditionDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <damagedPieces>0</damagedPieces> <DamagedPiecesRemarks xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </BookingLine> <Piece lineNumber="1" nbrPiecesAccepted="0" damagedPieces="0" damagedPiecesRemarks=""> <Quantity>40</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>35.0</Height> <Width>35.0</Width> <Length>35.0</Length> <Weight>12.5</Weight> <Volume>0.043</Volume> </Dimensions> </Piece> </Shipment> <Route> <MixedLoadIndicator>N</MixedLoadIndicator> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>8070</FlightNumber> <OrigApt>GRU</OrigApt> <DestApt>FRA</DestApt> <DepartureDate>2018-08-11</DepartureDate> <FlightDepartureDate>2018-08-11</FlightDepartureDate> <ArrivalDate>2018-08-12</ArrivalDate> <AircraftType>773</AircraftType> <ActualDepartureDate>2018-08-11</ActualDepartureDate> <ActualDepartureTime>2210</ActualDepartureTime> <DepartureTime>22:10</DepartureTime> <ArrivalTime>15:05</ArrivalTime> </FlightSegmentId> <AllocationId>BR_TNTCOURIER_DE</AllocationId> <AWBPriority>30013.0</AWBPriority> <TotalWeight>500.0</TotalWeight> <TotalVolume>1.71</TotalVolume> <TotalPieceCount>40</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> </Route> <Rate> <CurrencyCode>USD</CurrencyCode> <NetRevenue>625.0</NetRevenue> <NetChargeWgt>500.0</NetChargeWgt> <NetRate>1.25</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> <DimFactor xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <DimDivisorType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <AllRateInclusiveFlag>false</AllRateInclusiveFlag> </Rate> <Remarks/> <Field name="EVENT_TYPE" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">NEW_BOOKING</ns:String> </Field> <Field name="EVAL_FLAGS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">true/true/true/false/false/0/0/0/false/false</ns:String> </Field> <Field name="SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">C</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SLA_STATUS_DETAIL" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">GRU</ns:String> </Field> <Field name="Category" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">International</ns:String> </Field> <Field name="PROM_SLA_FLIGHT" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">LA8070/PAX/GRU/FRA/11Aug2018/BR_TNTCOURIER_DE/CUSTOMER/773/ZZLA8070/1</ns:String> </Field> <Field name="PREV_SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="CURR_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">FRA</ns:String> </Field> <Field name="PROM_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">12Aug2018/1505/360/30000/0</ns:String> </Field> <Field name="PROM_SLA_PATH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">GRU/FRA/0</ns:String> </Field> <FUDOrigin>GRU</FUDOrigin> <FUDDestination>FRA</FUDDestination> <LastEvaluation> <Status>ACCEPT</Status> </LastEvaluation> <LastUpdatedStation>VCP</LastUpdatedStation> <Priority>30013.0</Priority> <PriorityDetail> <CustomerRateAdj>3.0</CustomerRateAdj> <CustomerCostAdj>0.0</CustomerCostAdj> <TransitAdj>0.0</TransitAdj> <OffloadNonperishableAdj>0.0</OffloadNonperishableAdj> <OffloadPerishableAtOriginAdj>0.0</OffloadPerishableAtOriginAdj> <OffloadPerishableAtCnxAdj>0.0</OffloadPerishableAtCnxAdj> <PartshipAdj>0.0</PartshipAdj> <PartshipOffloadNonPerishAdj>0.0</PartshipOffloadNonPerishAdj> <PartshipOffloadPerishAtOriginAdj>0.0</PartshipOffloadPerishAtOriginAdj> <PartshipOffloadPerishAtCnxAdj>0.0</PartshipOffloadPerishAtCnxAdj> <DensityAdj>0.0</DensityAdj> <HotDownlineAdj>0.0</HotDownlineAdj> <Field name="PRODUCT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">20000.0</ns:Double> </Field> <Field name="COMMODITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">10.0</ns:Double> </Field> <Field name="ALLOC_TYPE" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">10000.0</ns:Double> </Field> <Field name="SALES_LOCK" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_PRIORITY_ALLOC" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SMALL_SHIPMENT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SLA_PRIORITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="PRIORITY_TAG" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">HIGH</ns:String> </Field> </PriorityDetail> <ShipmentAvailable>false</ShipmentAvailable> <LastAcceptanceTime>2018-08-11 20:10</LastAcceptanceTime> <TimeOfAvailability>2018-08-12 19:05</TimeOfAvailability> <Cost>0.0</Cost> <MinimumRevenue>330.0</MinimumRevenue> <AdjustedBkgRevenue>625.0</AdjustedBkgRevenue> <AddedRemarks> <Remark>RM-internal booking key/version: 7685491/1</Remark> <Remark>Created in RM: 2018-08-02 16:06:12.000</Remark> <Remark>Last Updated, GMT: 2018-08-02 19:06:12</Remark> <Remark>Last Updated, local: 2018-08-02 16:06:12</Remark> <Remark>Last Updated, local GMT offset (minutes): -180</Remark> <Remark>Last Updated in RM by: 3686580</Remark> <Remark>Channel code: BKG</Remark> <Remark>Value-added product code: 280</Remark> <Remark>Campaign ID: LOOSE</Remark> <Remark>Is under allocation? true</Remark> <Remark>Primary allocation ID: BR_TNTCOURIER_DE</Remark> </AddedRemarks> </Booking2> </ResponseContent> </Message> Thu 2018-08-02 15:06:13 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>BOG</RequestingStation> <RequestingUserId>4055519</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-300">2018-08-02 14:06:13</LocalDateTime> <GMTDateTime>2018-08-02 19:06:13</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <CheckUnderAllocation>true</CheckUnderAllocation> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>MIA</Location> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>true</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>RB001</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>MIA</GoverningStation> <AwbId> <Prefix>45</Prefix> <Number>3241781</Number> <Suffix>P</Suffix> </AwbId> <AwbOD> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> </AwbOD> <ProductCode>203</ProductCode> <VaProductCode>203</VaProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>636650MIA</AgentCode> <Shipper> <AccountNbr>636650MIA</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177LIM</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>0</Pieces> <Weight>6409.0</Weight> <ChrgWeight>6409.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>210</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Weight>30.73</Weight> <Volume>0.11479</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>2461</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>4976.21</TotalWeight> <TotalVolume>18.587996161647684</TotalVolume> <TotalPieceCount>162</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>2467</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1100.0</TotalWeight> <TotalVolume>4.108909346231862</TotalVolume> <TotalPieceCount>39</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>2461</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>377.0</TotalWeight> <TotalVolume>1.4082352941176473</TotalVolume> <TotalPieceCount>9</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>1.1</NetRate> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-08-02 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>MIA</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>LIM</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>UPDATE_BOOKING</ns:String> </Field> <FUDOrigin>MIA</FUDOrigin> <FUDDestination>LIM</FUDDestination> </Booking2> </RequestContent> </Message> Thu 2018-08-02 15:06:14 bookingEvaluationRequest INFO **** RESPONSE XML after Bean Call : <Message serviceType="evaluateBooking" messageType="RESPONSE" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls"> <MessageOrigin> <RequestingStation>BOG</RequestingStation> <RequestingUserId>4055519</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <RequestingTTYAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <LocalDateTime GMTOffsetMinutes="0">2018-08-02 19:06:14</LocalDateTime> <GMTDateTime xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">2018-08-02 19:06:13</GMTDateTime> </MessageOrigin> <RequestContent xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <CheckUnderAllocation>true</CheckUnderAllocation> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>MIA</Location> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>true</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>RB001</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>MIA</GoverningStation> <AwbId> <Prefix>45</Prefix> <Number>3241781</Number> <Suffix>P</Suffix> </AwbId> <AwbOD> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> </AwbOD> <ProductCode>203</ProductCode> <VaProductCode>203</VaProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>636650MIA</AgentCode> <Shipper> <AccountNbr>636650MIA</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177LIM</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>0</Pieces> <Weight>6409.0</Weight> <ChrgWeight>6409.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>210</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Weight>30.73</Weight> <Volume>0.11479</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>2461</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>4976.21</TotalWeight> <TotalVolume>18.587996161647684</TotalVolume> <TotalPieceCount>162</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>2467</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1100.0</TotalWeight> <TotalVolume>4.108909346231862</TotalVolume> <TotalPieceCount>39</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>2461</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>377.0</TotalWeight> <TotalVolume>1.4082352941176473</TotalVolume> <TotalPieceCount>9</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>1.1</NetRate> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>MIA</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>LIM</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>UPDATE_BOOKING</ns:String> </Field> <FUDOrigin>MIA</FUDOrigin> <FUDDestination>LIM</FUDDestination> </Booking2> </RequestContent> <ResponseContent> <ProcessingStatusCode>ACCEPT</ProcessingStatusCode> <ProcessingRemarks>LA2461 MIA:LIM</ProcessingRemarks> <ProcessingRemarks>LA2467 MIA:LIM</ProcessingRemarks> <ProcessingRemarks>LA2461 MIA:LIM 763/PAX 08/02/2018 0157 0621</ProcessingRemarks> <ProcessingRemarks>LA2467 MIA:LIM 763/PAX 08/02/2018 1720 2210</ProcessingRemarks> <ProcessingRemarks>LA2461 MIA:LIM 763/PAX 08/03/2018 0205 0645</ProcessingRemarks> <ReferQueueStation>MIA</ReferQueueStation> <ReferQueueNumber>10</ReferQueueNumber> <MessageSeqNo>0</MessageSeqNo> <EvaluationMode>REBOOKING</EvaluationMode> <ResponseOptions> <FFRProcessingInstruction> <ChangeTypeCode>CONTRACT_CHANGE</ChangeTypeCode> <Segment status="X"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>2467</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> <DepartureDate>2018-08-02</DepartureDate> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <ArrivalDate>2018-08-02</ArrivalDate> <AircraftType>763</AircraftType> <ActualDepartureDate>2018-08-02</ActualDepartureDate> <ActualDepartureTime>1720</ActualDepartureTime> <DepartureTime>17:20</DepartureTime> <ArrivalTime>22:10</ArrivalTime> </FlightSegmentId> <AWBPriority>130003.5</AWBPriority> <TotalWeight>1100.0</TotalWeight> <TotalVolume>4.109</TotalVolume> <TotalPieceCount>39</TotalPieceCount> </Segment> <Segment status="X"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>2461</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-03</ArrivalDate> <AircraftType>763</AircraftType> <ActualDepartureDate>2018-08-03</ActualDepartureDate> <ActualDepartureTime>205</ActualDepartureTime> <DepartureTime>02:05</DepartureTime> <ArrivalTime>06:45</ArrivalTime> </FlightSegmentId> <AWBPriority>130003.5</AWBPriority> <TotalWeight>377.0</TotalWeight> <TotalVolume>1.408</TotalVolume> <TotalPieceCount>9</TotalPieceCount> </Segment> </FFRProcessingInstruction> </ResponseOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" bookingContext="OFSAL" generateDynamicQueueAddress="true" clearNotifications="false"> <BookingUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </BookingUnits> <GoverningStation>MIA</GoverningStation> <OriginalChannel>BKG</OriginalChannel> <AwbOwner>LA</AwbOwner> <BookingKey>0</BookingKey> <AwbId> <Prefix>45</Prefix> <Number>3241781</Number> <Suffix>P</Suffix> </AwbId> <PartShipPrimaryAwbId> <Prefix>45</Prefix> <Number>3241781</Number> <Suffix>P</Suffix> </PartShipPrimaryAwbId> <SpotBookingFlag>false</SpotBookingFlag> <PreRateFlag>false</PreRateFlag> <GoShow>false</GoShow> <edocUpload>false</edocUpload> <NoShow>false</NoShow> <LateShow>false</LateShow> <BackLog>false</BackLog> <ConsignmentReceipt>false</ConsignmentReceipt> <AwbOD> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> </AlternateRouteCriteria> <ProductCode>203</ProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>636650MIA</AgentCode> <Payer> <AccountNbr>636650MIA</AccountNbr> </Payer> <Shipper> <AccountNbr>636650MIA</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177LIM</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1" routeId="0"> <CommodityCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Pieces>0</Pieces> <nbrPiecesAccepted>0</nbrPiecesAccepted> <Weight>6409.0</Weight> <ChrgWeight>6409.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> <ShipmentDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Service xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <NatureAndQtyOfGoods xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <HarmonizedCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <CountryCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Slac xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <GoodsConditionDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <damagedPieces>0</damagedPieces> <DamagedPiecesRemarks xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </BookingLine> <Piece lineNumber="1" nbrPiecesAccepted="0" damagedPieces="0" damagedPiecesRemarks=""> <Quantity>210</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>0.0</Height> <Width>0.0</Width> <Length>0.0</Length> <Weight>30.73</Weight> <Volume>0.115</Volume> </Dimensions> </Piece> </Shipment> <Route> <MixedLoadIndicator>N</MixedLoadIndicator> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>2461</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> <DepartureDate>2018-08-02</DepartureDate> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <ArrivalDate>2018-08-02</ArrivalDate> <AircraftType>763</AircraftType> <ActualDepartureDate>2018-08-02</ActualDepartureDate> <ActualDepartureTime>157</ActualDepartureTime> <DepartureTime>01:57</DepartureTime> <ArrivalTime>06:21</ArrivalTime> </FlightSegmentId> <AWBPriority>30003.5</AWBPriority> <TotalWeight>4976.21</TotalWeight> <TotalVolume>18.587996161647684</TotalVolume> <TotalPieceCount>162</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>2467</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> <DepartureDate>2018-08-02</DepartureDate> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <ArrivalDate>2018-08-02</ArrivalDate> <AircraftType>763</AircraftType> <ActualDepartureDate>2018-08-02</ActualDepartureDate> <ActualDepartureTime>1720</ActualDepartureTime> <DepartureTime>17:20</DepartureTime> <ArrivalTime>22:10</ArrivalTime> </FlightSegmentId> <AWBPriority>30003.5</AWBPriority> <TotalWeight>1100.0</TotalWeight> <TotalVolume>4.108909346231862</TotalVolume> <TotalPieceCount>39</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>2461</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>LIM</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-03</ArrivalDate> <AircraftType>763</AircraftType> <ActualDepartureDate>2018-08-03</ActualDepartureDate> <ActualDepartureTime>205</ActualDepartureTime> <DepartureTime>02:05</DepartureTime> <ArrivalTime>06:45</ArrivalTime> </FlightSegmentId> <AWBPriority>30003.5</AWBPriority> <TotalWeight>377.0</TotalWeight> <TotalVolume>1.4082352941176473</TotalVolume> <TotalPieceCount>9</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> </Route> <Rate> <CurrencyCode>USD</CurrencyCode> <NetRevenue>7049.900000000001</NetRevenue> <NetChargeWgt>6409.0</NetChargeWgt> <NetRate>1.1</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> <DimFactor xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <DimDivisorType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <AllRateInclusiveFlag>false</AllRateInclusiveFlag> </Rate> <Remarks/> <Field name="EVENT_TYPE" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">UPDATE_BOOKING</ns:String> </Field> <Field name="EVAL_FLAGS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">true/false/false/true/false/0/0/0/false/false</ns:String> </Field> <Field name="SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">C</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SLA_STATUS_DETAIL" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">MIA</ns:String> </Field> <Field name="Category" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">International</ns:String> </Field> <Field name="PROM_SLA_FLIGHT" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="PREV_SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="CURR_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">LIM</ns:String> </Field> <Field name="PROM_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">03Aug2018/0645/360/30000/0</ns:String> </Field> <Field name="PROM_SLA_PATH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <FUDOrigin>MIA</FUDOrigin> <FUDDestination>LIM</FUDDestination> <LastEvaluation> <Status>ACCEPT</Status> </LastEvaluation> <LastUpdatedStation>BOG</LastUpdatedStation> <Priority>30003.5</Priority> <PriorityDetail> <CustomerRateAdj>3.0</CustomerRateAdj> <CustomerCostAdj>0.0</CustomerCostAdj> <TransitAdj>0.0</TransitAdj> <OffloadNonperishableAdj>0.0</OffloadNonperishableAdj> <OffloadPerishableAtOriginAdj>0.0</OffloadPerishableAtOriginAdj> <OffloadPerishableAtCnxAdj>0.0</OffloadPerishableAtCnxAdj> <PartshipAdj>0.5</PartshipAdj> <PartshipOffloadNonPerishAdj>0.0</PartshipOffloadNonPerishAdj> <PartshipOffloadPerishAtOriginAdj>0.0</PartshipOffloadPerishAtOriginAdj> <PartshipOffloadPerishAtCnxAdj>0.0</PartshipOffloadPerishAtCnxAdj> <DensityAdj>0.0</DensityAdj> <HotDownlineAdj>0.0</HotDownlineAdj> <Field name="PRODUCT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">30000.0</ns:Double> </Field> <Field name="COMMODITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="ALLOC_TYPE" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_LOCK" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_PRIORITY_ALLOC" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SMALL_SHIPMENT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SLA_PRIORITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="PRIORITY_TAG" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">HIGH</ns:String> </Field> </PriorityDetail> <ShipmentAvailable>false</ShipmentAvailable> <Cost>0.0</Cost> <MinimumRevenue>6928.88</MinimumRevenue> <AdjustedBkgRevenue>7049.9</AdjustedBkgRevenue> <AddedRemarks> <Remark>RM-internal booking key/version: 0/0</Remark> <Remark>Last Updated, GMT: 2018-08-02 19:06:13</Remark> <Remark>Last Updated, local: 2018-08-02 14:06:13</Remark> <Remark>Last Updated, local GMT offset (minutes): -300</Remark> <Remark>Last Updated in RM by: 4055519</Remark> <Remark>Is part-ship</Remark> <Remark>Channel code: BKG</Remark> <Remark>Value-added product code: 203</Remark> <Remark>Campaign ID: LOOSE</Remark> <Remark>Is under allocation? false</Remark> </AddedRemarks> </Booking2> </ResponseContent> </Message> Thu 2018-08-02 15:06:19 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>EZE</RequestingStation> <RequestingUserId>JBAEZ</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>CRNS</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-180">2018-08-02 16:06:19</LocalDateTime> <GMTDateTime>2018-08-02 19:06:19</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>EZE</Location> <RerouteDetails> <ForceRerouting>true</ForceRerouting> <AlternateRouteCount>1</AlternateRouteCount> </RerouteDetails> <EvaluationFlagOverride>false</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>RS75</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>EZE</GoverningStation> <AwbId> <Prefix>45</Prefix> <Number>4362223</Number> </AwbId> <AwbOD> <OrigApt>EZE</OrigApt> <DestApt>MVD</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>EZE</OrigApt> <DestApt>MVD</DestApt> <DepartureDateTime>2018-08-02 22:20</DepartureDateTime> <ArrivalDateTime>2018-08-06 23:59</ArrivalDateTime> </AlternateRouteCriteria> <ProductCode>200</ProductCode> <VaProductCode>200</VaProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>45BUE</AgentCode> <Shipper> <AccountNbr>6177EZE</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177MVD</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>3.0</Weight> <ChrgWeight>12.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>1</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>60.0</Height> <Width>40.0</Width> <Length>30.0</Length> <Weight>11.8</Weight> <Volume>0.07</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>532</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>Y</OffloadCode> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>404</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>MVD</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>Y</OffloadCode> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.01</NetRate> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-07-27 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>EZE</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>MVD</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>FEEDBACK_3</ns:String> </Field> <FUDOrigin>EZE</FUDOrigin> <FUDDestination>MVD</FUDDestination> </Booking2> </RequestContent> </Message> Thu 2018-08-02 15:06:24 bookingEvaluationRequest INFO **** RESPONSE XML after Bean Call : <Message serviceType="evaluateBooking" messageType="RESPONSE" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls"> <MessageOrigin> <RequestingStation>EZE</RequestingStation> <RequestingUserId>JBAEZ</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>CRNS</RequestingChannelCode> <RequestingTTYAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <LocalDateTime GMTOffsetMinutes="0">2018-08-02 19:06:24</LocalDateTime> <GMTDateTime xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">2018-08-02 19:06:19</GMTDateTime> </MessageOrigin> <RequestContent xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>EZE</Location> <RerouteDetails> <ForceRerouting>true</ForceRerouting> <AlternateRouteCount>1</AlternateRouteCount> </RerouteDetails> <EvaluationFlagOverride>false</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>RS75</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>EZE</GoverningStation> <AwbId> <Prefix>45</Prefix> <Number>4362223</Number> </AwbId> <AwbOD> <OrigApt>EZE</OrigApt> <DestApt>MVD</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>EZE</OrigApt> <DestApt>MVD</DestApt> <DepartureDateTime>2018-08-02 22:20</DepartureDateTime> <ArrivalDateTime>2018-08-06 23:59</ArrivalDateTime> </AlternateRouteCriteria> <ProductCode>200</ProductCode> <VaProductCode>200</VaProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>45BUE</AgentCode> <Shipper> <AccountNbr>6177EZE</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177MVD</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>3.0</Weight> <ChrgWeight>12.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>1</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>60.0</Height> <Width>40.0</Width> <Length>30.0</Length> <Weight>11.8</Weight> <Volume>0.07</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>532</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>Y</OffloadCode> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>404</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>MVD</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>Y</OffloadCode> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.01</NetRate> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>EZE</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>MVD</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>FEEDBACK_3</ns:String> </Field> <FUDOrigin>EZE</FUDOrigin> <FUDDestination>MVD</FUDDestination> </Booking2> </RequestContent> <ResponseContent> <ProcessingStatusCode>REJECT</ProcessingStatusCode> <ProcessingRemarks>Alternate Route Generated</ProcessingRemarks> <ReferQueueStation>MIA</ReferQueueStation> <ReferQueueNumber>10</ReferQueueNumber> <MessageSeqNo>0</MessageSeqNo> <EvaluationMode>REBOOKING</EvaluationMode> <ResponseOptions> <FFRProcessingInstruction> <ChangeTypeCode>CONTRACT_CHANGE</ChangeTypeCode> <Segment status="X"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0532</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-02</DepartureDate> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <ArrivalDate>2018-08-02</ArrivalDate> <AircraftType>789</AircraftType> <ActualDepartureDate>2018-08-02</ActualDepartureDate> <ActualDepartureTime>1820</ActualDepartureTime> <DepartureTime>18:20</DepartureTime> <ArrivalTime>19:40</ArrivalTime> </FlightSegmentId> <AWBPriority>60503</AWBPriority> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> <Segment status="X"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0404</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>MVD</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-03</ArrivalDate> <AircraftType>320</AircraftType> <ActualDepartureDate>2018-08-03</ActualDepartureDate> <ActualDepartureTime>740</ActualDepartureTime> <DepartureTime>07:40</DepartureTime> <ArrivalTime>11:00</ArrivalTime> </FlightSegmentId> <AWBPriority>60503</AWBPriority> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> </FFRProcessingInstruction> </ResponseOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" bookingContext="OFSAL" generateDynamicQueueAddress="true" clearNotifications="false"> <BookingUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </BookingUnits> <GoverningStation>EZE</GoverningStation> <OriginalChannel>CRNS</OriginalChannel> <AwbOwner>LA</AwbOwner> <BookingKey>0</BookingKey> <AwbId> <Prefix>45</Prefix> <Number>4362223</Number> </AwbId> <SpotBookingFlag>false</SpotBookingFlag> <PreRateFlag>false</PreRateFlag> <GoShow>false</GoShow> <edocUpload>false</edocUpload> <NoShow>false</NoShow> <LateShow>false</LateShow> <BackLog>false</BackLog> <ConsignmentReceipt>false</ConsignmentReceipt> <AwbOD> <OrigApt>EZE</OrigApt> <DestApt>MVD</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>EZE</OrigApt> <DestApt>MVD</DestApt> </AlternateRouteCriteria> <ProductCode>200</ProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>45BUE</AgentCode> <Payer> <AccountNbr>45BUE</AccountNbr> </Payer> <Shipper> <AccountNbr>6177EZE</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177MVD</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1" routeId="0"> <CommodityCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Pieces>1</Pieces> <nbrPiecesAccepted>0</nbrPiecesAccepted> <Weight>3.0</Weight> <ChrgWeight>12.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> <ShipmentDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Service xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <NatureAndQtyOfGoods xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <HarmonizedCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <CountryCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Slac xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <GoodsConditionDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <damagedPieces>0</damagedPieces> <DamagedPiecesRemarks xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </BookingLine> <Piece lineNumber="1" nbrPiecesAccepted="0" damagedPieces="0" damagedPiecesRemarks=""> <Quantity>1</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>60.0</Height> <Width>40.0</Width> <Length>30.0</Length> <Weight>11.8</Weight> <Volume>0.07</Volume> </Dimensions> </Piece> </Shipment> <Route> <MixedLoadIndicator>N</MixedLoadIndicator> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0532</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-02</DepartureDate> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <ArrivalDate>2018-08-02</ArrivalDate> <AircraftType>789</AircraftType> <ActualDepartureDate>2018-08-02</ActualDepartureDate> <ActualDepartureTime>1820</ActualDepartureTime> <DepartureTime>18:20</DepartureTime> <ArrivalTime>19:40</ArrivalTime> </FlightSegmentId> <AWBPriority>60503.0</AWBPriority> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0404</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>MVD</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-03</ArrivalDate> <AircraftType>320</AircraftType> <ActualDepartureDate>2018-08-03</ActualDepartureDate> <ActualDepartureTime>740</ActualDepartureTime> <DepartureTime>07:40</DepartureTime> <ArrivalTime>11:00</ArrivalTime> </FlightSegmentId> <AWBPriority>60503.0</AWBPriority> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> </Route> <Rate> <CurrencyCode>USD</CurrencyCode> <NetRevenue>0.0</NetRevenue> <NetChargeWgt>12.0</NetChargeWgt> <NetRate>0.01</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> <DimFactor xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <DimDivisorType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <AllRateInclusiveFlag>false</AllRateInclusiveFlag> </Rate> <Remarks/> <Field name="EVENT_TYPE" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">FEEDBACK_3</ns:String> </Field> <Field name="EVAL_FLAGS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">true/true/false/false/false/0/0/0/false/true</ns:String> </Field> <Field name="SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">C</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SLA_STATUS_DETAIL" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">EZE</ns:String> </Field> <Field name="Category" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">International</ns:String> </Field> <Field name="PROM_SLA_FLIGHT" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">LA0532/PAX/EZE/SCL/02Aug2018///789/CCBGM/1:LA0404/PAX/SCL/MVD/03Aug2018///320/CCBAJ/1</ns:String> </Field> <Field name="PREV_SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="CURR_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">MVD</ns:String> </Field> <Field name="PROM_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">03Aug2018/1100/360/30000/0</ns:String> </Field> <Field name="PROM_SLA_PATH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">EZE/SCL/MVD/0</ns:String> </Field> <FUDOrigin>EZE</FUDOrigin> <FUDDestination>MVD</FUDDestination> <LastEvaluation> <Status>REJECT</Status> </LastEvaluation> <LastUpdatedStation>EZE</LastUpdatedStation> <Priority>60503.0</Priority> <PriorityDetail> <CustomerRateAdj>3.0</CustomerRateAdj> <CustomerCostAdj>0.0</CustomerCostAdj> <TransitAdj>500.0</TransitAdj> <OffloadNonperishableAdj>0.0</OffloadNonperishableAdj> <OffloadPerishableAtOriginAdj>0.0</OffloadPerishableAtOriginAdj> <OffloadPerishableAtCnxAdj>0.0</OffloadPerishableAtCnxAdj> <PartshipAdj>0.0</PartshipAdj> <PartshipOffloadNonPerishAdj>0.0</PartshipOffloadNonPerishAdj> <PartshipOffloadPerishAtOriginAdj>0.0</PartshipOffloadPerishAtOriginAdj> <PartshipOffloadPerishAtCnxAdj>0.0</PartshipOffloadPerishAtCnxAdj> <DensityAdj>0.0</DensityAdj> <HotDownlineAdj>0.0</HotDownlineAdj> <Field name="PRODUCT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">20000.0</ns:Double> </Field> <Field name="COMMODITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="ALLOC_TYPE" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_LOCK" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_PRIORITY_ALLOC" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SMALL_SHIPMENT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">40000.0</ns:Double> </Field> <Field name="SLA_PRIORITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="PRIORITY_TAG" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">CRITICAL</ns:String> </Field> </PriorityDetail> <ShipmentAvailable>false</ShipmentAvailable> <Cost>0.0</Cost> <MinimumRevenue>0.0</MinimumRevenue> <AdjustedBkgRevenue>0.0</AdjustedBkgRevenue> <AlternateRoutes> <Route> <Status>ACCEPT</Status> <PrimaryUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </PrimaryUnits> <DisplayUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </DisplayUnits> <HurdleRevenue>0.0</HurdleRevenue> <Cost>0.0</Cost> <MinimumRevenue>0.0</MinimumRevenue> <WeightHurdleRate>0.0</WeightHurdleRate> <VolumeHurdleRate>0.0</VolumeHurdleRate> <RateLocal> <CurrencyCode>USD</CurrencyCode> <NetRevenue>0.12</NetRevenue> <NetRate>0.01</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> </RateLocal> <Rate> <CurrencyCode>USD</CurrencyCode> <NetRevenue>0.12</NetRevenue> <NetRate>0.01</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> </Rate> <AvailableCapacity> <Weight>974.86</Weight> <Volume>7.64</Volume> <ULD> <Type>POS</Type> <Quantity>-0.715</Quantity> </ULD> </AvailableCapacity> <RouteDepartureDateTime>2018-08-03 11:15</RouteDepartureDateTime> <RouteArrivalDateTime>2018-08-04 11:00</RouteArrivalDateTime> <Segment> <FlightSegment> <CarrierCode>LA</CarrierCode> <FlightNumber>0450</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <DepartureDateTime>2018-08-03 11:15</DepartureDateTime> <ArrivalDateTime>2018-08-03 12:45</ArrivalDateTime> <AircraftType>320</AircraftType> <TypeOfService>PAX</TypeOfService> <IsUnitsAllowed>false</IsUnitsAllowed> <IsFreighter>false</IsFreighter> <FlightDepartureDateTime>2018-08-03 00:00</FlightDepartureDateTime> </FlightSegment> <Leg> <FlightLeg> <CarrierCode>LA</CarrierCode> <FlightNumber>0450</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <DepartureDateTime>2018-08-03 11:15</DepartureDateTime> <ArrivalDateTime>2018-08-03 12:45</ArrivalDateTime> <AircraftType>320</AircraftType> <TypeOfService>PAX</TypeOfService> <IsFreighter>false</IsFreighter> <FlightDepartureDateTime>2018-08-03 00:00</FlightDepartureDateTime> <Key>10074344</Key> </FlightLeg> </Leg> <WeightHurdleRate>0.0</WeightHurdleRate> <VolumeHurdleRate>0.0</VolumeHurdleRate> <HandlingCostElement> <CostType>HANDLING</CostType> <CostPerWeightUnit>0.0</CostPerWeightUnit> <nonPickupCostPerUnit>0.0</nonPickupCostPerUnit> <UnitOfWeight>K</UnitOfWeight> <LoadType>LOOSE</LoadType> <CurrencyExchangeRate> <CurrencyCode>USD</CurrencyCode> <ReferenceCurrencyCode>USD</ReferenceCurrencyCode> <ExchangeRate>1.0</ExchangeRate> </CurrencyExchangeRate> </HandlingCostElement> <SegmentOwner>LA</SegmentOwner> </Segment> <Segment> <FlightSegment> <CarrierCode>LA</CarrierCode> <FlightNumber>0404</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>MVD</DestApt> <DepartureDateTime>2018-08-04 07:40</DepartureDateTime> <ArrivalDateTime>2018-08-04 11:00</ArrivalDateTime> <AircraftType>320</AircraftType> <TypeOfService>PAX</TypeOfService> <IsUnitsAllowed>false</IsUnitsAllowed> <IsFreighter>false</IsFreighter> <FlightDepartureDateTime>2018-08-04 00:00</FlightDepartureDateTime> </FlightSegment> <Leg> <FlightLeg> <CarrierCode>LA</CarrierCode> <FlightNumber>0404</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>MVD</DestApt> <DepartureDateTime>2018-08-04 07:40</DepartureDateTime> <ArrivalDateTime>2018-08-04 11:00</ArrivalDateTime> <AircraftType>320</AircraftType> <TypeOfService>PAX</TypeOfService> <IsFreighter>false</IsFreighter> <FlightDepartureDateTime>2018-08-04 00:00</FlightDepartureDateTime> <Key>10076878</Key> </FlightLeg> </Leg> <WeightHurdleRate>0.0</WeightHurdleRate> <VolumeHurdleRate>0.0</VolumeHurdleRate> <HandlingCostElement> <CostType>HANDLING</CostType> <CostPerWeightUnit>0.0</CostPerWeightUnit> <nonPickupCostPerUnit>0.0</nonPickupCostPerUnit> <UnitOfWeight>K</UnitOfWeight> <LoadType>LOOSE</LoadType> <CurrencyExchangeRate> <CurrencyCode>USD</CurrencyCode> <ReferenceCurrencyCode>USD</ReferenceCurrencyCode> <ExchangeRate>1.0</ExchangeRate> </CurrencyExchangeRate> </HandlingCostElement> <HandlingCostElement> <CostType>HANDLING</CostType> <CostPerWeightUnit>0.0</CostPerWeightUnit> <nonPickupCostPerUnit>0.0</nonPickupCostPerUnit> <UnitOfWeight>K</UnitOfWeight> <LoadType>LOOSE</LoadType> <CurrencyExchangeRate> <CurrencyCode>USD</CurrencyCode> <ReferenceCurrencyCode>USD</ReferenceCurrencyCode> <ExchangeRate>1.0</ExchangeRate> </CurrencyExchangeRate> </HandlingCostElement> <SegmentOwner>LA</SegmentOwner> </Segment> <Product> <ProductCode>200</ProductCode> <Rate>0.01</Rate> <CurrencyCode>USD</CurrencyCode> <MinimumRevenue>0.0</MinimumRevenue> </Product> <OtherInfo> <Field name="PROM_SLA_FLIGHT" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">LA0450/PAX/EZE/SCL/03Aug2018///320/CCCOK/1:LA0404/PAX/SCL/MVD/04Aug2018///320/CCBAD/1</ns:String> </Field> <Field name="PROM_SLA_PATH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">EZE/SCL/MVD/0</ns:String> </Field> <Field name="PROM_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">04Aug2018/1100/360/30000/0</ns:String> </Field> <Field name="CURR_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">C</ns:String> </Field> <Field name="PREV_SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="SLA_STATUS_DETAIL" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="EVAL_FLAGS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">true/true/false/false/false/1/0/0/false/true</ns:String> </Field> </OtherInfo> </Route> </AlternateRoutes> <AddedRemarks> <Remark>RM-internal booking key/version: 0/0</Remark> <Remark>Last Updated, GMT: 2018-08-02 19:06:19</Remark> <Remark>Last Updated, local: 2018-08-02 16:06:19</Remark> <Remark>Last Updated, local GMT offset (minutes): -180</Remark> <Remark>Last Updated in RM by: JBAEZ</Remark> <Remark>Channel code: CRNS</Remark> <Remark>Value-added product code: 200</Remark> <Remark>Campaign ID: LOOSE</Remark> <Remark>Is under allocation? false</Remark> </AddedRemarks> </Booking2> </ResponseContent> </Message> Thu 2018-08-02 15:06:24 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>EZE</RequestingStation> <RequestingUserId>JBAEZ</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>CRNS</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-180">2018-08-02 16:06:24</LocalDateTime> <GMTDateTime>2018-08-02 19:06:24</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>EZE</Location> <RerouteDetails> <ForceRerouting>false</ForceRerouting> <AlternateRouteCount>0</AlternateRouteCount> </RerouteDetails> <EvaluationFlagOverride>false</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>RS75</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>EZE</GoverningStation> <AwbId> <Prefix>45</Prefix> <Number>4362223</Number> </AwbId> <AwbOD> <OrigApt>EZE</OrigApt> <DestApt>MVD</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>EZE</OrigApt> <DestApt>MVD</DestApt> <DepartureDateTime>2018-08-02 22:20</DepartureDateTime> <ArrivalDateTime>2018-08-06 23:59</ArrivalDateTime> </AlternateRouteCriteria> <ProductCode>200</ProductCode> <VaProductCode>200</VaProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>45BUE</AgentCode> <Shipper> <AccountNbr>6177EZE</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177MVD</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>3.0</Weight> <ChrgWeight>12.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>1</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>60.0</Height> <Width>40.0</Width> <Length>30.0</Length> <Weight>11.8</Weight> <Volume>0.07</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>450</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>Y</OffloadCode> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>404</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>MVD</DestApt> <FlightDepartureDate>2018-08-04</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>Y</OffloadCode> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.01</NetRate> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-07-27 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>EZE</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>MVD</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>FEEDBACK_3</ns:String> </Field> <FUDOrigin>EZE</FUDOrigin> <FUDDestination>MVD</FUDDestination> </Booking2> </RequestContent> </Message> Thu 2018-08-02 15:06:25 bookingEvaluationRequest INFO **** RESPONSE XML after Bean Call : <Message serviceType="evaluateBooking" messageType="RESPONSE" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls"> <MessageOrigin> <RequestingStation>EZE</RequestingStation> <RequestingUserId>JBAEZ</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>CRNS</RequestingChannelCode> <RequestingTTYAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <LocalDateTime GMTOffsetMinutes="0">2018-08-02 19:06:25</LocalDateTime> <GMTDateTime xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">2018-08-02 19:06:24</GMTDateTime> </MessageOrigin> <RequestContent xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>EZE</Location> <RerouteDetails> <ForceRerouting>false</ForceRerouting> <AlternateRouteCount>0</AlternateRouteCount> </RerouteDetails> <EvaluationFlagOverride>false</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>RS75</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>EZE</GoverningStation> <AwbId> <Prefix>45</Prefix> <Number>4362223</Number> </AwbId> <AwbOD> <OrigApt>EZE</OrigApt> <DestApt>MVD</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>EZE</OrigApt> <DestApt>MVD</DestApt> <DepartureDateTime>2018-08-02 22:20</DepartureDateTime> <ArrivalDateTime>2018-08-06 23:59</ArrivalDateTime> </AlternateRouteCriteria> <ProductCode>200</ProductCode> <VaProductCode>200</VaProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>45BUE</AgentCode> <Shipper> <AccountNbr>6177EZE</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177MVD</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>3.0</Weight> <ChrgWeight>12.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>1</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>60.0</Height> <Width>40.0</Width> <Length>30.0</Length> <Weight>11.8</Weight> <Volume>0.07</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>450</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>Y</OffloadCode> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>404</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>MVD</DestApt> <FlightDepartureDate>2018-08-04</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>Y</OffloadCode> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.01</NetRate> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>EZE</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>MVD</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>FEEDBACK_3</ns:String> </Field> <FUDOrigin>EZE</FUDOrigin> <FUDDestination>MVD</FUDDestination> </Booking2> </RequestContent> <ResponseContent> <ProcessingStatusCode>ACCEPT</ProcessingStatusCode> <ProcessingRemarks>LA0450 EZE:SCL</ProcessingRemarks> <ProcessingRemarks>LA0404 SCL:MVD</ProcessingRemarks> <ProcessingRemarks>LA0450 EZE:SCL 320/PAX 08/03/2018 1115 1245</ProcessingRemarks> <ProcessingRemarks>LA0404 SCL:MVD 320/PAX 08/04/2018 0740 1100</ProcessingRemarks> <ReferQueueStation>MIA</ReferQueueStation> <ReferQueueNumber>10</ReferQueueNumber> <MessageSeqNo>0</MessageSeqNo> <EvaluationMode>REBOOKING</EvaluationMode> <ResponseOptions> <FFRProcessingInstruction> <ChangeTypeCode>CONTRACT_CHANGE</ChangeTypeCode> <Segment status="X"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0532</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-02</DepartureDate> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <ArrivalDate>2018-08-02</ArrivalDate> <AircraftType>789</AircraftType> <ActualDepartureDate>2018-08-02</ActualDepartureDate> <ActualDepartureTime>1820</ActualDepartureTime> <DepartureTime>18:20</DepartureTime> <ArrivalTime>19:40</ArrivalTime> </FlightSegmentId> <AWBPriority>60503</AWBPriority> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> <Segment status="X"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0404</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>MVD</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-03</ArrivalDate> <AircraftType>320</AircraftType> <ActualDepartureDate>2018-08-03</ActualDepartureDate> <ActualDepartureTime>740</ActualDepartureTime> <DepartureTime>07:40</DepartureTime> <ArrivalTime>11:00</ArrivalTime> </FlightSegmentId> <AWBPriority>60503</AWBPriority> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> </FFRProcessingInstruction> </ResponseOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" bookingContext="OFSAL" generateDynamicQueueAddress="true" clearNotifications="false"> <BookingUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </BookingUnits> <GoverningStation>EZE</GoverningStation> <OriginalChannel>CRNS</OriginalChannel> <AwbOwner>LA</AwbOwner> <BookingKey>0</BookingKey> <AwbId> <Prefix>45</Prefix> <Number>4362223</Number> </AwbId> <SpotBookingFlag>false</SpotBookingFlag> <PreRateFlag>false</PreRateFlag> <GoShow>false</GoShow> <edocUpload>false</edocUpload> <NoShow>false</NoShow> <LateShow>false</LateShow> <BackLog>false</BackLog> <ConsignmentReceipt>false</ConsignmentReceipt> <AwbOD> <OrigApt>EZE</OrigApt> <DestApt>MVD</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>EZE</OrigApt> <DestApt>MVD</DestApt> </AlternateRouteCriteria> <ProductCode>200</ProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>45BUE</AgentCode> <Payer> <AccountNbr>45BUE</AccountNbr> </Payer> <Shipper> <AccountNbr>6177EZE</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177MVD</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1" routeId="0"> <CommodityCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Pieces>1</Pieces> <nbrPiecesAccepted>0</nbrPiecesAccepted> <Weight>3.0</Weight> <ChrgWeight>12.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> <ShipmentDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Service xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <NatureAndQtyOfGoods xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <HarmonizedCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <CountryCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Slac xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <GoodsConditionDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <damagedPieces>0</damagedPieces> <DamagedPiecesRemarks xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </BookingLine> <Piece lineNumber="1" nbrPiecesAccepted="0" damagedPieces="0" damagedPiecesRemarks=""> <Quantity>1</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>60.0</Height> <Width>40.0</Width> <Length>30.0</Length> <Weight>11.8</Weight> <Volume>0.07</Volume> </Dimensions> </Piece> </Shipment> <Route> <MixedLoadIndicator>N</MixedLoadIndicator> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0450</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-03</ArrivalDate> <AircraftType>320</AircraftType> <ActualDepartureDate>2018-08-03</ActualDepartureDate> <ActualDepartureTime>1115</ActualDepartureTime> <DepartureTime>11:15</DepartureTime> <ArrivalTime>12:45</ArrivalTime> </FlightSegmentId> <AWBPriority>60503.0</AWBPriority> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0404</FlightNumber> <OrigApt>SCL</OrigApt> <DestApt>MVD</DestApt> <DepartureDate>2018-08-04</DepartureDate> <FlightDepartureDate>2018-08-04</FlightDepartureDate> <ArrivalDate>2018-08-04</ArrivalDate> <AircraftType>320</AircraftType> <ActualDepartureDate>2018-08-04</ActualDepartureDate> <ActualDepartureTime>740</ActualDepartureTime> <DepartureTime>07:40</DepartureTime> <ArrivalTime>11:00</ArrivalTime> </FlightSegmentId> <AWBPriority>60503.0</AWBPriority> <TotalWeight>11.8</TotalWeight> <TotalVolume>0.07</TotalVolume> <TotalPieceCount>1</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> </Route> <Rate> <CurrencyCode>USD</CurrencyCode> <NetRevenue>0.12</NetRevenue> <NetChargeWgt>12.0</NetChargeWgt> <NetRate>0.01</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> <DimFactor xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <DimDivisorType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <AllRateInclusiveFlag>false</AllRateInclusiveFlag> </Rate> <Remarks/> <Field name="EVENT_TYPE" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">FEEDBACK_3</ns:String> </Field> <Field name="EVAL_FLAGS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">true/true/false/false/false/0/0/0/false/true</ns:String> </Field> <Field name="SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">C</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SLA_STATUS_DETAIL" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">EZE</ns:String> </Field> <Field name="Category" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">International</ns:String> </Field> <Field name="PROM_SLA_FLIGHT" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">LA0450/PAX/EZE/SCL/03Aug2018///320/CCCOK/1:LA0404/PAX/SCL/MVD/04Aug2018///320/CCBAD/1</ns:String> </Field> <Field name="PREV_SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="CURR_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">MVD</ns:String> </Field> <Field name="PROM_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">04Aug2018/1100/360/30000/0</ns:String> </Field> <Field name="PROM_SLA_PATH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">EZE/SCL/MVD/0</ns:String> </Field> <FUDOrigin>EZE</FUDOrigin> <FUDDestination>MVD</FUDDestination> <LastEvaluation> <Status>ACCEPT</Status> </LastEvaluation> <LastUpdatedStation>EZE</LastUpdatedStation> <Priority>60503.0</Priority> <PriorityDetail> <CustomerRateAdj>3.0</CustomerRateAdj> <CustomerCostAdj>0.0</CustomerCostAdj> <TransitAdj>500.0</TransitAdj> <OffloadNonperishableAdj>0.0</OffloadNonperishableAdj> <OffloadPerishableAtOriginAdj>0.0</OffloadPerishableAtOriginAdj> <OffloadPerishableAtCnxAdj>0.0</OffloadPerishableAtCnxAdj> <PartshipAdj>0.0</PartshipAdj> <PartshipOffloadNonPerishAdj>0.0</PartshipOffloadNonPerishAdj> <PartshipOffloadPerishAtOriginAdj>0.0</PartshipOffloadPerishAtOriginAdj> <PartshipOffloadPerishAtCnxAdj>0.0</PartshipOffloadPerishAtCnxAdj> <DensityAdj>0.0</DensityAdj> <HotDownlineAdj>0.0</HotDownlineAdj> <Field name="PRODUCT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">20000.0</ns:Double> </Field> <Field name="COMMODITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="ALLOC_TYPE" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_LOCK" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_PRIORITY_ALLOC" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SMALL_SHIPMENT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">40000.0</ns:Double> </Field> <Field name="SLA_PRIORITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="PRIORITY_TAG" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">CRITICAL</ns:String> </Field> </PriorityDetail> <ShipmentAvailable>false</ShipmentAvailable> <LastAcceptanceTime>2018-08-03 11:15</LastAcceptanceTime> <TimeOfAvailability>2018-08-04 11:00</TimeOfAvailability> <Cost>0.0</Cost> <MinimumRevenue>0.0</MinimumRevenue> <AdjustedBkgRevenue>0.12</AdjustedBkgRevenue> <AddedRemarks> <Remark>RM-internal booking key/version: 0/0</Remark> <Remark>Last Updated, GMT: 2018-08-02 19:06:24</Remark> <Remark>Last Updated, local: 2018-08-02 16:06:24</Remark> <Remark>Last Updated, local GMT offset (minutes): -180</Remark> <Remark>Last Updated in RM by: JBAEZ</Remark> <Remark>Channel code: CRNS</Remark> <Remark>Value-added product code: 200</Remark> <Remark>Campaign ID: LOOSE</Remark> <Remark>Is under allocation? false</Remark> </AddedRemarks> </Booking2> </ResponseContent> </Message> Thu 2018-08-02 15:06:26 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>SCL</RequestingStation> <RequestingUserId>1588357</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-240">2018-08-02 15:06:26</LocalDateTime> <GMTDateTime>2018-08-02 19:06:26</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <CheckUnderAllocation>true</CheckUnderAllocation> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>VCP</Location> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>true</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFCAP"> <TempOffloadCode>RB010</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>VCP</GoverningStation> <AwbId> <Prefix>549</Prefix> <Number>26576804</Number> <Suffix>P</Suffix> </AwbId> <AwbOD> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> </AwbOD> <ProductCode>106</ProductCode> <VaProductCode>106</VaProductCode> <CommodityCode>610</CommodityCode> <Customer knownShipper="true"> <AgentCode>620444QCD</AgentCode> <Shipper> <AccountNbr>6177VCP</AccountNbr> </Shipper> <Consignee> <AccountNbr>114454SCL</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>7799.0</Weight> <ChrgWeight>7799.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>1079</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>35.0</Height> <Width>35.0</Width> <Length>35.0</Length> <Weight>7.23</Weight> <Volume>0.04287</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8496</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8490</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-06</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8492</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-07</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8492</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-08</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>2999.0</TotalWeight> <TotalVolume>17.788657520194892</TotalVolume> <TotalPieceCount>434</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.38</NetRate> <RateIdentifier>SP-2784025</RateIdentifier> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-07-30 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> <UseRateType>SPOT</UseRateType> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>VCP</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>SCL</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>Y</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>UPDATE_BOOKING</ns:String> </Field> <FUDOrigin>VCP</FUDOrigin> <FUDDestination>SCL</FUDDestination> </Booking2> </RequestContent> </Message> Thu 2018-08-02 15:06:28 bookingEvaluationRequest INFO **** RESPONSE XML after Bean Call : <Message serviceType="evaluateBooking" messageType="RESPONSE" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls"> <MessageOrigin> <RequestingStation>SCL</RequestingStation> <RequestingUserId>1588357</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <RequestingTTYAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <LocalDateTime GMTOffsetMinutes="0">2018-08-02 19:06:27</LocalDateTime> <GMTDateTime xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">2018-08-02 19:06:26</GMTDateTime> </MessageOrigin> <RequestContent xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <CheckUnderAllocation>true</CheckUnderAllocation> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>VCP</Location> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>true</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFCAP"> <TempOffloadCode>RB010</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>VCP</GoverningStation> <AwbId> <Prefix>549</Prefix> <Number>26576804</Number> <Suffix>P</Suffix> </AwbId> <AwbOD> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> </AwbOD> <ProductCode>106</ProductCode> <VaProductCode>106</VaProductCode> <CommodityCode>610</CommodityCode> <Customer knownShipper="true"> <AgentCode>620444QCD</AgentCode> <Shipper> <AccountNbr>6177VCP</AccountNbr> </Shipper> <Consignee> <AccountNbr>114454SCL</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>7799.0</Weight> <ChrgWeight>7799.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>1079</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>35.0</Height> <Width>35.0</Width> <Length>35.0</Length> <Weight>7.23</Weight> <Volume>0.04287</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8496</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8490</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-06</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8492</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-07</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8492</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-08</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>2999.0</TotalWeight> <TotalVolume>17.788657520194892</TotalVolume> <TotalPieceCount>434</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.38</NetRate> <RateIdentifier>SP-2784025</RateIdentifier> <UseRateType>SPOT</UseRateType> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>VCP</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>SCL</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>Y</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>UPDATE_BOOKING</ns:String> </Field> <FUDOrigin>VCP</FUDOrigin> <FUDDestination>SCL</FUDDestination> </Booking2> </RequestContent> <ResponseContent> <ProcessingStatusCode>ACCEPT</ProcessingStatusCode> <ProcessingRemarks>M38496 VCP:SCL</ProcessingRemarks> <ProcessingRemarks>M38490 VCP:SCL</ProcessingRemarks> <ProcessingRemarks>M38492 VCP:SCL</ProcessingRemarks> <ProcessingRemarks>M38496 VCP:SCL 76F/OWN 08/03/2018 2059 0226/+1</ProcessingRemarks> <ProcessingRemarks>M38490 VCP:SCL 76F/OWN 08/06/2018 2059 0214/+1</ProcessingRemarks> <ProcessingRemarks>M38492 VCP:SCL 76F/OWN 08/07/2018 2059 0226/+1</ProcessingRemarks> <ProcessingRemarks>M38492 VCP:SCL 76F/OWN 08/08/2018 2059 0226/+1</ProcessingRemarks> <ReferQueueStation>MIA</ReferQueueStation> <ReferQueueNumber>10</ReferQueueNumber> <MessageSeqNo>0</MessageSeqNo> <EvaluationMode>REBOOKING</EvaluationMode> <ResponseOptions> <FFRProcessingInstruction> <ChangeTypeCode>CONTRACT_CHANGE</ChangeTypeCode> <Segment status="X"> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-03</ArrivalDate> <AircraftType>320</AircraftType> <DepartureTime>00:00</DepartureTime> <ArrivalTime>00:01</ArrivalTime> </FlightSegmentId> <AWBPriority xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <TotalWeight>7799.0</TotalWeight> <TotalVolume>46.26</TotalVolume> <TotalPieceCount>1079</TotalPieceCount> </Segment> <Segment status="X"> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-07</DepartureDate> <FlightDepartureDate>2018-08-07</FlightDepartureDate> <ArrivalDate>2018-08-07</ArrivalDate> <AircraftType>320</AircraftType> <DepartureTime>00:00</DepartureTime> <ArrivalTime>00:01</ArrivalTime> </FlightSegmentId> <AWBPriority xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <TotalWeight>7799.0</TotalWeight> <TotalVolume>46.26</TotalVolume> <TotalPieceCount>1079</TotalPieceCount> </Segment> <Segment status="X"> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-08</DepartureDate> <FlightDepartureDate>2018-08-08</FlightDepartureDate> <ArrivalDate>2018-08-08</ArrivalDate> <AircraftType>320</AircraftType> <DepartureTime>00:00</DepartureTime> <ArrivalTime>00:01</ArrivalTime> </FlightSegmentId> <AWBPriority xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <TotalWeight>7799.0</TotalWeight> <TotalVolume>46.26</TotalVolume> <TotalPieceCount>1079</TotalPieceCount> </Segment> <Segment status="X"> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-09</DepartureDate> <FlightDepartureDate>2018-08-09</FlightDepartureDate> <ArrivalDate>2018-08-09</ArrivalDate> <AircraftType>320</AircraftType> <DepartureTime>00:00</DepartureTime> <ArrivalTime>00:01</ArrivalTime> </FlightSegmentId> <AWBPriority xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <TotalWeight>7799.0</TotalWeight> <TotalVolume>46.26</TotalVolume> <TotalPieceCount>1079</TotalPieceCount> </Segment> </FFRProcessingInstruction> </ResponseOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" bookingContext="OFCAP" generateDynamicQueueAddress="true" clearNotifications="false"> <BookingUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </BookingUnits> <GoverningStation>VCP</GoverningStation> <OriginalChannel>BKG</OriginalChannel> <AwbOwner>LA</AwbOwner> <BookingKey>0</BookingKey> <AwbId> <Prefix>549</Prefix> <Number>26576804</Number> <Suffix>P</Suffix> </AwbId> <PartShipPrimaryAwbId> <Prefix>549</Prefix> <Number>26576804</Number> <Suffix>P</Suffix> </PartShipPrimaryAwbId> <SpotBookingFlag>false</SpotBookingFlag> <PreRateFlag>false</PreRateFlag> <GoShow>false</GoShow> <edocUpload>false</edocUpload> <NoShow>false</NoShow> <LateShow>false</LateShow> <BackLog>false</BackLog> <ConsignmentReceipt>false</ConsignmentReceipt> <AwbOD> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> </AlternateRouteCriteria> <ProductCode>106</ProductCode> <CommodityCode>610</CommodityCode> <Customer knownShipper="true"> <AgentCode>620444QCD</AgentCode> <Payer> <AccountNbr>620444QCD</AccountNbr> </Payer> <Shipper> <AccountNbr>6177VCP</AccountNbr> </Shipper> <Consignee> <AccountNbr>114454SCL</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1" routeId="0"> <CommodityCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Pieces>1</Pieces> <nbrPiecesAccepted>0</nbrPiecesAccepted> <Weight>7799.0</Weight> <ChrgWeight>7799.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> <ShipmentDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Service xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <NatureAndQtyOfGoods xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <HarmonizedCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <CountryCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Slac xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <GoodsConditionDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <damagedPieces>0</damagedPieces> <DamagedPiecesRemarks xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </BookingLine> <Piece lineNumber="1" nbrPiecesAccepted="0" damagedPieces="0" damagedPiecesRemarks=""> <Quantity>1079</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>35.0</Height> <Width>35.0</Width> <Length>35.0</Length> <Weight>7.23</Weight> <Volume>0.043</Volume> </Dimensions> </Piece> </Shipment> <Route> <MixedLoadIndicator>N</MixedLoadIndicator> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8496</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-04</ArrivalDate> <AircraftType>76F</AircraftType> <ActualDepartureDate>2018-08-03</ActualDepartureDate> <ActualDepartureTime>2059</ActualDepartureTime> <DepartureTime>20:59</DepartureTime> <ArrivalTime>02:26</ArrivalTime> </FlightSegmentId> <AllocationId>BR_CL</AllocationId> <AWBPriority>100103.51</AWBPriority> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8490</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-06</DepartureDate> <FlightDepartureDate>2018-08-06</FlightDepartureDate> <ArrivalDate>2018-08-07</ArrivalDate> <AircraftType>76F</AircraftType> <ActualDepartureDate>2018-08-06</ActualDepartureDate> <ActualDepartureTime>2059</ActualDepartureTime> <DepartureTime>20:59</DepartureTime> <ArrivalTime>02:14</ArrivalTime> </FlightSegmentId> <AllocationId>VCP_REGIONAL_ALL</AllocationId> <AWBPriority>100103.51</AWBPriority> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8492</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-07</DepartureDate> <FlightDepartureDate>2018-08-07</FlightDepartureDate> <ArrivalDate>2018-08-08</ArrivalDate> <AircraftType>76F</AircraftType> <ActualDepartureDate>2018-08-07</ActualDepartureDate> <ActualDepartureTime>2059</ActualDepartureTime> <DepartureTime>20:59</DepartureTime> <ArrivalTime>02:26</ArrivalTime> </FlightSegmentId> <AllocationId>BR_CL</AllocationId> <AWBPriority>100103.51</AWBPriority> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8492</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-08</DepartureDate> <FlightDepartureDate>2018-08-08</FlightDepartureDate> <ArrivalDate>2018-08-09</ArrivalDate> <AircraftType>76F</AircraftType> <ActualDepartureDate>2018-08-08</ActualDepartureDate> <ActualDepartureTime>2059</ActualDepartureTime> <DepartureTime>20:59</DepartureTime> <ArrivalTime>02:26</ArrivalTime> </FlightSegmentId> <AWBPriority>100103.51</AWBPriority> <TotalWeight>2999.0</TotalWeight> <TotalVolume>17.788657520194892</TotalVolume> <TotalPieceCount>434</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> </Route> <Rate> <CurrencyCode>USD</CurrencyCode> <NetRevenue>2963.62</NetRevenue> <NetChargeWgt>7799.0</NetChargeWgt> <NetRate>0.38</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> <RateIdentifier>SP-2784025</RateIdentifier> <DimFactor xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <DimDivisorType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <AllRateInclusiveFlag>false</AllRateInclusiveFlag> </Rate> <Remarks/> <Field name="EVENT_TYPE" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">UPDATE_BOOKING</ns:String> </Field> <Field name="EVAL_FLAGS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">true/false/false/true/false/0/0/0/false/false</ns:String> </Field> <Field name="SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">NC</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">Y</ns:String> </Field> <Field name="SLA_STATUS_DETAIL" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">FLIGHT:N/PATH:N/ETA:Y</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">VCP</ns:String> </Field> <Field name="Category" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">International</ns:String> </Field> <Field name="PROM_SLA_FLIGHT" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">XX0000/PAX/VCP/SCL/03Aug2018///320//1</ns:String> </Field> <Field name="PREV_SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">C</ns:String> </Field> <Field name="CURR_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">09Aug2018/0226</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">SCL</ns:String> </Field> <Field name="PROM_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">06Aug2018/2359/0/33000/0</ns:String> </Field> <Field name="PROM_SLA_PATH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">VCP/SCL/1</ns:String> </Field> <FUDOrigin>VCP</FUDOrigin> <FUDDestination>SCL</FUDDestination> <LastEvaluation> <Status>ACCEPT</Status> </LastEvaluation> <LastUpdatedStation>SCL</LastUpdatedStation> <Priority>100103.51</Priority> <PriorityDetail> <CustomerRateAdj>3.0</CustomerRateAdj> <CustomerCostAdj>0.0</CustomerCostAdj> <TransitAdj>0.0</TransitAdj> <OffloadNonperishableAdj>0.0</OffloadNonperishableAdj> <OffloadPerishableAtOriginAdj>0.0</OffloadPerishableAtOriginAdj> <OffloadPerishableAtCnxAdj>0.0</OffloadPerishableAtCnxAdj> <PartshipAdj>0.5</PartshipAdj> <PartshipOffloadNonPerishAdj>0.0</PartshipOffloadNonPerishAdj> <PartshipOffloadPerishAtOriginAdj>0.0</PartshipOffloadPerishAtOriginAdj> <PartshipOffloadPerishAtCnxAdj>0.0</PartshipOffloadPerishAtCnxAdj> <DensityAdj>0.0</DensityAdj> <HotDownlineAdj>0.0</HotDownlineAdj> <Field name="PRODUCT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.01</ns:Double> </Field> <Field name="COMMODITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="ALLOC_TYPE" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">100.0</ns:Double> </Field> <Field name="SALES_LOCK" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_PRIORITY_ALLOC" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SMALL_SHIPMENT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SLA_PRIORITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">100000.0</ns:Double> </Field> <Field name="PRIORITY_TAG" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">CRITICAL</ns:String> </Field> </PriorityDetail> <ShipmentAvailable>false</ShipmentAvailable> <Cost>0.0</Cost> <MinimumRevenue>899.7</MinimumRevenue> <AdjustedBkgRevenue>2963.62</AdjustedBkgRevenue> <AddedRemarks> <Remark>RM-internal booking key/version: 0/0</Remark> <Remark>Last Updated, GMT: 2018-08-02 19:06:26</Remark> <Remark>Last Updated, local: 2018-08-02 15:06:26</Remark> <Remark>Last Updated, local GMT offset (minutes): -240</Remark> <Remark>Last Updated in RM by: 1588357</Remark> <Remark>Is part-ship</Remark> <Remark>Channel code: BKG</Remark> <Remark>Value-added product code: 106</Remark> <Remark>Campaign ID: LOOSE</Remark> <Remark>Is under allocation? false</Remark> <Remark>Primary allocation ID: BR_CL</Remark> <Remark>Secondary allocation ID: VCP_REGIONAL_ALL</Remark> </AddedRemarks> </Booking2> </ResponseContent> </Message> Thu 2018-08-02 15:06:32 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>EZE</RequestingStation> <RequestingUserId>JBAEZ</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>CRNS</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-180">2018-08-02 16:06:32</LocalDateTime> <GMTDateTime>2018-08-02 19:06:32</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>EZE</Location> <RerouteDetails> <ForceRerouting>true</ForceRerouting> <AlternateRouteCount>1</AlternateRouteCount> </RerouteDetails> <EvaluationFlagOverride>false</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>RS33</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>EZE</GoverningStation> <AwbId> <Prefix>881</Prefix> <Number>1978384</Number> </AwbId> <AwbOD> <OrigApt>MAD</OrigApt> <DestApt>SCL</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <DepartureDateTime>2018-08-02 22:20</DepartureDateTime> <ArrivalDateTime>2018-08-06 23:59</ArrivalDateTime> </AlternateRouteCriteria> <ProductCode>200</ProductCode> <VaProductCode>200</VaProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>630201FRA</AgentCode> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>93.0</Weight> <ChrgWeight>93.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>1</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>18.0</Height> <Width>120.0</Width> <Length>220.0</Length> <Weight>93.0</Weight> <Volume>0.47</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BRQ"> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>MAD</OrigApt> <DestApt>EZE</DestApt> <FlightDepartureDate>2018-07-27</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>93.0</TotalWeight> <TotalVolume>0.47</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> <Segment status="BRQ"> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>93.0</TotalWeight> <TotalVolume>0.47</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.01</NetRate> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-07-20 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="Uplifting-Carrier" type="STRING"> <ns:String>LA</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>EZE</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>SCL</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>FEEDBACK_3</ns:String> </Field> <FUDOrigin>EZE</FUDOrigin> <FUDDestination>SCL</FUDDestination> </Booking2> </RequestContent> </Message> Thu 2018-08-02 15:06:34 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>SCL</RequestingStation> <RequestingUserId>1588357</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-240">2018-08-02 15:06:34</LocalDateTime> <GMTDateTime>2018-08-02 19:06:34</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <CheckUnderAllocation>true</CheckUnderAllocation> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>VCP</Location> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>true</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFCAP"> <TempOffloadCode>RB010</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>VCP</GoverningStation> <AwbId> <Prefix>549</Prefix> <Number>26576804</Number> <Suffix>P</Suffix> </AwbId> <AwbOD> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> </AwbOD> <ProductCode>106</ProductCode> <VaProductCode>106</VaProductCode> <CommodityCode>610</CommodityCode> <Customer knownShipper="true"> <AgentCode>620444QCD</AgentCode> <Shipper> <AccountNbr>6177VCP</AccountNbr> </Shipper> <Consignee> <AccountNbr>114454SCL</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>7799.0</Weight> <ChrgWeight>7799.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>1079</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>35.0</Height> <Width>35.0</Width> <Length>35.0</Length> <Weight>7.23</Weight> <Volume>0.04287</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8496</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8490</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-06</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8492</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-07</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8492</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-08</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>2999.0</TotalWeight> <TotalVolume>17.788657520194892</TotalVolume> <TotalPieceCount>434</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.38</NetRate> <RateIdentifier>SP-2784025</RateIdentifier> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-07-30 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> <UseRateType>SPOT</UseRateType> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>VCP</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>SCL</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>Y</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>UPDATE_BOOKING</ns:String> </Field> <FUDOrigin>VCP</FUDOrigin> <FUDDestination>SCL</FUDDestination> </Booking2> </RequestContent> </Message> Thu 2018-08-02 15:06:35 bookingEvaluationRequest INFO **** RESPONSE XML after Bean Call : <Message serviceType="evaluateBooking" messageType="RESPONSE" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls"> <MessageOrigin> <RequestingStation>SCL</RequestingStation> <RequestingUserId>1588357</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <RequestingTTYAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <LocalDateTime GMTOffsetMinutes="0">2018-08-02 19:06:35</LocalDateTime> <GMTDateTime xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">2018-08-02 19:06:34</GMTDateTime> </MessageOrigin> <RequestContent xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <CheckUnderAllocation>true</CheckUnderAllocation> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>VCP</Location> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>true</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFCAP"> <TempOffloadCode>RB010</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>VCP</GoverningStation> <AwbId> <Prefix>549</Prefix> <Number>26576804</Number> <Suffix>P</Suffix> </AwbId> <AwbOD> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> </AwbOD> <ProductCode>106</ProductCode> <VaProductCode>106</VaProductCode> <CommodityCode>610</CommodityCode> <Customer knownShipper="true"> <AgentCode>620444QCD</AgentCode> <Shipper> <AccountNbr>6177VCP</AccountNbr> </Shipper> <Consignee> <AccountNbr>114454SCL</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>7799.0</Weight> <ChrgWeight>7799.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>1079</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>35.0</Height> <Width>35.0</Width> <Length>35.0</Length> <Weight>7.23</Weight> <Volume>0.04287</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8496</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8490</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-06</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8492</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-07</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8492</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-08</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>2999.0</TotalWeight> <TotalVolume>17.788657520194892</TotalVolume> <TotalPieceCount>434</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.38</NetRate> <RateIdentifier>SP-2784025</RateIdentifier> <UseRateType>SPOT</UseRateType> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>VCP</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>SCL</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>Y</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>UPDATE_BOOKING</ns:String> </Field> <FUDOrigin>VCP</FUDOrigin> <FUDDestination>SCL</FUDDestination> </Booking2> </RequestContent> <ResponseContent> <ProcessingStatusCode>ACCEPT</ProcessingStatusCode> <ProcessingRemarks>M38496 VCP:SCL</ProcessingRemarks> <ProcessingRemarks>M38490 VCP:SCL</ProcessingRemarks> <ProcessingRemarks>M38492 VCP:SCL</ProcessingRemarks> <ProcessingRemarks>M38496 VCP:SCL 76F/OWN 08/03/2018 2059 0226/+1</ProcessingRemarks> <ProcessingRemarks>M38490 VCP:SCL 76F/OWN 08/06/2018 2059 0214/+1</ProcessingRemarks> <ProcessingRemarks>M38492 VCP:SCL 76F/OWN 08/07/2018 2059 0226/+1</ProcessingRemarks> <ProcessingRemarks>M38492 VCP:SCL 76F/OWN 08/08/2018 2059 0226/+1</ProcessingRemarks> <ReferQueueStation>MIA</ReferQueueStation> <ReferQueueNumber>10</ReferQueueNumber> <MessageSeqNo>0</MessageSeqNo> <EvaluationMode>REBOOKING</EvaluationMode> <ResponseOptions> <FFRProcessingInstruction> <ChangeTypeCode>CONTRACT_CHANGE</ChangeTypeCode> <Segment status="X"> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-03</ArrivalDate> <AircraftType>320</AircraftType> <DepartureTime>00:00</DepartureTime> <ArrivalTime>00:01</ArrivalTime> </FlightSegmentId> <AWBPriority xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <TotalWeight>7799.0</TotalWeight> <TotalVolume>46.26</TotalVolume> <TotalPieceCount>1079</TotalPieceCount> </Segment> <Segment status="X"> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-07</DepartureDate> <FlightDepartureDate>2018-08-07</FlightDepartureDate> <ArrivalDate>2018-08-07</ArrivalDate> <AircraftType>320</AircraftType> <DepartureTime>00:00</DepartureTime> <ArrivalTime>00:01</ArrivalTime> </FlightSegmentId> <AWBPriority xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <TotalWeight>7799.0</TotalWeight> <TotalVolume>46.26</TotalVolume> <TotalPieceCount>1079</TotalPieceCount> </Segment> <Segment status="X"> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-08</DepartureDate> <FlightDepartureDate>2018-08-08</FlightDepartureDate> <ArrivalDate>2018-08-08</ArrivalDate> <AircraftType>320</AircraftType> <DepartureTime>00:00</DepartureTime> <ArrivalTime>00:01</ArrivalTime> </FlightSegmentId> <AWBPriority xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <TotalWeight>7799.0</TotalWeight> <TotalVolume>46.26</TotalVolume> <TotalPieceCount>1079</TotalPieceCount> </Segment> <Segment status="X"> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-09</DepartureDate> <FlightDepartureDate>2018-08-09</FlightDepartureDate> <ArrivalDate>2018-08-09</ArrivalDate> <AircraftType>320</AircraftType> <DepartureTime>00:00</DepartureTime> <ArrivalTime>00:01</ArrivalTime> </FlightSegmentId> <AWBPriority xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <TotalWeight>7799.0</TotalWeight> <TotalVolume>46.26</TotalVolume> <TotalPieceCount>1079</TotalPieceCount> </Segment> </FFRProcessingInstruction> </ResponseOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" bookingContext="OFCAP" generateDynamicQueueAddress="true" clearNotifications="false"> <BookingUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </BookingUnits> <GoverningStation>VCP</GoverningStation> <OriginalChannel>BKG</OriginalChannel> <AwbOwner>LA</AwbOwner> <BookingKey>0</BookingKey> <AwbId> <Prefix>549</Prefix> <Number>26576804</Number> <Suffix>P</Suffix> </AwbId> <PartShipPrimaryAwbId> <Prefix>549</Prefix> <Number>26576804</Number> <Suffix>P</Suffix> </PartShipPrimaryAwbId> <SpotBookingFlag>false</SpotBookingFlag> <PreRateFlag>false</PreRateFlag> <GoShow>false</GoShow> <edocUpload>false</edocUpload> <NoShow>false</NoShow> <LateShow>false</LateShow> <BackLog>false</BackLog> <ConsignmentReceipt>false</ConsignmentReceipt> <AwbOD> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> </AlternateRouteCriteria> <ProductCode>106</ProductCode> <CommodityCode>610</CommodityCode> <Customer knownShipper="true"> <AgentCode>620444QCD</AgentCode> <Payer> <AccountNbr>620444QCD</AccountNbr> </Payer> <Shipper> <AccountNbr>6177VCP</AccountNbr> </Shipper> <Consignee> <AccountNbr>114454SCL</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1" routeId="0"> <CommodityCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Pieces>1</Pieces> <nbrPiecesAccepted>0</nbrPiecesAccepted> <Weight>7799.0</Weight> <ChrgWeight>7799.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> <ShipmentDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Service xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <NatureAndQtyOfGoods xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <HarmonizedCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <CountryCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Slac xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <GoodsConditionDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <damagedPieces>0</damagedPieces> <DamagedPiecesRemarks xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </BookingLine> <Piece lineNumber="1" nbrPiecesAccepted="0" damagedPieces="0" damagedPiecesRemarks=""> <Quantity>1079</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>35.0</Height> <Width>35.0</Width> <Length>35.0</Length> <Weight>7.23</Weight> <Volume>0.043</Volume> </Dimensions> </Piece> </Shipment> <Route> <MixedLoadIndicator>N</MixedLoadIndicator> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8496</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-04</ArrivalDate> <AircraftType>76F</AircraftType> <ActualDepartureDate>2018-08-03</ActualDepartureDate> <ActualDepartureTime>2059</ActualDepartureTime> <DepartureTime>20:59</DepartureTime> <ArrivalTime>02:26</ArrivalTime> </FlightSegmentId> <AllocationId>BR_CL</AllocationId> <AWBPriority>100103.51</AWBPriority> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8490</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-06</DepartureDate> <FlightDepartureDate>2018-08-06</FlightDepartureDate> <ArrivalDate>2018-08-07</ArrivalDate> <AircraftType>76F</AircraftType> <ActualDepartureDate>2018-08-06</ActualDepartureDate> <ActualDepartureTime>2059</ActualDepartureTime> <DepartureTime>20:59</DepartureTime> <ArrivalTime>02:14</ArrivalTime> </FlightSegmentId> <AllocationId>VCP_REGIONAL_ALL</AllocationId> <AWBPriority>100103.51</AWBPriority> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8492</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-07</DepartureDate> <FlightDepartureDate>2018-08-07</FlightDepartureDate> <ArrivalDate>2018-08-08</ArrivalDate> <AircraftType>76F</AircraftType> <ActualDepartureDate>2018-08-07</ActualDepartureDate> <ActualDepartureTime>2059</ActualDepartureTime> <DepartureTime>20:59</DepartureTime> <ArrivalTime>02:26</ArrivalTime> </FlightSegmentId> <AllocationId>BR_CL</AllocationId> <AWBPriority>100103.51</AWBPriority> <TotalWeight>1600.0</TotalWeight> <TotalVolume>9.490447493268366</TotalVolume> <TotalPieceCount>215</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8492</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-08</DepartureDate> <FlightDepartureDate>2018-08-08</FlightDepartureDate> <ArrivalDate>2018-08-09</ArrivalDate> <AircraftType>76F</AircraftType> <ActualDepartureDate>2018-08-08</ActualDepartureDate> <ActualDepartureTime>2059</ActualDepartureTime> <DepartureTime>20:59</DepartureTime> <ArrivalTime>02:26</ArrivalTime> </FlightSegmentId> <AWBPriority>100103.51</AWBPriority> <TotalWeight>2999.0</TotalWeight> <TotalVolume>17.788657520194892</TotalVolume> <TotalPieceCount>434</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> </Route> <Rate> <CurrencyCode>USD</CurrencyCode> <NetRevenue>2963.62</NetRevenue> <NetChargeWgt>7799.0</NetChargeWgt> <NetRate>0.38</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> <RateIdentifier>SP-2784025</RateIdentifier> <DimFactor xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <DimDivisorType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <AllRateInclusiveFlag>false</AllRateInclusiveFlag> </Rate> <Remarks/> <Field name="EVENT_TYPE" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">UPDATE_BOOKING</ns:String> </Field> <Field name="EVAL_FLAGS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">true/false/false/true/false/0/0/0/false/false</ns:String> </Field> <Field name="SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">NC</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">Y</ns:String> </Field> <Field name="SLA_STATUS_DETAIL" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">FLIGHT:N/PATH:N/ETA:Y</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">VCP</ns:String> </Field> <Field name="Category" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">International</ns:String> </Field> <Field name="PROM_SLA_FLIGHT" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">XX0000/PAX/VCP/SCL/03Aug2018///320//1</ns:String> </Field> <Field name="PREV_SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">C</ns:String> </Field> <Field name="CURR_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">09Aug2018/0226</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">SCL</ns:String> </Field> <Field name="PROM_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">06Aug2018/2359/0/33000/0</ns:String> </Field> <Field name="PROM_SLA_PATH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">VCP/SCL/1</ns:String> </Field> <FUDOrigin>VCP</FUDOrigin> <FUDDestination>SCL</FUDDestination> <LastEvaluation> <Status>ACCEPT</Status> </LastEvaluation> <LastUpdatedStation>SCL</LastUpdatedStation> <Priority>100103.51</Priority> <PriorityDetail> <CustomerRateAdj>3.0</CustomerRateAdj> <CustomerCostAdj>0.0</CustomerCostAdj> <TransitAdj>0.0</TransitAdj> <OffloadNonperishableAdj>0.0</OffloadNonperishableAdj> <OffloadPerishableAtOriginAdj>0.0</OffloadPerishableAtOriginAdj> <OffloadPerishableAtCnxAdj>0.0</OffloadPerishableAtCnxAdj> <PartshipAdj>0.5</PartshipAdj> <PartshipOffloadNonPerishAdj>0.0</PartshipOffloadNonPerishAdj> <PartshipOffloadPerishAtOriginAdj>0.0</PartshipOffloadPerishAtOriginAdj> <PartshipOffloadPerishAtCnxAdj>0.0</PartshipOffloadPerishAtCnxAdj> <DensityAdj>0.0</DensityAdj> <HotDownlineAdj>0.0</HotDownlineAdj> <Field name="PRODUCT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.01</ns:Double> </Field> <Field name="COMMODITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="ALLOC_TYPE" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">100.0</ns:Double> </Field> <Field name="SALES_LOCK" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_PRIORITY_ALLOC" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SMALL_SHIPMENT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SLA_PRIORITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">100000.0</ns:Double> </Field> <Field name="PRIORITY_TAG" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">CRITICAL</ns:String> </Field> </PriorityDetail> <ShipmentAvailable>false</ShipmentAvailable> <Cost>0.0</Cost> <MinimumRevenue>899.7</MinimumRevenue> <AdjustedBkgRevenue>2963.62</AdjustedBkgRevenue> <AddedRemarks> <Remark>RM-internal booking key/version: 0/0</Remark> <Remark>Last Updated, GMT: 2018-08-02 19:06:34</Remark> <Remark>Last Updated, local: 2018-08-02 15:06:34</Remark> <Remark>Last Updated, local GMT offset (minutes): -240</Remark> <Remark>Last Updated in RM by: 1588357</Remark> <Remark>Is part-ship</Remark> <Remark>Channel code: BKG</Remark> <Remark>Value-added product code: 106</Remark> <Remark>Campaign ID: LOOSE</Remark> <Remark>Is under allocation? false</Remark> <Remark>Primary allocation ID: BR_CL</Remark> <Remark>Secondary allocation ID: VCP_REGIONAL_ALL</Remark> </AddedRemarks> </Booking2> </ResponseContent> </Message> Thu 2018-08-02 15:06:37 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>BOG</RequestingStation> <RequestingUserId>4204333</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-300">2018-08-02 14:06:37</LocalDateTime> <GMTDateTime>2018-08-02 19:06:37</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>true</CheckCapacity> <CheckRate>true</CheckRate> <ShipmentLoadType>LOOSE</ShipmentLoadType> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>NB001</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>MIA</GoverningStation> <AwbId> <Prefix>45</Prefix> <Number>4555633</Number> </AwbId> <AwbOD> <OrigApt>MIA</OrigApt> <DestApt>AGT</DestApt> </AwbOD> <ProductCode>200</ProductCode> <VaProductCode>200</VaProductCode> <CommodityCode>1</CommodityCode> <Customer knownShipper="false"> <AgentCode>2088MIA</AgentCode> <Shipper> <AccountNbr>2088MIA</AccountNbr> </Shipper> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>0</Pieces> <Weight>2073.0</Weight> <ChrgWeight>2073.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>27</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Weight>76.78</Weight> <Volume>0.39926</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>L7</CarrierCode> <FlightNumber>2861</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>AGT</DestApt> <FlightDepartureDate>2018-08-05</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>2073.0</TotalWeight> <TotalVolume>10.78</TotalVolume> <TotalPieceCount>27</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>4.35</NetRate> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-08-02 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>MIA</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>AGT</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>NEW_BOOKING</ns:String> </Field> <FUDOrigin>MIA</FUDOrigin> <FUDDestination>AGT</FUDDestination> </Booking2> </RequestContent> </Message> Thu 2018-08-02 15:06:38 bookingEvaluationRequest INFO **** RESPONSE XML after Bean Call : <Message serviceType="evaluateBooking" messageType="RESPONSE" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls"> <MessageOrigin> <RequestingStation>BOG</RequestingStation> <RequestingUserId>4204333</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <RequestingTTYAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <LocalDateTime GMTOffsetMinutes="0">2018-08-02 19:06:38</LocalDateTime> <GMTDateTime xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">2018-08-02 19:06:37</GMTDateTime> </MessageOrigin> <RequestContent xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>true</CheckCapacity> <CheckRate>true</CheckRate> <ShipmentLoadType>LOOSE</ShipmentLoadType> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>NB001</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>MIA</GoverningStation> <AwbId> <Prefix>45</Prefix> <Number>4555633</Number> </AwbId> <AwbOD> <OrigApt>MIA</OrigApt> <DestApt>AGT</DestApt> </AwbOD> <ProductCode>200</ProductCode> <VaProductCode>200</VaProductCode> <CommodityCode>1</CommodityCode> <Customer knownShipper="false"> <AgentCode>2088MIA</AgentCode> <Shipper> <AccountNbr>2088MIA</AccountNbr> </Shipper> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>0</Pieces> <Weight>2073.0</Weight> <ChrgWeight>2073.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>27</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Weight>76.78</Weight> <Volume>0.39926</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>L7</CarrierCode> <FlightNumber>2861</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>AGT</DestApt> <FlightDepartureDate>2018-08-05</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>2073.0</TotalWeight> <TotalVolume>10.78</TotalVolume> <TotalPieceCount>27</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>4.35</NetRate> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>MIA</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>AGT</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>NEW_BOOKING</ns:String> </Field> <FUDOrigin>MIA</FUDOrigin> <FUDDestination>AGT</FUDDestination> </Booking2> </RequestContent> <ResponseContent> <ProcessingStatusCode>ACCEPT</ProcessingStatusCode> <ProcessingRemarks>L72861 MIA:AGT</ProcessingRemarks> <ProcessingRemarks>L72861 MIA:AGT 76F/OWN 08/04/2018 2140 0540</ProcessingRemarks> <ReferQueueStation>MIA</ReferQueueStation> <ReferQueueNumber>10</ReferQueueNumber> <MessageSeqNo>0</MessageSeqNo> <EvaluationMode>NEWBOOKING</EvaluationMode> <ResponseOptions> <FFRProcessingInstruction> <ChangeTypeCode>NEW</ChangeTypeCode> </FFRProcessingInstruction> </ResponseOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" bookingContext="OFSAL" generateDynamicQueueAddress="true" clearNotifications="false"> <BookingUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </BookingUnits> <GoverningStation>MIA</GoverningStation> <OriginalChannel>BKG</OriginalChannel> <AwbOwner>LA</AwbOwner> <BookingKey>7685494</BookingKey> <BookingRef>2088MIA-7679078</BookingRef> <AwbId> <Prefix>45</Prefix> <Number>4555633</Number> </AwbId> <SpotBookingFlag>false</SpotBookingFlag> <PreRateFlag>false</PreRateFlag> <GoShow>false</GoShow> <edocUpload>false</edocUpload> <NoShow>false</NoShow> <LateShow>false</LateShow> <BackLog>false</BackLog> <ConsignmentReceipt>false</ConsignmentReceipt> <AwbOD> <OrigApt>MIA</OrigApt> <DestApt>AGT</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>MIA</OrigApt> <DestApt>AGT</DestApt> </AlternateRouteCriteria> <ProductCode>200</ProductCode> <CommodityCode>1</CommodityCode> <Customer knownShipper="true"> <AgentCode>2088MIA</AgentCode> <Payer> <AccountNbr>2088MIA</AccountNbr> </Payer> <Shipper> <AccountNbr>2088MIA</AccountNbr> </Shipper> </Customer> <Shipment> <BookingLine lineNumber="1" routeId="0"> <CommodityCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Pieces>0</Pieces> <nbrPiecesAccepted>0</nbrPiecesAccepted> <Weight>2073.0</Weight> <ChrgWeight>2073.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> <ShipmentDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Service xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <NatureAndQtyOfGoods xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <HarmonizedCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <CountryCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Slac xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <GoodsConditionDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <damagedPieces>0</damagedPieces> <DamagedPiecesRemarks xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </BookingLine> <Piece lineNumber="1" nbrPiecesAccepted="0" damagedPieces="0" damagedPiecesRemarks=""> <Quantity>27</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>0.0</Height> <Width>0.0</Width> <Length>0.0</Length> <Weight>76.78</Weight> <Volume>0.399</Volume> </Dimensions> </Piece> </Shipment> <Route> <MixedLoadIndicator>N</MixedLoadIndicator> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>L7</CarrierCode> <FlightNumber>2861</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>AGT</DestApt> <DepartureDate>2018-08-04</DepartureDate> <FlightDepartureDate>2018-08-05</FlightDepartureDate> <ArrivalDate>2018-08-05</ArrivalDate> <AircraftType>76F</AircraftType> <ActualDepartureDate>2018-08-04</ActualDepartureDate> <ActualDepartureTime>2140</ActualDepartureTime> <DepartureTime>21:40</DepartureTime> <ArrivalTime>05:40</ArrivalTime> </FlightSegmentId> <AWBPriority>20000.0</AWBPriority> <TotalWeight>2073.0</TotalWeight> <TotalVolume>10.78</TotalVolume> <TotalPieceCount>27</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> </Route> <Rate> <CurrencyCode>USD</CurrencyCode> <NetRevenue>9017.55</NetRevenue> <NetChargeWgt>2073.0</NetChargeWgt> <NetRate>4.35</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> <DimFactor xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <DimDivisorType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <AllRateInclusiveFlag>false</AllRateInclusiveFlag> </Rate> <Remarks/> <Field name="EVENT_TYPE" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">NEW_BOOKING</ns:String> </Field> <Field name="EVAL_FLAGS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">true/true/true/false/false/0/0/0/false/false</ns:String> </Field> <Field name="SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">C</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SLA_STATUS_DETAIL" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">MIA</ns:String> </Field> <Field name="Category" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">International</ns:String> </Field> <Field name="PROM_SLA_FLIGHT" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">L72861/OWN/MIA/AGT/04Aug2018///76F/N536LA/1</ns:String> </Field> <Field name="PREV_SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="CURR_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">AGT</ns:String> </Field> <Field name="PROM_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">05Aug2018/0540/360/30000/0</ns:String> </Field> <Field name="PROM_SLA_PATH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">MIA/AGT/0</ns:String> </Field> <FUDOrigin>MIA</FUDOrigin> <FUDDestination>AGT</FUDDestination> <LastEvaluation> <Status>ACCEPT</Status> </LastEvaluation> <LastUpdatedStation>BOG</LastUpdatedStation> <Priority>20000.0</Priority> <PriorityDetail> <CustomerRateAdj>0.0</CustomerRateAdj> <CustomerCostAdj>0.0</CustomerCostAdj> <TransitAdj>0.0</TransitAdj> <OffloadNonperishableAdj>0.0</OffloadNonperishableAdj> <OffloadPerishableAtOriginAdj>0.0</OffloadPerishableAtOriginAdj> <OffloadPerishableAtCnxAdj>0.0</OffloadPerishableAtCnxAdj> <PartshipAdj>0.0</PartshipAdj> <PartshipOffloadNonPerishAdj>0.0</PartshipOffloadNonPerishAdj> <PartshipOffloadPerishAtOriginAdj>0.0</PartshipOffloadPerishAtOriginAdj> <PartshipOffloadPerishAtCnxAdj>0.0</PartshipOffloadPerishAtCnxAdj> <DensityAdj>0.0</DensityAdj> <HotDownlineAdj>0.0</HotDownlineAdj> <Field name="PRODUCT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">20000.0</ns:Double> </Field> <Field name="COMMODITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="ALLOC_TYPE" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_LOCK" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_PRIORITY_ALLOC" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SMALL_SHIPMENT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SLA_PRIORITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="PRIORITY_TAG" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">MEDIUM</ns:String> </Field> </PriorityDetail> <ShipmentAvailable>false</ShipmentAvailable> <LastAcceptanceTime>2018-08-04 21:40</LastAcceptanceTime> <TimeOfAvailability>2018-08-05 05:40</TimeOfAvailability> <Cost>0.0</Cost> <MinimumRevenue>4857.55</MinimumRevenue> <AdjustedBkgRevenue>9017.55</AdjustedBkgRevenue> <AddedRemarks> <Remark>RM-internal booking key/version: 7685494/1</Remark> <Remark>Created in RM: 2018-08-02 14:06:37.000</Remark> <Remark>Last Updated, GMT: 2018-08-02 19:06:37</Remark> <Remark>Last Updated, local: 2018-08-02 14:06:37</Remark> <Remark>Last Updated, local GMT offset (minutes): -300</Remark> <Remark>Last Updated in RM by: 4204333</Remark> <Remark>Channel code: BKG</Remark> <Remark>Value-added product code: 200</Remark> <Remark>Campaign ID: LOOSE</Remark> <Remark>Is under allocation? false</Remark> </AddedRemarks> </Booking2> </ResponseContent> </Message> Thu 2018-08-02 15:06:39 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>MIA</RequestingStation> <RequestingUserId>3512125</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-240">2018-08-02 15:06:39</LocalDateTime> <GMTDateTime>2018-08-02 19:06:39</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <CheckUnderAllocation>true</CheckUnderAllocation> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>MIA</Location> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSER"> <TempOffloadCode>RB012</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>SJO</GoverningStation> <AwbId> <Prefix>1</Prefix> <Number>12255106</Number> </AwbId> <AwbOD> <OrigApt>SJO</OrigApt> <DestApt>DTW</DestApt> </AwbOD> <ProductCode>200</ProductCode> <VaProductCode>200</VaProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>165DFW</AgentCode> <Shipper> <AccountNbr>6177SJO</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177DTW</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>1126.0</Weight> <ChrgWeight>2164.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>11</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>84.0</Height> <Width>115.0</Width> <Length>122.0</Length> <Weight>106.73</Weight> <Volume>1.17818</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>L7</CarrierCode> <FlightNumber>1802</FlightNumber> <OrigApt>SJO</OrigApt> <DestApt>MIA</DestApt> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1174.0</TotalWeight> <TotalVolume>12.96</TotalVolume> <TotalPieceCount>11</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>AA</CarrierCode> <FlightNumber>1488</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>DTW</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1174.0</TotalWeight> <TotalVolume>12.96</TotalVolume> <TotalPieceCount>11</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.01</NetRate> <RateIdentifier>IS-2790452</RateIdentifier> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-08-01 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> <UseRateType>SPOT</UseRateType> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="Uplifting-Carrier" type="STRING"> <ns:String>LA</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>SJO</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>DTW</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>UPDATE_BOOKING</ns:String> </Field> <FUDOrigin>SJO</FUDOrigin> <FUDDestination>DTW</FUDDestination> </Booking2> </RequestContent> </Message> Thu 2018-08-02 15:06:40 bookingEvaluationRequest INFO **** RESPONSE XML after Bean Call : <Message serviceType="evaluateBooking" messageType="RESPONSE" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls"> <MessageOrigin> <RequestingStation>EZE</RequestingStation> <RequestingUserId>JBAEZ</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>CRNS</RequestingChannelCode> <RequestingTTYAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <LocalDateTime GMTOffsetMinutes="0">2018-08-02 19:06:40</LocalDateTime> <GMTDateTime xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">2018-08-02 19:06:32</GMTDateTime> </MessageOrigin> <RequestContent xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>EZE</Location> <RerouteDetails> <ForceRerouting>true</ForceRerouting> <AlternateRouteCount>1</AlternateRouteCount> </RerouteDetails> <EvaluationFlagOverride>false</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>RS33</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>EZE</GoverningStation> <AwbId> <Prefix>881</Prefix> <Number>1978384</Number> </AwbId> <AwbOD> <OrigApt>MAD</OrigApt> <DestApt>SCL</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <DepartureDateTime>2018-08-02 22:20</DepartureDateTime> <ArrivalDateTime>2018-08-06 23:59</ArrivalDateTime> </AlternateRouteCriteria> <ProductCode>200</ProductCode> <VaProductCode>200</VaProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>630201FRA</AgentCode> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>93.0</Weight> <ChrgWeight>93.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>1</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>18.0</Height> <Width>120.0</Width> <Length>220.0</Length> <Weight>93.0</Weight> <Volume>0.47</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BRQ"> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>MAD</OrigApt> <DestApt>EZE</DestApt> <FlightDepartureDate>2018-07-27</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>93.0</TotalWeight> <TotalVolume>0.47</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> <Segment status="BRQ"> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>93.0</TotalWeight> <TotalVolume>0.47</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.01</NetRate> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="Uplifting-Carrier" type="STRING"> <ns:String>LA</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>EZE</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>SCL</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>FEEDBACK_3</ns:String> </Field> <FUDOrigin>EZE</FUDOrigin> <FUDDestination>SCL</FUDDestination> </Booking2> </RequestContent> <ResponseContent> <ProcessingStatusCode>REJECT</ProcessingStatusCode> <ProcessingRemarks>No Alternate Route</ProcessingRemarks> <ReferQueueStation>MIA</ReferQueueStation> <ReferQueueNumber>10</ReferQueueNumber> <MessageSeqNo>0</MessageSeqNo> <EvaluationMode>REBOOKING</EvaluationMode> <ResponseOptions> <FFRProcessingInstruction> <ChangeTypeCode>CONTRACT_CHANGE</ChangeTypeCode> <Segment status="X"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>0532</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-02</DepartureDate> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <ArrivalDate>2018-08-02</ArrivalDate> <AircraftType>789</AircraftType> <ActualDepartureDate>2018-08-02</ActualDepartureDate> <ActualDepartureTime>1820</ActualDepartureTime> <DepartureTime>18:20</DepartureTime> <ArrivalTime>19:40</ArrivalTime> </FlightSegmentId> <AWBPriority>160000</AWBPriority> <TotalWeight>93.0</TotalWeight> <TotalVolume>0.47</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> </FFRProcessingInstruction> </ResponseOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" bookingContext="OFSAL" generateDynamicQueueAddress="true" clearNotifications="false"> <BookingUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </BookingUnits> <GoverningStation>EZE</GoverningStation> <OriginalChannel>CRNS</OriginalChannel> <AwbOwner>LA</AwbOwner> <BookingKey>0</BookingKey> <AwbId> <Prefix>881</Prefix> <Number>1978384</Number> </AwbId> <SpotBookingFlag>false</SpotBookingFlag> <PreRateFlag>false</PreRateFlag> <GoShow>false</GoShow> <edocUpload>false</edocUpload> <NoShow>false</NoShow> <LateShow>false</LateShow> <BackLog>false</BackLog> <ConsignmentReceipt>false</ConsignmentReceipt> <AwbOD> <OrigApt>MAD</OrigApt> <DestApt>SCL</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> </AlternateRouteCriteria> <ProductCode>200</ProductCode> <CommodityCode>97</CommodityCode> <Customer> <AgentCode>630201FRA</AgentCode> <Payer> <AccountNbr>630201FRA</AccountNbr> </Payer> </Customer> <Shipment> <BookingLine lineNumber="1" routeId="0"> <CommodityCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Pieces>1</Pieces> <nbrPiecesAccepted>0</nbrPiecesAccepted> <Weight>93.0</Weight> <ChrgWeight>93.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> <ShipmentDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Service xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <NatureAndQtyOfGoods xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <HarmonizedCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <CountryCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Slac xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <GoodsConditionDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <damagedPieces>0</damagedPieces> <DamagedPiecesRemarks xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </BookingLine> <Piece lineNumber="1" nbrPiecesAccepted="0" damagedPieces="0" damagedPiecesRemarks=""> <Quantity>1</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>18.0</Height> <Width>120.0</Width> <Length>220.0</Length> <Weight>93.0</Weight> <Volume>0.47</Volume> </Dimensions> </Piece> </Shipment> <Route> <MixedLoadIndicator>N</MixedLoadIndicator> <Segment status="BRQ" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>MAD</OrigApt> <DestApt>EZE</DestApt> <DepartureDate>2018-07-27</DepartureDate> <FlightDepartureDate>2018-07-27</FlightDepartureDate> <ArrivalDate>2018-07-27</ArrivalDate> <AircraftType>747</AircraftType> <DepartureTime>00:00</DepartureTime> <ArrivalTime>00:01</ArrivalTime> </FlightSegmentId> <TotalWeight>93.0</TotalWeight> <TotalVolume>0.47</TotalVolume> <TotalPieceCount>1</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BRQ" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <DepartureDate>2018-08-02</DepartureDate> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <ArrivalDate>2018-08-02</ArrivalDate> <AircraftType>320</AircraftType> <DepartureTime>00:00</DepartureTime> <ArrivalTime>00:01</ArrivalTime> </FlightSegmentId> <TotalWeight>93.0</TotalWeight> <TotalVolume>0.47</TotalVolume> <TotalPieceCount>1</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> </Route> <Rate> <CurrencyCode>USD</CurrencyCode> <NetRevenue>0.0</NetRevenue> <NetChargeWgt>93.0</NetChargeWgt> <NetRate>0.01</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> <DimFactor xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <DimDivisorType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <AllRateInclusiveFlag>false</AllRateInclusiveFlag> </Rate> <Remarks/> <Field name="EVENT_TYPE" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">FEEDBACK_3</ns:String> </Field> <Field name="EVAL_FLAGS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">true/true/false/false/false/0/0/0/false/true</ns:String> </Field> <Field name="SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SLA_STATUS_DETAIL" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">EZE</ns:String> </Field> <Field name="Category" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">International</ns:String> </Field> <Field name="PROM_SLA_FLIGHT" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">XX0000/PAX/EZE/SCL/02Aug2018///320//1</ns:String> </Field> <Field name="Uplifting-Carrier" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">LA</ns:String> </Field> <Field name="PREV_SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="CURR_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N/A</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">SCL</ns:String> </Field> <Field name="PROM_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">01Aug2018/1314/360/30000/0</ns:String> </Field> <Field name="PROM_SLA_PATH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">EZE/SCL/0</ns:String> </Field> <FUDOrigin>EZE</FUDOrigin> <FUDDestination>SCL</FUDDestination> <LastEvaluation> <Status>REJECT</Status> </LastEvaluation> <LastUpdatedStation>EZE</LastUpdatedStation> <Priority>60000.0</Priority> <PriorityDetail> <CustomerRateAdj>0.0</CustomerRateAdj> <CustomerCostAdj>0.0</CustomerCostAdj> <TransitAdj>0.0</TransitAdj> <OffloadNonperishableAdj>0.0</OffloadNonperishableAdj> <OffloadPerishableAtOriginAdj>0.0</OffloadPerishableAtOriginAdj> <OffloadPerishableAtCnxAdj>0.0</OffloadPerishableAtCnxAdj> <PartshipAdj>0.0</PartshipAdj> <PartshipOffloadNonPerishAdj>0.0</PartshipOffloadNonPerishAdj> <PartshipOffloadPerishAtOriginAdj>0.0</PartshipOffloadPerishAtOriginAdj> <PartshipOffloadPerishAtCnxAdj>0.0</PartshipOffloadPerishAtCnxAdj> <DensityAdj>0.0</DensityAdj> <HotDownlineAdj>0.0</HotDownlineAdj> <Field name="PRODUCT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">20000.0</ns:Double> </Field> <Field name="COMMODITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="ALLOC_TYPE" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_LOCK" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_PRIORITY_ALLOC" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SMALL_SHIPMENT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">40000.0</ns:Double> </Field> <Field name="SLA_PRIORITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="PRIORITY_TAG" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">CRITICAL</ns:String> </Field> </PriorityDetail> <ShipmentAvailable>false</ShipmentAvailable> <Cost>0.0</Cost> <MinimumRevenue>0.0</MinimumRevenue> <AdjustedBkgRevenue>0.0</AdjustedBkgRevenue> <AddedRemarks> <Remark>RM-internal booking key/version: 0/0</Remark> <Remark>Last Updated, GMT: 2018-08-02 19:06:32</Remark> <Remark>Last Updated, local: 2018-08-02 16:06:32</Remark> <Remark>Last Updated, local GMT offset (minutes): -180</Remark> <Remark>Last Updated in RM by: JBAEZ</Remark> <Remark>Channel code: CRNS</Remark> <Remark>Value-added product code: 200</Remark> <Remark>Campaign ID: LOOSE</Remark> <Remark>Is under allocation? false</Remark> </AddedRemarks> </Booking2> </ResponseContent> </Message> Thu 2018-08-02 15:06:40 bookingEvaluationRequest INFO **** RESPONSE XML after Bean Call : <Message serviceType="evaluateBooking" messageType="RESPONSE" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls"> <MessageOrigin> <RequestingStation>MIA</RequestingStation> <RequestingUserId>3512125</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <RequestingTTYAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <LocalDateTime GMTOffsetMinutes="0">2018-08-02 19:06:40</LocalDateTime> <GMTDateTime xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">2018-08-02 19:06:39</GMTDateTime> </MessageOrigin> <RequestContent xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>false</CheckCapacity> <CheckRate>false</CheckRate> <CheckUnderAllocation>true</CheckUnderAllocation> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>MIA</Location> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSER"> <TempOffloadCode>RB012</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>SJO</GoverningStation> <AwbId> <Prefix>1</Prefix> <Number>12255106</Number> </AwbId> <AwbOD> <OrigApt>SJO</OrigApt> <DestApt>DTW</DestApt> </AwbOD> <ProductCode>200</ProductCode> <VaProductCode>200</VaProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>165DFW</AgentCode> <Shipper> <AccountNbr>6177SJO</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177DTW</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>1126.0</Weight> <ChrgWeight>2164.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>11</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>84.0</Height> <Width>115.0</Width> <Length>122.0</Length> <Weight>106.73</Weight> <Volume>1.17818</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>L7</CarrierCode> <FlightNumber>1802</FlightNumber> <OrigApt>SJO</OrigApt> <DestApt>MIA</DestApt> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1174.0</TotalWeight> <TotalVolume>12.96</TotalVolume> <TotalPieceCount>11</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>AA</CarrierCode> <FlightNumber>1488</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>DTW</DestApt> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>1174.0</TotalWeight> <TotalVolume>12.96</TotalVolume> <TotalPieceCount>11</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.01</NetRate> <RateIdentifier>IS-2790452</RateIdentifier> <UseRateType>SPOT</UseRateType> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="Uplifting-Carrier" type="STRING"> <ns:String>LA</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>SJO</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>DTW</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>UPDATE_BOOKING</ns:String> </Field> <FUDOrigin>SJO</FUDOrigin> <FUDDestination>DTW</FUDDestination> </Booking2> </RequestContent> <ResponseContent> <ProcessingStatusCode>REJECT</ProcessingStatusCode> <ProcessingRemarks>VUELO NO PUEDE LLEVAR CARGA PORQUE ES DE TRASLADO - NO LEVANTAR ESTA RESTRICCION</ProcessingRemarks> <ProcessingRemarks>BOOKING: {Restriction Type=BOOKING, Owner Code=LA, Flight=1488, Frequency=1234567, Start Dt=2018-02-28, End Dt=2099-02-27, Severity Level Code=RESTRICTED}</ProcessingRemarks> <ReferQueueStation>MIA</ReferQueueStation> <ReferQueueNumber>10</ReferQueueNumber> <MessageSeqNo>0</MessageSeqNo> <EvaluationMode>REBOOKING</EvaluationMode> <ResponseOptions> <FFRProcessingInstruction> <ChangeTypeCode>CONTRACT_CHANGE</ChangeTypeCode> <Segment status="X"> <FlightSegmentId> <CarrierCode>L7</CarrierCode> <FlightNumber>1802</FlightNumber> <OrigApt>SJO</OrigApt> <DestApt>MIA</DestApt> <DepartureDate>2018-08-02</DepartureDate> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <ArrivalDate>2018-08-02</ArrivalDate> <AircraftType>76F</AircraftType> <ActualDepartureDate>2018-08-02</ActualDepartureDate> <ActualDepartureTime>546</ActualDepartureTime> <DepartureTime>05:46</DepartureTime> <ArrivalTime>10:33</ArrivalTime> </FlightSegmentId> <AWBPriority>20000</AWBPriority> <TotalWeight>1126.0</TotalWeight> <TotalVolume>12.96</TotalVolume> <TotalPieceCount>11</TotalPieceCount> </Segment> <Segment status="X"> <FlightSegmentId> <CarrierCode>XX</CarrierCode> <FlightNumber>0000</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>DTW</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-03</ArrivalDate> <AircraftType>320</AircraftType> <DepartureTime>00:00</DepartureTime> <ArrivalTime>00:01</ArrivalTime> </FlightSegmentId> <AWBPriority xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <TotalWeight>1126.0</TotalWeight> <TotalVolume>12.96</TotalVolume> <TotalPieceCount>11</TotalPieceCount> </Segment> </FFRProcessingInstruction> </ResponseOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" bookingContext="OFSER" generateDynamicQueueAddress="true" clearNotifications="false"> <BookingUnits> <UnitOfMeasure>C</UnitOfMeasure> <UnitOfVolume>MC</UnitOfVolume> <UnitOfWeight>K</UnitOfWeight> </BookingUnits> <GoverningStation>SJO</GoverningStation> <OriginalChannel>BKG</OriginalChannel> <AwbOwner>LA</AwbOwner> <BookingKey>0</BookingKey> <AwbId> <Prefix>1</Prefix> <Number>12255106</Number> </AwbId> <SpotBookingFlag>false</SpotBookingFlag> <PreRateFlag>false</PreRateFlag> <GoShow>false</GoShow> <edocUpload>false</edocUpload> <NoShow>false</NoShow> <LateShow>false</LateShow> <BackLog>false</BackLog> <ConsignmentReceipt>false</ConsignmentReceipt> <AwbOD> <OrigApt>SJO</OrigApt> <DestApt>DTW</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>SJO</OrigApt> <DestApt>DTW</DestApt> </AlternateRouteCriteria> <ProductCode>200</ProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>165DFW</AgentCode> <Payer> <AccountNbr>165DFW</AccountNbr> </Payer> <Shipper> <AccountNbr>6177SJO</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177DTW</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1" routeId="0"> <CommodityCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Pieces>1</Pieces> <nbrPiecesAccepted>0</nbrPiecesAccepted> <Weight>1126.0</Weight> <ChrgWeight>2164.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> <ShipmentDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Service xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <NatureAndQtyOfGoods xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <HarmonizedCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <CountryCode xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <Slac xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <GoodsConditionDesc xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <damagedPieces>0</damagedPieces> <DamagedPiecesRemarks xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </BookingLine> <Piece lineNumber="1" nbrPiecesAccepted="0" damagedPieces="0" damagedPiecesRemarks=""> <Quantity>11</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>84.0</Height> <Width>115.0</Width> <Length>122.0</Length> <Weight>106.73</Weight> <Volume>1.178</Volume> </Dimensions> </Piece> </Shipment> <Route> <MixedLoadIndicator>N</MixedLoadIndicator> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>L7</CarrierCode> <FlightNumber>1802</FlightNumber> <OrigApt>SJO</OrigApt> <DestApt>MIA</DestApt> <DepartureDate>2018-08-02</DepartureDate> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <ArrivalDate>2018-08-02</ArrivalDate> <AircraftType>76F</AircraftType> <ActualDepartureDate>2018-08-02</ActualDepartureDate> <ActualDepartureTime>546</ActualDepartureTime> <DepartureTime>05:46</DepartureTime> <ArrivalTime>10:33</ArrivalTime> </FlightSegmentId> <AWBPriority>120000.0</AWBPriority> <TotalWeight>1174.0</TotalWeight> <TotalVolume>12.96</TotalVolume> <TotalPieceCount>11</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> <Segment status="BCF" operationalHandoverFlag="false"> <ColoadFlag>false</ColoadFlag> <FlightSegmentId> <CarrierCode>AA</CarrierCode> <FlightNumber>1488</FlightNumber> <OrigApt>MIA</OrigApt> <DestApt>DTW</DestApt> <DepartureDate>2018-08-03</DepartureDate> <FlightDepartureDate>2018-08-03</FlightDepartureDate> <ArrivalDate>2018-08-04</ArrivalDate> <AircraftType>77F</AircraftType> <ActualDepartureDate>2018-08-03</ActualDepartureDate> <ActualDepartureTime>700</ActualDepartureTime> <DepartureTime>07:00</DepartureTime> <ArrivalTime>11:00</ArrivalTime> </FlightSegmentId> <TotalWeight>1174.0</TotalWeight> <TotalVolume>12.96</TotalVolume> <TotalPieceCount>11</TotalPieceCount> <Distance>0.0</Distance> <SegmentProrationFactor>0.0</SegmentProrationFactor> <SegmentRevenue>0.0</SegmentRevenue> </Segment> </Route> <Rate> <CurrencyCode>USD</CurrencyCode> <NetRevenue>21.64</NetRevenue> <NetChargeWgt>2164.0</NetChargeWgt> <NetRate>0.01</NetRate> <FuelSurcharge>0.0</FuelSurcharge> <OtherSurcharge>0.0</OtherSurcharge> <RateIdentifier>IS-2790452</RateIdentifier> <DimFactor xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <DimDivisorType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <ExternalRateType xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <AllRateInclusiveFlag>false</AllRateInclusiveFlag> </Rate> <Remarks/> <Field name="EVENT_TYPE" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">UPDATE_BOOKING</ns:String> </Field> <Field name="EVAL_FLAGS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">true/false/false/true/false/0/0/0/false/false</ns:String> </Field> <Field name="SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">NC</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">N</ns:String> </Field> <Field name="SLA_STATUS_DETAIL" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">FLIGHT:N/PATH:Y/ETA:N</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">SJO</ns:String> </Field> <Field name="Category" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">International</ns:String> </Field> <Field name="PROM_SLA_FLIGHT" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">L71802/OWN/SJO/MIA/02Aug2018///76F/N418LA/1</ns:String> </Field> <Field name="Uplifting-Carrier" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">LA</ns:String> </Field> <Field name="PREV_SLA_STATUS" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">C</ns:String> </Field> <Field name="CURR_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">04Aug2018/1100</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">DTW</ns:String> </Field> <Field name="PROM_SLA_ETA" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">05Aug2018/2331/360/30000/0</ns:String> </Field> <Field name="PROM_SLA_PATH" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">SJO/MIA/0</ns:String> </Field> <FUDOrigin>SJO</FUDOrigin> <FUDDestination>DTW</FUDDestination> <LastEvaluation> <Status>REJECT</Status> </LastEvaluation> <LastUpdatedStation>MIA</LastUpdatedStation> <Priority>120000.0</Priority> <PriorityDetail> <CustomerRateAdj>0.0</CustomerRateAdj> <CustomerCostAdj>0.0</CustomerCostAdj> <TransitAdj>0.0</TransitAdj> <OffloadNonperishableAdj>0.0</OffloadNonperishableAdj> <OffloadPerishableAtOriginAdj>0.0</OffloadPerishableAtOriginAdj> <OffloadPerishableAtCnxAdj>0.0</OffloadPerishableAtCnxAdj> <PartshipAdj>0.0</PartshipAdj> <PartshipOffloadNonPerishAdj>0.0</PartshipOffloadNonPerishAdj> <PartshipOffloadPerishAtOriginAdj>0.0</PartshipOffloadPerishAtOriginAdj> <PartshipOffloadPerishAtCnxAdj>0.0</PartshipOffloadPerishAtCnxAdj> <DensityAdj>0.0</DensityAdj> <HotDownlineAdj>0.0</HotDownlineAdj> <Field name="PRODUCT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">20000.0</ns:Double> </Field> <Field name="COMMODITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="ALLOC_TYPE" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_LOCK" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SALES_PRIORITY_ALLOC" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SMALL_SHIPMENT" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">0.0</ns:Double> </Field> <Field name="SLA_PRIORITY" type="DOUBLE"> <ns:Double xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">100000.0</ns:Double> </Field> <Field name="PRIORITY_TAG" type="STRING"> <ns:String xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011">CRITICAL</ns:String> </Field> </PriorityDetail> <ShipmentAvailable>false</ShipmentAvailable> <LastAcceptanceTime>2018-08-02 03:46</LastAcceptanceTime> <TimeOfAvailability>2018-08-04 11:00</TimeOfAvailability> <Cost>0.0</Cost> <MinimumRevenue>0.0</MinimumRevenue> <AdjustedBkgRevenue>21.64</AdjustedBkgRevenue> <AddedRemarks> <Remark>RM-internal booking key/version: 0/0</Remark> <Remark>Last Updated, GMT: 2018-08-02 19:06:39</Remark> <Remark>Last Updated, local: 2018-08-02 15:06:39</Remark> <Remark>Last Updated, local GMT offset (minutes): -240</Remark> <Remark>Last Updated in RM by: 3512125</Remark> <Remark>Channel code: BKG</Remark> <Remark>Value-added product code: 200</Remark> <Remark>Campaign ID: LOOSE</Remark> <Remark>Is under allocation? false</Remark> </AddedRemarks> </Booking2> </ResponseContent> </Message> Thu 2018-08-02 15:06:45 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>EZE</RequestingStation> <RequestingUserId>JBAEZ</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>CRNS</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-180">2018-08-02 16:06:45</LocalDateTime> <GMTDateTime>2018-08-02 19:06:45</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>true</CheckCapacity> <CheckRate>false</CheckRate> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>EZE</Location> <RerouteDetails> <ForceRerouting>true</ForceRerouting> <AlternateRouteCount>1</AlternateRouteCount> </RerouteDetails> <EvaluationFlagOverride>false</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>RS75</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>EZE</GoverningStation> <AwbId> <Prefix>45</Prefix> <Number>31656354</Number> </AwbId> <AwbOD> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> </AwbOD> <AlternateRouteCriteria> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <DepartureDateTime>2018-08-02 22:20</DepartureDateTime> <ArrivalDateTime>2018-08-06 23:59</ArrivalDateTime> </AlternateRouteCriteria> <ProductCode>200</ProductCode> <VaProductCode>200</VaProductCode> <CommodityCode>97</CommodityCode> <Customer knownShipper="true"> <AgentCode>1333BUE</AgentCode> <Shipper> <AccountNbr>6177EZE</AccountNbr> </Shipper> <Consignee> <AccountNbr>6177SCL</AccountNbr> </Consignee> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>400.0</Weight> <ChrgWeight>1122.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>1</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>140.0</Height> <Width>155.0</Width> <Length>310.0</Length> <Weight>580.0</Weight> <Volume>6.72</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>532</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>SCL</DestApt> <FlightDepartureDate>2018-08-02</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>Y</OffloadCode> <TotalWeight>580.0</TotalWeight> <TotalVolume>6.72</TotalVolume> <TotalPieceCount>1</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>0.4</NetRate> <RateIdentifier>SP-2780314</RateIdentifier> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-07-26 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> <UseRateType>SPOT</UseRateType> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>EZE</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>SCL</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>FEEDBACK_3</ns:String> </Field> <FUDOrigin>EZE</FUDOrigin> <FUDDestination>SCL</FUDDestination> </Booking2> </RequestContent> </Message> Thu 2018-08-02 15:06:47 bookingEvaluationRequest INFO REQUEST XML : <Message serviceType="evaluateBooking" messageType="REQUEST" xmlns="http://www.addval.com/cargobkg/publicapi/xbeans/bls" xmlns:ns="http://www.addval.com/utils/udf/xmlschema/2011"> <MessageOrigin> <RequestingStation>VCP</RequestingStation> <RequestingUserId>3811030</RequestingUserId> <RequestingUserInRole>true</RequestingUserInRole> <RequestingLNIATA>LAN</RequestingLNIATA> <RequestingChannelCode>BKG</RequestingChannelCode> <LocalDateTime GMTOffsetMinutes="-180">2018-08-02 16:06:47</LocalDateTime> <GMTDateTime>2018-08-02 19:06:47</GMTDateTime> </MessageOrigin> <RequestContent> <RequestOptions> <AvailableRouteParams> <CheckRestrictions>true</CheckRestrictions> <CheckCapacity>true</CheckCapacity> <CheckRate>true</CheckRate> <CheckUnderAllocation>true</CheckUnderAllocation> <ShipmentLoadType>LOOSE</ShipmentLoadType> <Location>VCP</Location> <EvaluationFlagOverride>true</EvaluationFlagOverride> </AvailableRouteParams> <EvaluatePartshipmentBooking>false</EvaluatePartshipmentBooking> </RequestOptions> <Booking2 isCancelled="false" docsEntry="false" isCoLoadMother="false" sendNotificationAtEvaluation="false" sendNotificationAtConfirmation="true" bookingContext="OFSAL"> <TempOffloadCode>RB001</TempOffloadCode> <SkipConnectionTimeCheck>false</SkipConnectionTimeCheck> <GoverningStation>VCP</GoverningStation> <AwbId> <Prefix>549</Prefix> <Number>25349516</Number> </AwbId> <AwbOD> <OrigApt>VCP</OrigApt> <DestApt>LIM</DestApt> </AwbOD> <ProductCode>200</ProductCode> <VaProductCode>200</VaProductCode> <CommodityCode>1</CommodityCode> <Customer> <AgentCode>11297SAO</AgentCode> <Shipper> <AccountNbr>11297SAO</AccountNbr> </Shipper> </Customer> <Shipment> <BookingLine lineNumber="1"> <Pieces>1</Pieces> <Weight>216.0</Weight> <ChrgWeight>216.0</ChrgWeight> <ShipmentDtl>D</ShipmentDtl> </BookingLine> <Piece lineNumber="1"> <Quantity>12</Quantity> <Dimensions unitOfMeasure="C" unitOfWeight="K" unitOfVolume="MC"> <Height>58.0</Height> <Width>15.0</Width> <Length>38.0</Length> <Weight>18.0</Weight> <Volume>0.0325</Volume> </Dimensions> </Piece> </Shipment> <Route> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>M3</CarrierCode> <FlightNumber>8490</FlightNumber> <OrigApt>VCP</OrigApt> <DestApt>EZE</DestApt> <FlightDepartureDate>2018-08-06</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>216.0</TotalWeight> <TotalVolume>0.39</TotalVolume> <TotalPieceCount>12</TotalPieceCount> </Segment> <Segment status="BCF"> <FlightSegmentId> <CarrierCode>LA</CarrierCode> <FlightNumber>2428</FlightNumber> <OrigApt>EZE</OrigApt> <DestApt>LIM</DestApt> <FlightDepartureDate>2018-08-07</FlightDepartureDate> <OwnerResponsible>true</OwnerResponsible> </FlightSegmentId> <OffloadCode>N</OffloadCode> <TotalWeight>216.0</TotalWeight> <TotalVolume>0.39</TotalVolume> <TotalPieceCount>12</TotalPieceCount> </Segment> </Route> <Rate isExternallyAutoRated="true"> <CurrencyCode>USD</CurrencyCode> <NetRate>1.7</NetRate> <Rating ratingMode="MANUAL"> <RequestType>BOOKING</RequestType> <ExecutionDate>2018-08-03 00:00:00</ExecutionDate> <WtUnit>K</WtUnit> <VolUnit>MC</VolUnit> </Rating> </Rate> <Field name="Category" type="STRING"> <ns:String>International</ns:String> </Field> <Field name="OWNER_ORIGIN" type="STRING"> <ns:String>VCP</ns:String> </Field> <Field name="OWNER_DESTINATION" type="STRING"> <ns:String>LIM</ns:String> </Field> <Field name="SALES_LOCK" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="SALES_PRIORITY_ALLOC" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="PARTIAL_SHIPMENT_AUTH" type="STRING"> <ns:String>N</ns:String> </Field> <Field name="EVENT_TYPE" type="STRING"> <ns:String>UPDATE_BOOKING</ns:String> </Field> <FUDOrigin>VCP</FUDOrigin> <FUDDestination>LIM</FUDDestination> </Booking2> </RequestContent> </Message>
Message Log
2018-08-13T18:06:44.000Z
\w{13}\s(.*?)\.
Baker Mayfield has apologized to Daniel Jones. That’s good. Let’s hope that Mayfield also apologized to Lincoln Riley and Joe Castiglione. Mayfield made news this week when GQ magazine published an interview with Mayfield in which the Cleveland Browns quarterback ripped the New York Giants for drafting quarterback Daniel Jones and said his 2017 flag-planting at Ohio State was coerced by OU officials. There comes a time when young men need to grow up, and for Mayfield, that time is now. Or last year, when the Browns made him the face of their beleaguered franchise. Being interesting is good. Being provocative is OK. Being a rascal who makes enemies is silly in the hardened world of pro football. After OU won 31-16 at Ohio State on September 9, 2017, Mayfield famously planted a Sooner flag on the Ohio Stadium turf. He issued an apology a few days later – which frankly, in Mayfield’s defense, wasn’t necessary. Who cares, so long as Mayfield didn’t damage any Buckeye facilities and didn’t instigate any conflicts with fans or players? I always thought too much was made of the Oklahoma tradition of stakes-claiming, which goes back to the Land Run and is replicated in the Cotton Bowl when OU happens to beat Texas. But still, it became a big deal, OU officials – I assume athletic director Castiglione and perhaps then-president David Boren – thought an apology was in order, maybe for public relations reasons only, so Mayfield issued one. Then a few days later, Riley said that the apology was Mayfield’s idea. Maybe it wasn’t, maybe it was. Probably wasn’t, knowing Mayfield. So Riley very well could have been lying, which is a good lesson for Riley but sort of beside the point on this discussion. Riley stuck up for Mayfield. Always did, really, even after that notorious crotch-grabbing incident at Kansas later in the season. Fast forward two years, and Mayfield says that Riley was not telling the truth. Mayfield told GQ that on a scale of 1-10, his apology was “zero” heartfelt. “Zero. Absolutely not … It was an emotional game, and so after the game, I did not mean for it to be disrespectful toward any Ohio State people at all, especially not the team or the players. They’re a great team, a great program, so I didn’t mean for it to be disrespectful at all. “We do the flag thing at OU-Texas, so it was something I got caught up in. Yeah, it should’ve been something I did in the locker room. I apologize for doing it in the middle of the field.” But Mayfield doubled down on criticizing the people who supported him at OU. The people who let him get away with a one-series suspension for the West Virginia game, after the debacle at Kansas, instead of a one-game suspension that would have been the more effective discipline. “I had done so much and worked so hard to play for that school, I was just kinda ... almost embarrassed for them to tell me to apologize,” Mayfield said, according to GQ. That’s uncool. Throwing Riley and Joe C. under the bus, after both stood by Mayfield, shows a major immaturity streak in Mayfield. A really good followup question for Mayfield today is how heartfelt his apology was to Jones, the New York Giants rookie quarterback. Mayfield called Jones this week to say sorry for the things printed in GQ. “I cannot believe the Giants took Daniel Jones,” Mayfield said in the magazine. “Blows my mind … some people overthink it. That's where people go wrong. They forget you've gotta win. Either you have a history of winning and being that guy for your team or you don't.” Jones played at Duke, which had a 17-19 record with Jones at quarterback. Of course, 17-19 at Duke might be comparable to 34-6 at Oklahoma. John Elway had a losing record at Stanford. Perhaps in a self-survival move, Mayfield retreated quickly from his Jones comments, writing on Instagram that his words were taken out of context and claiming the media will do anything for internet clicks. Still, it’s hard to see how “blows my mind” could be taken out of context. It’s also ironic that Mayfield, who has begat a cottage industry of playing with a chip on his shoulder, would rip a quarterback who was not highly-acclaimed. Mayfield famously went to both Texas Tech and OU without so much as a scholarship. Mayfield has used that lack of belief by the football community – the great football state of Texas failed to recognize the talent that was right under its nose – as motivational fuel for years. And now here comes Mayfield, saying that his mind is blown because the Giants drafted Jones higher than the experts figured he would go. Quite disingenuous. It’s the second time Mayfield has run afoul of the New York football Giants. Mayfield ripped the Giant fan base after Cleveland acquired controversial receiver Odell Beckham Jr. Mayfield might be wary of frontier justice. The Browns and Giants play in 2020. NFL defenders have long memories. But the bigger issue is Mayfield’s leadership. We all admire players who aren't cardboard cutouts, players who actually say what’s on their mind instead of regurgitated comments that don’t mean anything. But Mayfield’s loose lips are not befitting an NFL quarterback leading a franchise. You can be frank without being provocative. Interesting without being incinerating. It’s time for Mayfield to grow up.
riley 3
2019-08-22T21:01:18.000Z
Regular expression to test the validité of a basic website address having the format. http://www.anyadress.domain the domain being 2-3 caracteres
^http:\/\/www.+[a-zA-Z0-9]\.[a-z]{2,3}$
http://www.google.com http://www.google.be http://www.google.drvff http://www.com http://www.com.dd
2.Expression régulier: Test lien siteweb
2015-10-14T07:57:29.000Z
^07
07720772093
Replace 07 with international UK
2015-09-14T12:13:38.000Z
Used for replace words from .pdl
([^.\w])(word)([^.\w])
Pinguino regex
2015-03-13T04:58:07.000Z
[^\/]+(?=\/$|$)
googleads.g.doubleclick.net/viewthroughconversion/pagead/viewthroughconversion/333/abc.beta-1234.js
2
2019-07-15T06:05:34.000Z
Want to find and select all text to the end of each line that occures after a certain char (eg after "##").
\##(.*)
If one examines post cultural deappropriation, one is faced with a choice: either reject post dialectic discourse or conclude that culture has significance. Thus, the subject is interpolated into a capitalist narrative that includes language as a totality. Hanfkopf[2] suggests that we have to choose between post cultural deappropriation and subtextual deconstruction. ## tesatsa asd fas ## asfsa asdlfk as # asd f In the works of Madonna, a predominant concept is the concept of capitalist truth. In a sense, an abundance of theories concerning the role of the poet as writer exist. If post dialectic discourse holds, we have to choose between the cultural paradigm of context and the poststructural paradigm of discourse. The main theme of the works of Madonna is not appropriation, but sub appropriation. However, the subject is contextualized into a post cultural deappropriation that includes language as a whole. Bailey[3] implies that we have to choose between post dialectic discourse and Lyotardist narrative. “Sexual identity is part of the genre of art,” says Derrida; however, according to Dahmus[4] , it is not so much sexual identity that is part of the genre of art, but rather the economy, and some would say the failure, of sexual identity. But a number of theories concerning the cultural paradigm of context may be revealed. The premise of post cultural deappropriation suggests that the media is intrinsically responsible for class divisions. The primary theme of Long’s[5] analysis of dialectic sublimation is a mythopoetical totality. However, if post cultural deappropriation holds, we have to choose between post dialectic discourse and the neocultural paradigm of context. The characteristic theme of the works of Burroughs is not narrative, as Lacan would have it, but sub narrative. “Society is used in the service of the status quo,” says Sontag; however, according to Finnis[6] , it is not so much society that is used in the service of the status quo, but rather the paradigm, and hence the fatal flaw, of society. Thus, Baudrillard promotes the use of the cultural paradigm of context to attack capitalism. In The Ticket that Exploded, Burroughs examines post cultural deappropriation; in The Last Words of Dutch Schultz, although, he reiterates neoconceptualist discourse. In a sense, the subject is interpolated into a cultural paradigm of context that includes narrativity as a paradox. Debora uses the term ‘post dialectic discourse’ to denote a self-falsifying whole. But Marx suggests the use of Debordist situation to read sexual identity. Leotard uses the term ‘post cultural deappropriation’ to denote the role of the artist as observer. In a sense, the stasis, and some would say the fatal flaw, of the cultural paradigm of context prevalent in Burroughs’s Queer is also evident in The Ticket that Exploded, although in a more textual sense. An abundance of deconstructions concerning the rubicon, and therefore the failure, of subcultural class exist. Therefore, the main theme of de Selby’s[7] critique of post dialectic discourse is a mythopoetical totality. In Four Rooms, Tarantino analyses post cultural deappropriation; in Pulp Fiction, however, he examines the semanticist paradigm of narrative. But a number of sublimations concerning post cultural deappropriation may be found. The primary theme of the works of Tarantino is the common ground between society and sexual identity. However, Foucault uses the term ‘post dialectic discourse’ to denote not, in fact, theory, but pre theory. Leotard promotes the use of Foucaultist power relations to challenge class divisions.
select all chars after a certain char
2016-08-14T13:08:09.000Z
regex
test
2014-04-28T17:09:44.000Z
^(?!.*(DE|AT|BE|BG|HR|DK|ES|EE|FI|FR|GR|HU|IE|IT|LT|LV|LU|NO|NL|PL|PT|CZ|RO|GB|SM|SK|SI|SE|CH )).*$
BE RU FR
Not start with stringss
2019-03-04T15:03:15.000Z
Use this with Discord automod. Bear in mind, this is "Strict" because it will block discord.gg/myad AND other links such as dsc.gg/myad
\.gg/\S.*
discord.gg/annoyingadvertisingte
Discord AutoMod Advert (Strict)
2023-12-17T01:36:47.000Z
(2019\/10\/|2019\/11\/|2019\/12\/|2019-10-|2019-11-|2019-12-)
2019/11/25 2018-12-01 2019/08/10 2018/10/02
Datum
2020-11-27T08:51:40.000Z
\b[A-Z]{2}[a-zA-Z0-9]{6}\b
CS0d0000 AB123645 AB1234567 Juliana Emanuela da Luz Souza portadora do CPF 008.543.213-30, recebe um salário de 1500,30 reais. Atualmente mora na Avenida dos logradouros 467 número 14, São Leopoldo e, por 40 horas é empregada na empresa Cristal Serrano com o CNPJ 13.123.321/4133-44. De acordo com o seu cadastro, possui o seguinte telefone de contato +55 (54) 99166-6508. Conforme vem a solicitar a Receita Federal é indicado que por meio deste documento disposto para o contribuinte de RG 183654527, uma multa no valor de 54 dólares seja cobrada por não possuir a CNH de número 10234556378 e carteira de trabalho 123 45678 91 0 validadas de acordo com a lei atribuída na tribuna com o endereço Avenida Júlio de Castilhos número 45000. Conforme sentenciado pelo juiz Carlos Romano de Freitas Pereira da Silva. As informações do indivíduo estão dispostas no email [email protected]. Para fazer acesso ao email é necessário configurar o computador com que fique com o IPV4 utilizado seja 112.128.52.10 e o IPV6 deve ser 2001:ca8:0:1fe1::200. Para acessar a conta é necessário que o contribuinte utilize o número disposto na carteira de trabalho sendo esta 123.45678.91-0 e o número do passaporte sendo este CS123456. É importante que o usuário comprove os dados utilizando o número do título de eleitor 1234 5678 9101. O valor final que deverá ser pago deve corresponder a um valor simbólico de 7.891,12 brl. É Importante destacar a necessidade de mostrar o RG 123456789 e a CNH 12345678910.
Passport
2021-03-02T22:01:26.000Z
A fully tested regex that extracts and validates date parts using named capturing groups. \ **Validations:** - Year must be preceded by nothing or a non-digit character - Year must have 4 digits - Month must be between 01 and 12 - Month must have 2 digits - Day must be between 01 and the maximum number of days for the month (e.g. february can't have more than 29 days) - Day must have 2 digits - Day must be followed by nothing or a non-digit character - Separator must be any single character that is not a space or an alphanumeric character - Separator must be the same between each date part \ **Capturing groups:** ```plain | # | Name | Description | |:-:|:-------:|-------------------------------------| | 1 | `year` | 4 digits of the year | | 2 | `sep` | Date parts separator | | 3 | `month` | 2 digits of the month | | 4 | `day` | 2 digits of the date (day of month) | ``` \ **Example usage:** ```js let match = regex.exec('2020-11-22') console.log('year: %s, month: %s, day: %s', match.groups.year, match.groups.month, match.groups.day) // year: 2020, month: 11, day: 22 ``` \ **Compatibility:** _(updated 2020-11-20)_ - Chrome >= 64 - Edge >= 79 - Firefox >= 78 - IE incompatible (lookbehind assertions & named capture groups not supported) - Opera >= 51 - Safari incompatible (lookbehind assertions not supported) - NodeJS >= 10.0.0 See [regex compatibility table](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#Browser_compatibility). \ _**Note:** does not validate leap years (not really possible in regex)_
(?<=\D|^)(?<year>\d{4})(?<sep>[^\w\s])(?<month>1[0-2]|0[1-9])\k<sep>(?<day>0[1-9]|[12][0-9]|(?<=11\k<sep>|[^1][4-9]\k<sep>)30|(?<=1[02]\k<sep>|[^1][13578]\k<sep>)3[01])(?=\D|$)
2020-01-01 2020-01-31 2020-02-29 2020-03-31 2020-04-30 2020-05-31 2020-06-30 2020-07-31 2020-08-31 2020-09-30 2020-10-31 2020-11-30 2020-12-31 2020-01-01 00:00:00,000 2020-01-01_00:00:00,000 2020-01-01-00:00:00,000 2020-01-01T00:00:00,000 2222-01-01 2222/11/22 2222.11.22 // Invalid dates 2020-00-01 2020-01-00 000-01-01 222-01-01 2020-1-1 2020-1-01 2020-01-1 2020-22-01 2020-01-33 2020-01-32 2020-02-30 2020-03-32 2020-04-31 2020-05-32 2020-06-31 2020-07-32 2020-08-32 2020-09-31 2020-10-32 2020-11-31 2020-12-32 a222-01-01 2a22-01-01 22a2-01-01 222a-01-01 2222-a1-01 2222-0a-01 2222-1a-01 2222-01-a1 2222-01-0a 2222-01-1a
Date - Extract & Validate - Fully tested - Format YYYY-MM-DD (dynamic parts separator / can use a different separator)
2020-11-20T19:31:04.000Z
change FR to fit email message file template
(.+:)\s*\[(.+)\]\s*\n
Sample Collection Date: [LL4HEMDT] White blood cell count:[LL4WBRES] Hemoglobin: [LL4HGRES] Hematocrit: [LL4HMRES] Red blood cell count: [LL4RBRES] Platelets: [LL4PLRES] Neutrophils: [LL4ANRES] Lymphocytes: [LL4LCRES] Monocytes: [LL4MORES] Basophils: [LL4BARES] Eosinophils: [LL4ECRES] Immature granulocyte: [LL4IGRES] Mean corpuscular volume: [LL4MVRES] Mean corpuscular hemoglobin: [LL4MHRES] Mean corpuscular hemoglobin concentration: [LL4MCRES] Red cell distribution width: [LL4RDRES] Sample Collection Date: [LL4CGBDT] Prothrombin time: [LL4PTRES] Partial thromboplastic time: [LL4PRRES] International normalized ratio: [LL4NRRES]
FR to Email message file
2016-08-10T15:10:37.000Z
Format broja za Balkan
^[0-9]\d{2}\/\d{3}-\d{3}
000/333-444
Telefonski broj EastEurope
2016-09-04T08:01:12.000Z
finding directories w/ donotbackup
.*donotbackup.*
donotbackup test_donotbackup donotbackup_test test_donotbackup_test TEST_DONOTBACKUP_TEST
donotbackup
2014-11-06T21:21:02.000Z
(\d*[.]?\d*) fps
Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 1256x1028, 12567 kb/s, SAR 1:1 DAR 314:257, 32.2 fps, 60 tbr, 6k tbn, 50 tbc (default)
Find a floating point number followed by 'fps'
2015-10-25T22:16:33.000Z
.*(\?example=.+?)(\?.*)
http://ikmultimedia.com http://www.ikmultimedia.com http://somethingelse.net?example=50?whatever=false http://www.test.com?firstquery=dog?example=cat
Capture query test
2017-04-11T15:28:11.000Z
Extract a url from <braces> as string
\<((?:(?!\>).)+)
<https://api.github.com/repositories/2164979/issues?page=2>; rel=\"next\", <https://api.github.com/repositories/2164979/issues?page=6>; rel=\"last\"
Extract url from code braces
2015-09-02T10:00:09.000Z
\s*<div\sid=\"feature-bullets[\s\S]*?(<li>\s*[\s\S]*?[\s]+<\/ul>)
<div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small"> <ul class="a-unordered-list a-vertical a-spacing-none"> <div id="hsx-rpp-bullet-fits-message" class="aok-hidden"> <div class="a-box a-alert-inline a-alert-inline-success hsx-rpp-fitment-bullets"><div class="a-box-inner a-alert-container"><i class="a-icon a-icon-alert"></i><div class="a-alert-content"> This fits your&nbsp;<span class="hsx-rpp-bullet-model-info"></span>. </div></div></div> </div> <li id="replacementPartsFitmentBullet" data-doesntfitmessage="We're not sure this item fits your " data-fitsmessage="This fits your " class="aok-hidden"><span class="a-list-item"> <span id="replacementPartsFitmentBulletInner"> <a class="a-link-normal hsx-rpp-fitment-focus" href="#">Make sure this fits</a> <span>by entering your model number.</span> </span> </span></li> <script type="text/javascript"> P.when("ReplacementPartsBulletLoader").execute(function(module){ module.initializeDPX(); }) </script> <li><span class="a-list-item"> Precision ground up-cut spiral design </span></li> <li><span class="a-list-item"> M2 high speed steel runs cooler, lasts longer </span></li> <li><span class="a-list-item"> Includes sizes 1/4" x 3", 1/2" x 3-1/4" and 3/8" x 3" </span></li> <li><span class="a-list-item"> 1/4" shank; </span></li> </ul> <!-- Loading EDP related metadata --> <span class="edp-feature-declaration" data-edp-feature-name="featurebullets" data-edp-asin="B006ZBADNW" data-data-hash="2400652208" data-defects="[{&quot;id&quot;:&quot;defect-mismatch-info&quot;,&quot;value&quot;:&quot;Different from product&quot;},{&quot;id&quot;:&quot;defect-missing-information&quot;,&quot;value&quot;:&quot;Missing information&quot;},{&quot;id&quot;:&quot;defect-unessential-info&quot;,&quot;value&quot;:&quot;Unimportant information&quot;},{&quot;id&quot;:&quot;defect-other-productinfo-issue&quot;,&quot;value&quot;:&quot;Other&quot;}]" data-metadata="CATALOG" data-feature-container-id="" data-custom-event-handler="" data-display-name="Bullet Points" data-edit-data-state="featureBulletsEDPEditData" data-position="" data-resolver="CQResolver"></span> <span class="caretnext">›</span> <a id="seeMoreDetailsLink" class="a-link-normal" href="#productDetails">See more product details</a> </div>
STANDARD BULLETS V1
2019-01-06T22:40:41.000Z
\/\/.*$
var ExecutionScript = (function () { function ExecutionScript() { } ExecutionScript.prototype.RemoveSchemes = function (e) { var _this = this; debugger; return new Promise(function (resolve, reject) { return __awaiter(_this, void 0, void 0, function () { var selectedRole, currentSchemes, schemesToRemove, tempSchemes, filteredSchemes, _loop_1, newSchemes, _i, schemesToRemove_1, selectedScheme, _a, _b, scheme_1, newSchemes, _c, newSchemes_1, s; return __generator(this, function (_d) { switch (_d.label) { case 0://test selectedRole = e.data.Role_Variable.currentItem.Role.currentItem; currentSchemes = selectedRole.Scheme.value; schemesToRemove = e.plugins.Schemes_From_Data_Grid.SelectedItems; tempSchemes = e.data.Temp_Role_Variable.currentItem.Scheme; _loop_1 = function (selectedScheme) { var _i, filteredSchemes_1, scheme, _a, newSchemes_2, s; return __generator(this, function (_b) { switch (_b.label) { case 0: filteredSchemes = currentSchemes.filter(function (scheme) { return scheme.ID !== selectedScheme.ID; }); _i = 0, filteredSchemes_1 = filteredSchemes; _b.label = 1;/* * testing multline comment */case 1: if (!(_i < filteredSchemes_1.length)) return [3 /*break*/, 4]; scheme = filteredSchemes_1[_i];/* * testing multline comment */ return [4 /*yield*/, tempSchemes.create(1, false, e.data.Temp_Role_Variable.currentItem)]; case 2: /* * testing multline comment */ newSchemes = _b.sent(); for (_a = 0, newSchemes_2 = newSchemes; _a < newSchemes_2.length; _a++) { s = newSchemes_2[_a]; s.Active = scheme.Active; s.Description = scheme.Description; s.DisplayName = scheme.DisplayName; s.Name = scheme.Name; s.Role = scheme.Role; s.SchemeId = scheme.SchemeId; } debugger; tempSchemes.addItems(newSchemes); _b.label = 3; case 3:// _i++; return [3 /*break*/, 1]; case 4: return [2 /*return*/]; } }); };// _i = 0, schemesToRemove_1 = schemesToRemove; _d.label = 1; case 1: if (!(_i < schemesToRemove_1.length)) return [3 /*break*/, 4]; selectedScheme = schemesToRemove_1[_i]; return [5 /*yield**/, _loop_1(selectedScheme)]; case 2: _d.sent(); _d.label = 3; case 3: _i++; return [3 /*break*/, 1]; case 4: // } selectedRole.Scheme.clear(); _a = 0, _b = tempSchemes.value; _d.label = 5; case 5: if (!(_a < _b.length)) return [3 /*break*/, 8]; scheme_1 = _b[_a]; return [4 /*yield*/, selectedRole.Scheme.create(1, false, e.data.Role_Variable.currentItem)]; case 6: newSchemes = _d.sent(); for (_c = 0, newSchemes_1 = newSchemes; _c < newSchemes_1.length; _c++) { s = newSchemes_1[_c]; s.Active = scheme_1.Active; s.Description = scheme_1.Description; s.DisplayName = scheme_1.DisplayName; s.Name = scheme_1.Name; s.Role = scheme_1.Role; s.SchemeId = scheme_1.SchemeId; } selectedRole.Scheme.addItems(newSchemes); _d.label = 7; case 7: _a++; return [3 /*break*/, 5]; case 8: e.data.Role_Variable.currentItem; selectedRole.ConfiguredStatus = 'Complete'; resolve(); return [2 /*return*/]; } }); }); }); }; ExecutionScript.prototype.S_On_Previous = function (e) { e.data.currentUser.currentItem.Role.clear(); }; return ExecutionScript; }());
Single line comment removal for JS
2019-01-09T08:36:50.000Z
Write a regular expression to find all words which have the first two characters of "ab", and after that at some point EITHER a "z" or a "y", and then after that at some point an "s". The "s" does not have to be at the end of the word. So the following words are all examples of words which you should be able to find (although there are many more words which match which are not listed here):
^ab.*[zy].*s
abrazos abyes abys abysm abysmal abysmally abysms free friday smelly Write a regular expression to find all words which have the first two characters of "ab", and after that at some point EITHER a "z" or a "y", and then after that at some point an "s". The "s" does not have to be at the end of the word. So the following words are all examples of words which you should be able to find (although there are many more words which match which are not listed here):
Find all words which have 2 characters, then EITHER OR then POINTER
2019-11-05T19:17:40.000Z
+ C:/path + \\?\C:[\/]path + /path + ~/path
^((?:~?\/)|(?:(?:\\\\\?\\)?[a-zA-Z]+\:))(?:\/?(.*))?$
\\?\ss:/sdfds/sdfsdf/sdfdsf
Local path
2018-09-22T22:08:51.000Z
^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
IPv4 validation
2019-08-19T15:57:04.000Z
(?P<dd>\d{1,2})(?P<sep>[\/.-]{1})(?P<mm>\d{1,2})(?P=sep)(?P<yy>\d{2,4})
data: 12/11/2011
$DMY
2018-02-27T12:12:26.000Z
^(?:(?:(?:0?[13578]|1[02])(\/|-|\.)31)\1|(?:(?:0?[1,3-9]|1[0-2])(\/?|-|\.)(?:29|30)\2))(?:(?:1[6-9]|[2-9]\d)?\d{2})$|^(?:(?:0?2)(\/?|-|\.)(?:29)\3(?:(?:(?:1[6-9]|[2-9]\d)?(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00))))$|^(?:(?:0?[1-9])|(?:1[0-2]))(\/?|-|\.)(?:0?[1-9]|1\d|2[0-8])\4(?:(?:1[6-9]|[2-9]\d)?\d{2})$
12/01/1986 02/29/2016 02/29/2015 13/31/1986 12/31/1980 1/32/2015 1/31/2015 01012016 01/01/2016 1/1/2016 1/1/16 01/01/16 01-01-2016 1-1-2016 1-1-16 01-01-16
Date Validation
2015-08-12T19:23:10.000Z
(?:^(?:[^|]*\|){7}\s)?([^=]+)=((?:\\\\=|[^=])+)(?:\s|$)
eventId=621 externalId=7B48F50417A7455B9A2C1596B3C35AD3 start=1396040742441 end=1396040742443 catdt=Network-based IDS/IPS art=1396041080694 deviceSeverity=10 rt=1396041064361 dhost=ILOD-7VWN4M1 dst=10.20.103.36 destinationZoneURI=/All Zones/ArcSight System/Private Address Space Zones/RFC1918: 10.0.0.0-10.255.255.255 duser=Sim809 dproc=C:/Program Files (x86)/Microsoft Office/Office14/WINWORD.EXE filePath=E:/PARA 304 Pre-Trial Litigation/~WRD2772.tmp fsize=0 cs1=Log files written to USB drives | Log writing to USB drives flexString1=Site PRDMWWVSEPCON01 flexString2=Behavior cs1Label=Rule Name flexString1Label=Sep Site flexString2Label=Table ahost=prdjcapauacol02.associateaux.local agt=10.127.161.121 agentZoneURI=/All Zones/ArcSight System/Private Address Space Zones/RFC1918: 10.0.0.0-10.255.255.255 av=6.0.6.6865.0 atz=America/New_York aid=3gE+HCkUBABDhUsTXWORqkQ\\=\\= at=flexmulti_db dtz=America/New_York _cefVer=0.1 ad.USN.l=24433421 ad.GROUP__ID.c=D25FA45B0A6C6585003891A1914F817E ad.ACTION__TYPE.i=0 ad.SEND__SNMP__TRAP.i=0 ad.SITE__ID.c=2E3D68EF0A75961000FEAE1DA37518DA ad.EVENT__TIME.l=1396040806566 ad.ALERT.l=0 ad.PARAM__DEVICE__ID=USBSTOR\\\\Disk&Ven_Generic&Prod_Flash_Disk&Rev_8.07\\\\D6CC8E8A&0 ad.HARDWARE__KEY.c=E0B36DF9F91D7648753022D74006E1D1 ad.SERVER__ID.c=480FA3CE0A759610009ADF490BB8CBF3 ad.COMPUTER__ID.c=A7F4EE620A86644B00793AD899D78878 ad.CALLER__PROCESS__ID.l=28612 ad.AGENT__ID.c=7FF540280A86644B00793AD85F2B4CAB ad.ACTION.l=3 ad.DOMAIN__ID.c=C03FE8790A86644B00BA689B2F82C09B ad.VAPI__NAME=File Write
CEF Pipe and Space Delimited Data
2014-04-07T22:20:43.000Z
justtesting<script>
<script>
b<script>
justtesting<script>
2016-09-25T12:47:52.000Z
Curso de Expresiones Regulares: Meta Caracteres
.
Lorem ipsúm dolor sit amet, sóleat coñsetetur et nam, vocibus convenire an vis. ¿Nostrum mediócritatem hís cu? Lobortis vítuperata has ñe. ¡Vis ex mágna summo coñsequat, mándamus mediocrem repudiare ut méa, ne eám sempér melius! ¿Ullúm debitis ut duo? Cu vídit sigñiferúmque vel, quo ex simul facilís, mea ridens maiorum ad. Unum vero at his. Numquam habemús medíocrem pri et, pró erroribús incorrupte ad, debet menandri incidérint eos at. Mazim ígnota cu mel, elit facilis at nec. Pro ea libris numquám, ñullám veritus accommodaré eú eos.
Meta Characters
2018-08-23T02:23:40.000Z
^([1-9]|[1-2][\d]|3[0-2])$
33
Number 1 to 32 only
2016-05-11T08:25:00.000Z
parse youku video id
(https?:\/\/)?(v|player)\.youku\.com\/(v_show|player\.php|embed)(\/sid)?\/(id_)?(\w+)|(\w+)
http://v.youku.com/v_show/id_XMTMwMDYxMjQxMg==_ev_1.html?from=y1.3-idx-uhome-1519-20887.205805-205902.1-1 http://v.youku.com/v_show/id_XMjMxOTQyOTQw.html?from=y1.6-97.3.1.a44aa406e0c711df97c0 http://v.youku.com/v_show/id_XMTI5Mjg5NjE4MA==.html?from=y1.3-idx-uhome-1519-20887.205921-205922-205810-205923.1-1 http://v.youku.com/v_show/id_XMTI5Mjg5NjE4MA==.html http://player.youku.com/player.php/sid/XMTI5Mjg5NjE4MA==/v.swf http://player.youku.com/player.php/sid/XMTI5Mjg5NjE4MA==/v.swf http://player.youku.com/embed/XMTI5Mjg5NjE4MA==
youku
2015-08-04T08:10:14.000Z
\B(?=(\d{3})+(?!\d))
Match each 3 number
2016-01-19T11:21:52.000Z
A regex to find valid markdown images
(?:[^!]\[(?P<caption>.*?)\])\((?P<image>.*?)\)
This is a regex to detect markdown image links of the form ![image caption](image URL) ![Caption.](image.png){#fig:id} ![Caption.](image.png){#fig:id tag="B.1"} ![This is a sample image representing the VOD curve of a packaged Watergel explosive.](../assets/1v6C9yek3pHsXSeOlR4glzDMkFqFHizR6VXr79tEOnY=.png){#fig:ch0_1_images-1 width=100%} ![](../../assets/E5WnRoSH_Dqrzl8f5_ZJ9AjWc-53BgiBqD_xTqEp6pM=.png) ![](../../assets/l2mxAo3IR1dc3Wrgt7Ulqhcm_8nwqFw5UY7pUI3X0oI=.png) ![](../../assets/Y7jjv0ceQH5Ew5O32U2Z_N7ARBfKn2FnHnUoUt_DYbA=.png) ![](../../assets/eOvy-JcdA7pjoDJS4rIgG5RgDfYJ4PY11Owbgy5DHWM=.png) ![](../../assets/XwMrG0o__iLF5nStoSPUuJ81ffxafRBWAVnEcGo10Yo=.png) ![](../../assets/AfHKsc518nK6Ew2MHJt96lJMkTiVAyIiuva6L-lRQaQ=.png) ![](../../assets/JyDHFl6DyL1mw5EI-pSb9ssNzmbsEaSPQn5AOiZqeiM=.png) ![](../../assets/BYGvFWn41qFZuU3C7Jyd1uHjs8Cib8eEJod0sIze9S0=.png) ![](../../assets/77U97Em8AN06LCGVxH6UQ_Lh3OZkNsJRkMZY1nBMVrA=.png) ![](../../assets/iPkPth_Vh_wSgeD0wqxlctDyDEmgHfYuhTqBQE6mynI=.png) ![](../../assets/h57_b4_XeFd5SR1iYLu9WsYNy_n8sM6rPbQdGephk1c=.png) ![](../../assets/u8Y_44VG3-pD8fweuazkSN9fflhJfgCqOtc2ooP2sVM=.png) ![](../../assets/dc-ExOEXIWnH0qwVHTSNmFljUwyKS0xeEYFxS98ZEYg=.png) ![](../../assets/nJZLBZEOCiOT2P1F2c5mVQZrCrIJB5i1EnRgT767WWo=.png) ![](../../assets/ilG_dm7Lr3315RFsUdJCW7tkJbTZlnmV_NNKFBDeyxc=.png) ![](../../assets/1v6C9yek3pHsXSeOlR4glzDMkFqFHizR6VXr79tEOnY=.png) ![](../../assets/Bw1eWhlyutzMa8Eg94-VnSk_TsffrBLeoZKWySkMwIw=.png) ![](../../assets/9RIkA4mInkKNSIxMi7ctUozBJPUqlHPugIfG2yr37Co=.png) ![Hyperbola](../../assets/300px-Hyperbola_properties.svg.png) ![Hyperbola](../../assets/HyperbolaAnatomyLeft.png) ![Hyperbola](../../assets/HyperbolaAnatomyRight.png) ![](../../assets/IsXLnPl1wKraeLnryg2rOxtYdGSSHg8vTTN1ObV0Dt8=.png)
Markdown Image Link
2020-11-27T22:00:15.000Z
frame[_]*(?P<fidx>\d{5,6})[_ .]|(?P<device_id>[0-9a-z]{16})_(?P<date>\d{8})_(?P<time>\d{6})_(?P<microseconds>\d{6})_(?P<frame_index>\d{6})
/orcam/field_recordings/myear/recordings/2019/06/190611_141138_Unoaa_LOrcam_Cvoice_recording_check_911_up_V9_2_2_ear_en_US_dev_base25_mek6_Dmyear25/0000070d6f0af444_20160113_004600_8972/000.tar/frame_0000070d6f0af444_20160113_004911_761791_001718_BA81_e_8333.0_ag_12.0_dg_150_100_180.jpg
frame name
2019-06-20T09:46:54.000Z
^x-y
* Remove punctuation then spaces *
re
2016-06-26T18:53:20.000Z
(\d{7,7})*
a75z6878
test
2016-08-18T09:58:41.000Z
Validate an Organisation Name
^[a-z0-9]+([a-z0-9 '&,-]*)+
'la 'Mule
Organisation Name Validator
2016-01-29T18:03:46.000Z
Matches anything wrapped in parenthesis. Can handle nested and consecutive sets of parenthesis.
\([^\)]*\)*
hello(there) how(are(you(today))) my(lad) I'm (fine) (thanks)
Match parenthesis
2015-12-27T18:49:18.000Z
(?<=params\.).*?(?=\])
function pastEvents(username, params) { // 305 /** // * @description Docs: http://www.songkick.com/developer/past-events-for-user // * @param {string} username // * @param {object} [params={}] // * @param {number} [params.page=1] // * @param {number} [params.per_page=50] - 50 is the max // * @param {string} [params.order='asc'] - 'asc' or 'desc' // * @returns {Promise} // */ // params = params ? params : {}; // 315 var url = _this.user.baseURL + username + '/gigography.' + _this.format + '?apikey='; // 316 return _performRequest(url, params); // 318 }
Get params from function source
2016-08-03T04:36:49.000Z
Hi, I am trying to get a reg ex that will test a number range and also allow european number convention like , for decimal point. I have this one for range check - ^([4-9][0-9]{3}|[1-9][0-9]{4,5}|[12][0-9]{6}|3[0-4][0-9]{5}|3500000)$ and I have this one for allow comma ^\s*?([\d\.]+(\,\d{1,2})?|\,\d{1,2})\s*$ but I need a combination of both, Thanks if you can help
^\s*?([\d\.]+(\,\d{1,2})?|\,\d{1,2})\s*$
000,00
reg Ex number range check
2014-05-22T06:48:06.000Z
match any string outside of single or double quotes
(str)(?=(?:[^'"]|["'][^'"]*["'])*$)
test str , a "comma, si str", bobsi str "si,sam, str",here si str ' hh str si'
Outside Quotes
2014-03-08T11:13:47.000Z
data-reactid="([0-9a-zA-Z\.\$\:]*)"
<div class="Select is-searchable" data-reactid=".0.2.0.0.$1.0.0.0.1.0.0"><input type="hidden" value="" data-reactid=".0.2.0.0.$1.0.0.0.1.0.0.0"><div class="Select-control" data-reactid=".0.2.0.0.$1.0.0.0.1.0.0.1"><div class="Select-placeholder" data-reactid=".0.2.0.0.$1.0.0.0.1.0.0.1.0:$placeholder">Select...</div><div class="Select-input" style="display:inline-block;" data-reactid=".0.2.0.0.$1.0.0.0.1.0.0.1.1"><input value="" tabindex="0" style="width:5px;" data-reactid=".0.2.0.0.$1.0.0.0.1.0.0.1.1.0"><div style="position: absolute; visibility: hidden; height: 0px; width: 0px; overflow: scroll; white-space: nowrap; font-size: 16.2000007629395px; font-family: montserrat, sans-serif;" data-reactid=".0.2.0.0.$1.0.0.0.1.0.0.1.1.1"></div></div><span class="Select-arrow" data-reactid=".0.2.0.0.$1.0.0.0.1.0.0.1.2"></span></div></div>
match data-reactid
2015-06-18T02:13:18.000Z
Select number ranges dynamically
^[1][2][3][4-9]$|^[1][2][4-9][0-9]$|^[1][3-9][0-9][0-9]$|^[2][0-2][0-9][0-9]$|^[2][3][0-3][0-9]$|^[2][3][4][0-5]$
1233 1234 1343 1500 1234 2332 2340 2345 2346 READABLE ^[1][2][3][3-9]$| ^[1][2][4-9][0-9]$| ^[1][3-9][0-9][0-9]$| ^[2][0-2][0-9][0-9]$| ^[2][3][0-3][0-9]$| ^[2][3][4][0-5]$
Number Ranges
2016-06-08T12:18:57.000Z
This search for special character at first position in the string
\A[\r\n\s\]\[\\\^$@~#%.&|?;,*`+()\-_<>{}\/]*
,,+?;,///() @anbvdc d+/,
Remove special character at first position of string
2015-11-06T23:27:15.000Z
PO BOX
^\s*((P(OST)?.?\s*(O(FF(ICE)?)?)?.?\s+(B(IN|OX))?)|B(IN|OX))
box 311 sdfg
Test
2014-09-04T20:00:28.000Z
<tr class="row-1">\s+<td class="small-caption">\s+\d{4}-\d{2}-\d{2} \d{2}:\d{2}\s+<\/td>\s+<td class="small-caption">\s+<a href="http:\/\/mantis.paygpay.com\/view_user_page.php\?id=\d{2}">(\w+)<\/a>\s+<\/td>\s+<td class="small-caption">\s+Status\s+<\/td>\s+<td class="small-caption">\s+\w+\s+=&gt;\s+resolved\s+<\/td>\s+<\/tr>
fixer
2015-02-24T12:06:53.000Z
( \d{1,2})5(\d{2} )
part1.htm">MiniTOC</a><a class="toc1" part2.htm">2/5/18, 4549 PM part3.htm">2/7/18, 4516 PM part4.htm">2/15/18, 2557 PM part5.htm">2/20/18, 2507 PM part6.htm">2/21/18, 3502 PM part7.htm">2/21/18, 5506 PM part8.htm">2/22/18, 10503 AM part9.htm">2/22/18, 1543 PM part10.htm">2/27/18, 3514 PM part11.htm">2/28/18, 2533 PM part12.htm">3/1/18, 1515 PM part13.htm">3/1/18, 2527 PM part14.htm">3/1/18, 6547 PM part15.htm">3/1/18, 8557 PM part16.htm">3/4/18, 11540 AM part17.htm">3/5/18, 4546 PM part18.htm">3/6/18, 12548 PM part19.htm">3/6/18, 2518 PM part20.htm">3/7/18, 12535 PM part21.htm">3/8/18, 8500 AM part22.htm">3/8/18, 10521 AM part23.htm">3/8/18, 12559 PM part24.htm">3/9/18, 10540 AM part25.htm">3/9/18, 1501 PM part26.htm">3/9/18, 6514 PM part27.htm">3/12/18, 8514 PM part28.htm">3/14/18, 12520 PM part29.htm">3/14/18, 2537 PM part30.htm">3/15/18, 2514 PM part31.htm">3/15/18, 3549 PM part32.htm">3/21/18, 11506 AM part33.htm">3/22/18, 2518 PM part34.htm">3/22/18, 3523 PM part35.htm">3/22/18, 4554 PM part36.htm">3/26/18, 3543 PM part37.htm">4/2/18, 1555 PM part38.htm">4/2/18, 4532 PM part39.htm">4/5/18, 1557 PM part40.htm">4/6/18, 4536 PM part41.htm">4/6/18, 5540 PM part42.htm">4/6/18, 7501 PM part43.htm">4/7/18, 5524 AM part44.htm">4/16/18, 12525 PM part45.htm">4/17/18, 4502 PM part46.htm">4/23/18, 7520 PM part47.htm">4/25/18, 3527 PM part48.htm">4/25/18, 5513 PM part49.htm">4/26/18, 2534 PM part50.htm">4/26/18, 6513 PM part51.htm">5/1/18, 3523 PM part52.htm">5/3/18, 3540 PM part53.htm">5/4/18, 12539 PM part54.htm">5/8/18, 12539 PM part55.htm">5/8/18, 2549 PM part56.htm">5/9/18, 12506 PM part57.htm">5/15/18, 3525 PM part58.htm">5/23/18, 6545 PM part59.htm">5/24/18, 2559 PM part60.htm">5/24/18, 5523 PM part61.htm">5/26/18, 3509 PM part62.htm">5/27/18, 11519 AM part63.htm">5/30/18, 4554 PM part64.htm">5/26/18, 1507 PM part65.htm">5/31/18, 2558 PM part66.htm">6/7/18, 2546 PM part67.htm">6/11/18, 7531 PM part68.htm">6/12/18, 10547 AM part69.htm">6/12/18, 3529 PM part70.htm">6/13/18, 7536 PM part71.htm">6/14/18, 3527 PM part72.htm">6/19/18, 8507 AM part73.htm">6/19/18, 3528 PM part74.htm">6/19/18, 5519 PM part75.htm">6/20/18, 10507 AM part76.htm">6/21/18, 10545 AM part77.htm">6/21/18, 12544 PM part78.htm">6/21/18, 3534 PM part79.htm">6/23/18, 11506 AM part80.htm">6/23/18, 3505 PM part81.htm">6/23/18, 6500 PM part82.htm">6/24/18, 10535 AM part83.htm">6/24/18, 12556 PM part84.htm">6/25/18, 7517 PM part85.htm">6/26/18, 3517 PM part86.htm">6/26/18, 4559 PM part87.htm">6/27/18, 9551 AM </a><a class="toc1" part88.htm">6/27/18, 11532 AM part89.htm">6/28/18, 4515 PM </a><a class="toc1" part90.htm">7/2/18, 6529 PM part91.htm">7/3/18, 3554 PM part92.htm">7/3/18, 5545 PM part93.htm">7/3/18, 7556 PM part94.htm">7/3/18, 9503 PM part95.htm">7/7/18, 5531 PM part96.htm">7/9/18, 4553 PM part97.htm">7/10/18, 8554 AM part98.htm">7/10/18, 5516 PM part99.htm">7/11/18, 11531 AM part100.htm">7/11/18, 3550 PM part101.htm">7/12/18, 4549 PM part102.htm">7/15/18, 3524 PM part103.htm">7/16/18, 10525 AM part104.htm">7/16/18, 11534 AM part105.htm">7/16/18, 6544 PM part106.htm">7/18/18, 11505 AM part107.htm">7/19/18, 1537 PM part108.htm">7/19/18, 3532 PM part109.htm">7/24/18, 10500 AM part110.htm">7/24/18, 2514 PM part111.htm">7/24/18, 3555 PM part112.htm">7/24/18, 7506 PM part113.htm">8/9/18, 12537 PM part114.htm">8/13/18, 3531 PM part115.htm">8/13/18, 5551 PM part116.htm">8/14/18, 12509 PM part117.htm">8/14/18, 1532 PM part118.htm">8/14/18, 3539 PM part119.htm">8/16/18, 4548 PM part120.htm">8/16/18, 4548 PM part121.htm">8/21/18, 6509 PM part122.htm">8/23/18, 11557 AM part123.htm">8/28/18, 4537 PM part124.htm">8/30/18, 7528 PM part125.htm">8/30/18, 10500 PM part126.htm">9/4/18, 2538 PM part127.htm">9/4/18, 5515 PM part128.htm">9/5/18, 3538 PM part129.htm">9/7/18, 5519 PM part130.htm">9/10/18, 3518 PM part131.htm">9/13/18, 8541 AM part132.htm">9/13/18, 11512 AM part133.htm">9/13/18, 12551 PM part134.htm">9/17/18, 6502 PM part135.htm">9/18/18, 3555 PM part136.htm">9/19/18, 9506 PM part137.htm">9/19/18, 11504 PM part138.htm">9/20/18, 12531 PM part139.htm">9/24/18, 4502 PM part140.htm">9/24/18, 6518 PM part141.htm">9/25/18, 9550 AM part142.htm">9/25/18, 5512 PM part143.htm">9/26/18, 12549 PM part144.htm">9/26/18, 6533 PM part145.htm">9/28/18, 9543 AM part146.htm">10/1/18, 7558 AM part147.htm">10/1/18, 3538 PM part148.htm">10/3/18, 10551 AM part149.htm">10/3/18, 3521 PM part150.htm">10/3/18, 4528 PM part151.htm">10/3/18, 5529 PM part152.htm">10/8/18, 11521 AM part153.htm">10/8/18, 2526 PM part154.htm">10/8/18, 4538 PM part155.htm">10/9/18, 1504 PM part156.htm">10/9/18, 4529 PM part157.htm">10/9/18, 6552 PM part158.htm">10/10/18, 6509 PM part159.htm">10/11/18, 1544 PM part160.htm">10/11/18, 3527 PM part161.htm">10/11/18, 5552 PM part162.htm">10/11/18, 8500 PM part163.htm">10/16/18, 2515 PM part164.htm">10/16/18, 4501 PM part165.htm">10/18/18, 10541 AM part166.htm">10/18/18, 1505 PM part167.htm">10/18/18, 4524 PM part168.htm">10/18/18, 7537 PM part169.htm">10/19/18, 11532 AM part170.htm">10/22/18, 9539 AM part171.htm">10/22/18, 10543 AM part172.htm">10/22/18, 12514 PM part173.htm">10/22/18, 2523 PM part174.htm">10/24/18, 10506 AM part175.htm">10/24/18, 12535 PM part176.htm">10/24/18, 5558 PM part177.htm">11/1/18, 3525 PM part178.htm">11/1/18, 3525 PM part179.htm">11/5/18, 11509 AM part180.htm">11/5/18, 1544 PM part181.htm">11/8/18, 6521 PM part182.htm">11/9/18, 11538 AM part183.htm">11/10/18, 11525 AM part184.htm">11/10/18, 2531 PM part185.htm">11/14/18, 10530 AM part186.htm">11/14/18, 2505 PM part187.htm">11/14/18, 4521 PM part188.htm">11/14/18, 5527 PM part189.htm">11/15/18, 11541 AM part190.htm">11/15/18, 12558 PM part191.htm">11/18/18, 8559 PM part192.htm">11/19/18, 11502 AM part193.htm">11/19/18, 12512 PM part194.htm">11/26/18, 12537 PM part195.htm"> 11/27/18, 3535 PM part196.htm">11/28/18, 9535 AM part197.htm">11/28/18, 12551 PM part198.htm">11/29/18, 11541 AM part199.htm">12/3/18, 11512 AM part200.htm">12/3/18, 4501 PM part201.htm">12/4/18, 12510 PM part202.htm">12/4/18, 2504 PM part203.htm">12/4/18, 3559 PM part204.htm">12/7/18, 11548 AM part205.htm">12/7/18, 1542 PM part206.htm">12/10/18, 12521 PM part207.htm">12/11/18, 12518 PM part208.htm">12/14/18, 9517 AM part209.htm">12/14/18, 11554 AM part210.htm">12/14/18, 1547 PM part211.htm">12/14/18, 3530 PM part212.htm">12/14/18, 9531 PM part213.htm">12/16/18, 6506 PM part214.htm">12/17/18, 11556 AM part215.htm">12/19/18, 4500 PM part216.htm">12/20/18, 2558 PM part217.htm">12/20/18, 7516 PM part218.htm">12/21/18, 4516 PM part219.htm">12/21/18, 7510 PM part220.htm">12/25/18, 10518 PM part221.htm">1/1/19, 10540 AM part222.htm">1/1/19, 3521 PM part223.htm">1/3/19, 6501 PM part224.htm">1/4/19, 11540 AM part225.htm">1/4/19, 2501 PM part226.htm">1/4/19, 3555 PM part227.htm">1/6/19, 2519 PM part228.htm">1/7/19, 9531 AM part229.htm">1/7/19, 11527 AM part230.htm">1/7/19, 9532 PM part231.htm">1/8/19, 10534 PM part232.htm">1/9/19, 1512 PM part233.htm">1/10/19, 9551 AM part234.htm">1/10/19, 5537 PM part235.htm">1/11/19, 12526 PM part236.htm">1/14/19, 12522 PM part237.htm">1/13/19, 6555 PM part238.htm">1/11/19, 1557 PM part239.htm">1/17/19, 9539 AM part240.htm">1/17/19, 3513 PM part241.htm">1/18/19, 1505 PM part242.htm">1/18/19, 2549 PM part243.htm">1/22/19, 9557 AM part244.htm">1/22/19, 3530 PM part245.htm">1/24/19, 12532 PM part246.htm">1/24/19, 2554 PM part247.htm">1/25/19, 2554 PM part248.htm">1/29/19, 9552 AM part249.htm">1/30/19, 8528 AM part250.htm">1/30/19, 11550 AM part251.htm">2/1/19, 9506 AM part252.htm">2/1/19, 11529 AM part253.htm">2/1/19, 12557 PM part254.htm">2/1/19, 4522 PM part255.htm">2/2/19, 8519 AM part256.htm">2/5/19, 1500 PM part257.htm">2/5/19, 3537 PM part258.htm">2/7/19, 2534 PM part259.htm">2/8/19, 3526 PM part260.htm">2/8/19, 5510 PM part261.htm">2/11/19, 4538 PM part262.htm">2/12/19, 10555 AM part263.htm">2/13/19, 2514 PM part264.htm">2/13/19, 4533 PM part265.htm">2/13/19, 8537 PM part266.htm">2/14/19, 8544 AM part267.htm">2/14/19, 10516 AM part268.htm">2/14/19, 11543 AM part269.htm">2/16/19, 2501 PM part270.htm">2/16/19, 3541 PM part271.htm">2/19/19, 7501 PM part272.htm">2/20/19, 10526 AM part273.htm">2/20/19, 12501 PM part274.htm">2/20/19, 4534 PM part275.htm">2/24/19, 10550 AM part276.htm">2/24/19, 12506 PM part277.htm">2/24/19, 12506 PM part278.htm">2/25/19, 1541 PM part279.htm">2/25/19, 4554 PM part280.htm">2/28/19, 2522 PM part281.htm">3/6/19, 12522 PM part282.htm">3/7/19, 12522 PM part283.htm">3/7/19, 4517 PM part284.htm">3/8/19, 2534 PM part285.htm">3/12/19, 7514 PM part286.htm">3/13/19, 11546 AM part287.htm">3/13/19, 12552 PM part288.htm">3/14/19, 2502 PM part289.htm">3/15/19, 12545 PM part290.htm">3/15/19, 4553 PM part291.htm">3/18/19, 10522 AM part292.htm">3/18/19, 11544 AM part293.htm">3/18/19, 2536 PM part294.htm">3/18/19, 4513 PM part295.htm">3/19/19, 10506 AM part296.htm">3/19/19, 1543 PM part297.htm">3/20/19, 10530 AM part298.htm">3/24/19, 11516 AM part299.htm">3/24/19, 1533 PM part300.htm">3/26/19, 8530 AM part301.htm">3/28/19, 9507 PM part302.htm">3/29/19, 8523 AM part303.htm">4/2/19, 10504 AM part304.htm">4/2/19, 11534 AM part305.htm">4/2/19, 1508 PM
time stamps
2019-05-16T08:47:49.000Z
^(?!.*SNAPSHOT).*$
SNAPSHOT SNAPSHOT.01.1 102.1.1.SNAPSHOT.ra aaaa dfadfa dccc ccccc
排除特定字符
2017-04-17T13:04:02.000Z
Match SGML and XML elements.
<([a-z]+)(?>"[^"]*"|'[^']*'|[^\/>])*(?>>(?>(?R)|[\s\S])*?<\/\1>|\/?>)
<asdf>asdf</asdf> <asdf /> <asdf asdf="asdf>asdf">asdf</asdf> <asdf> <asdf>asdf</asdf> <asdf>asdf</asdf> <asdf> <asdf /> <asdf /> asdf </asdf> <asdf asdf="asdf<asdf>">asdf</asdf> </asdf> <asdf asdf="asdf>asdf" />
SGML & XML
2023-09-10T00:51:16.000Z
at least 1 lower-case character at least 1 upper-case character at least 1 number or special character
^(?=.*[a-z])(?=.*[A-Z])(?=.*[^a-zA-Z]).{8,}$
Password with a-z, A-Z, 0-9 or special character
2022-07-06T10:11:03.000Z
[0-9]{5}$|^[A-Z][0-9][A-Z] ?[0-9][A-Z][0-9]$
WAYFAIR, LLC/CSN LLC 17725 HUNTINGTON AVE. BOSTON MA 02115 WAYFAIR, LLC/CSN LLC 17725 HUNTINGTON AVE. BOSTON MA 02115
US/Canada Zip if at end of line
2021-02-23T14:49:47.000Z
Your property ref: 64206_([^\s]+) .* Message: (.*) Thanks Postcode:
Overseas enquiry from Jacqueline Surname via Zoopla Property Group Overseas enquiry from Jacqueline Surname via Zoopla Property Group You have a new enquiry provided by Zoopla Property Group Don't miss a lead! Add this email address to your address book [email protected] Zoopla Property Group Zoopla Property Group Buyer enquiry To view all your leads login to ZooplaPro today. *Dear team at Algarve Team Properties Lda*, You have a new Overseas enquiry Name: Jacqueline Surname Telephone: 000000 761232 Email: [email protected] About: I am looking to invest Type of enquiry: Request property details Unique Reference: listing_53927960_64206 Your property ref: 64206_ATP350A1 Address: Albufeira, Algarve, Portugal Message: What are the condominium fees for this property please? Thanks Postcode: PO6 2UJ 1 bed property for sale *€110,000 * - _1 bed property for sale_ Albufeira, Algarve, Portugal Clube Albufeira Resort Lovely 1st floor T1 apartment, in a superb area in one of Albufeira’s premier complexes, just outside the lively ... _View more details_
message postcode
2016-05-20T10:33:33.000Z
(^[0-9]{4}?[0-9]$|^[0-9]{4}?[0-9]-[0-9]{4}$)
12345-1234 12345 1 12 123 1234 12345- 12345-1 12345-12 12345-123
us postal/zip
2014-01-13T22:15:09.000Z
works fine for // and -- but has issue with multi line comment(/**/)
(.*)((?:\/\*|\/\/|--).*)
/*blah blah*/ab 123 abcksklsdnvnkd // dnvsv EOD data --ccomments EOD
comment separator
2015-10-10T04:21:51.000Z
---
(-)\1\1
---
2016-02-01T13:31:00.000Z
PT\d+ @ [\d.]+
abced @ 1.20689\nLS @ 1.22000\nPT1 @ 1.1900\nPT2 @ 1.1800
TP
2021-01-25T16:56:18.000Z
("[^"]*")* (^|[^a-zA-Z"]) (?P<var>A) ($|[^a-zA-Z0-9"])
A + B + "to A to" - A + XA- A500+A*"A"
fact refactor
2015-07-10T11:53:22.000Z
Extract URL parts only named capturing groups
^(?P<scheme>[^:\/?#]+):(?:\/\/)?(?:(?:(?P<login>[^:]+)(?::(?P<password>[^@]+)?)?@)?(?P<host>[^@\/?#:]*)(?::(?P<port>\d+)?)?)?(?P<path>[^?#]*)(?:\?(?P<query>[^#]*))?(?:#(?P<fragment>.*))?
https://admin:[email protected]/eureka/apps/MFSAGENT/mfsagent:e1432431e46cf610d06e2dbcda13b069?status=UP&lastDirtyTimestamp=1643797857108
Extract URL parts only named capturing groups
2022-02-03T00:00:36.000Z
regular expression to allow spaces between words - pcre and jc flavor
^([\w ]+)\z
cristina jesuitas
regionName
2017-04-07T09:15:12.000Z
<table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:<\/b><\/font><\/td><td width='85%'>(.*?)<\/td><\/tr><tr><td><font color='#3366FF'><b>News Title:<\/b><\/font><\/td><td>(.*?)<\/td><\/tr><tr><td><font color='#3366FF'><b>News:<\/b><\/font><\/td><td align='justify'>(.*?)<\/td><\/tr><\/table><br>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0021)http://web.dsebd.org/ --> <HTML><HEAD> <meta charset="utf-8" /> <TITLE>DSE News</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <META content="Microsoft FrontPage 4.0" name=GENERATOR> <META http-equiv=Content-Language content=en-us><LINK href="Welcome to DSE_files/dse.css" type=text/css rel=stylesheet> <LINK href="Welcome to DSE_files/dse.css" type=text/css rel=stylesheet> <LINK href="Welcome to DSE_files/dse.css" type=text/css rel=stylesheet> </HEAD> <BODY leftMargin=5 topMargin=1> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-70465433-1', 'auto'); ga('send', 'pageview'); </script><HTML> <head><link rel="stylesheet" href="dse.css" type="text/css"> <title></title> <base target="_self"> <style type="text/css"> <!-- .style1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; } --> </style> <SCRIPT LANGUAGE=JavaScript> intImage = 2; function swapImagess() { switch (intImage) { case 1: IMG1.src = "stop.gif" intImage = 2 mq2.start() al = "Stop" return(false); case 2: IMG1.src = "start.gif" intImage = 1 mq2.stop() al = "Start" return(false); } } intspeed = 2; function swapImagespeed() { switch (intspeed) { case 1: IMG2.src = "fast.jpg" intspeed = 2 mq2.scrollAmount=1 return(false); case 2: IMG2.src = "slow.jpg" intspeed = 1 mq2.scrollAmount=2 return(false); } } intdir = 2; function swapImagedir() { switch (intdir) { case 1: IMG3.src = "right.jpg" intdir = 2 mq2.direction='left' return(false); case 2: IMG3.src = "left.jpg" intdir = 1 mq2.direction='right' return(false); } } </SCRIPT> <!-- <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-28790375-5']); _gaq.push(['_setDomainName', 'dsebd.org']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> --> </head> <body topmargin="0" leftmargin="0"> <div align="left"> <table align="center" width="990" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" cellpadding="0" cellspacing="0" width="990" background="imgs/upmenubg.gif"> <tr> <td width="50" align="left" style="padding-left:9px;"><b><font color="#FFFFFF" face="Arial Narrow" size="2"><a href="http://bangla.dsebd.org/index.php"><img src="images/bangla-songskoron-red.jpg"> </a></font> </b> </td> <td width="250" align='center'><b><font color="#FFFFFF" face="Arial Narrow" size="2">Tuesday, Jul 24, 2018</font></b></td> <td width="300" align='center'><b><font color="#FFFFFF" face="Arial Narrow" size="2">Current Time:&nbsp;9:57:18 PM&nbsp;(BST) </font> </b> </td> <td width="180" align='center'><b><font color="#FFFFFF" face="Arial Narrow" size="2">Market Status:&nbsp;Closed </font> </b> </td> </tr> </table></td> </tr> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left" background="Welcome to DSE_files/topbg.gif"><img src="imgs/logo1.gif" width="175" height="53"><img src="imgs/dhaka.gif" width="153" height="53"><img src="imgs/stock.gif" width="116" height="53"><img src="imgs/ex.gif" width="192" height="53"><img src="imgs/ltd.gif" width="85" height="53"></td> </tr> <tr> <td width="0"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="38" valign="top"><img src="imgs/logo2.gif" width="176" height="38"></td> <td width="682"><table width="100%" height="38" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="667" background="imgs/topdown.gif"> <div style="width:803px; "> <marquee id='mq2' width='100%' height = '33' align='top' behavior = 'scroll' direction = 'left' onMouseOut=this.start(); onMouseOver=this.stop(); scrollamount='3' scrolldelay='100' truespeed bgcolor='#fffff4'> <table border="0" cellpadding="0" cellspacing="0" width="100%" > <tr> <td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=1JANATAMF' class='abhead' target='_top'>1JANATAMF&nbsp;6.10&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-1.61%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=1STPRIMFMF' class='abhead' target='_top'>1STPRIMFMF&nbsp;11.20&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-1.75%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=AAMRANET' class='abhead' target='_top'>AAMRANET&nbsp;86.40&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-0.35%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=AAMRATECH' class='abhead' target='_top'>AAMRATECH&nbsp;33.30&nbsp;<img src='tkup.gif' border='0'><br>0.40&nbsp;&nbsp;&nbsp;&nbsp;1.22%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ABB1STMF' class='abhead' target='_top'>ABB1STMF&nbsp;6.00&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;3.45%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ABBANK' class='abhead' target='_top'>ABBANK&nbsp;11.50&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ACI' class='abhead' target='_top'>ACI&nbsp;&nbsp;&nbsp;375.50&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-4.10&nbsp;&nbsp;&nbsp;&nbsp;-1.08%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ACIFORMULA' class='abhead' target='_top'>ACIFORMULA&nbsp;167.10&nbsp;<img src='tkdown.gif' border='0'><br>-1.90&nbsp;&nbsp;&nbsp;&nbsp;-1.12%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ACMELAB' class='abhead' target='_top'>ACMELAB&nbsp;94.00&nbsp;<img src='tkdown.gif' border='0'><br>-1.60&nbsp;&nbsp;&nbsp;&nbsp;-1.67%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ACTIVEFINE' class='abhead' target='_top'>ACTIVEFINE&nbsp;36.80&nbsp;<img src='tkup.gif' border='0'><br>1.60&nbsp;&nbsp;&nbsp;&nbsp;4.55%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ADVENT' class='abhead' target='_top'>ADVENT&nbsp;38.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.90&nbsp;&nbsp;&nbsp;&nbsp;-2.26%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=AFCAGRO' class='abhead' target='_top'>AFCAGRO&nbsp;43.70&nbsp;<img src='tkup.gif' border='0'><br>3.40&nbsp;&nbsp;&nbsp;&nbsp;8.44%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=AFTABAUTO' class='abhead' target='_top'>AFTABAUTO&nbsp;54.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.60&nbsp;&nbsp;&nbsp;&nbsp;-1.08%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=AGNISYSL' class='abhead' target='_top'>AGNISYSL&nbsp;22.20&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-0.89%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=AGRANINS' class='abhead' target='_top'>AGRANINS&nbsp;16.20&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;1.25%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=AIL' class='abhead' target='_top'>AIL&nbsp;&nbsp;&nbsp;91.00&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-2.30&nbsp;&nbsp;&nbsp;&nbsp;-2.47%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=AL-HAJTEX' class='abhead' target='_top'>AL-HAJTEX&nbsp;83.40&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.12%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ALARABANK' class='abhead' target='_top'>ALARABANK&nbsp;20.60&nbsp;<img src='tkup.gif' border='0'><br>0.60&nbsp;&nbsp;&nbsp;&nbsp;3.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ALIF' class='abhead' target='_top'>ALIF&nbsp;&nbsp;&nbsp;12.00&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.83%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ALLTEX' class='abhead' target='_top'>ALLTEX&nbsp;8.60&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-3.37%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=AMANFEED' class='abhead' target='_top'>AMANFEED&nbsp;66.00&nbsp;<img src='tkup.gif' border='0'><br>1.30&nbsp;&nbsp;&nbsp;&nbsp;2.01%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=AMBEEPHA' class='abhead' target='_top'>AMBEEPHA&nbsp;785.00&nbsp;<img src='tkup.gif' border='0'><br>2.60&nbsp;&nbsp;&nbsp;&nbsp;0.33%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=AMCL(PRAN)' class='abhead' target='_top'>AMCL(PRAN)&nbsp;255.00&nbsp;<img src='tkup.gif' border='0'><br>1.40&nbsp;&nbsp;&nbsp;&nbsp;0.55%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ANLIMAYARN' class='abhead' target='_top'>ANLIMAYARN&nbsp;36.70&nbsp;<img src='tkdown.gif' border='0'><br>-0.90&nbsp;&nbsp;&nbsp;&nbsp;-2.39%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ANWARGALV' class='abhead' target='_top'>ANWARGALV&nbsp;109.00&nbsp;<img src='tkup.gif' border='0'><br>0.60&nbsp;&nbsp;&nbsp;&nbsp;0.55%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=APEXFOODS' class='abhead' target='_top'>APEXFOODS&nbsp;234.90&nbsp;<img src='tkup.gif' border='0'><br>7.50&nbsp;&nbsp;&nbsp;&nbsp;3.30%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=APEXFOOT' class='abhead' target='_top'>APEXFOOT&nbsp;346.50&nbsp;<img src='tkup.gif' border='0'><br>16.30&nbsp;&nbsp;&nbsp;&nbsp;4.94%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=APEXSPINN' class='abhead' target='_top'>APEXSPINN&nbsp;160.00&nbsp;<img src='tkup.gif' border='0'><br>3.20&nbsp;&nbsp;&nbsp;&nbsp;2.04%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=APEXTANRY' class='abhead' target='_top'>APEXTANRY&nbsp;180.00&nbsp;<img src='tkdown.gif' border='0'><br>-9.40&nbsp;&nbsp;&nbsp;&nbsp;-4.96%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=APOLOISPAT' class='abhead' target='_top'>APOLOISPAT&nbsp;12.60&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ARAMIT' class='abhead' target='_top'>ARAMIT&nbsp;516.10&nbsp;<img src='tkdown.gif' border='0'><br>-25.30&nbsp;&nbsp;&nbsp;&nbsp;-4.67%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ARAMITCEM' class='abhead' target='_top'>ARAMITCEM&nbsp;26.00&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;0.39%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ARGONDENIM' class='abhead' target='_top'>ARGONDENIM&nbsp;28.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-1.03%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ASIAINS' class='abhead' target='_top'>ASIAINS&nbsp;17.80&nbsp;<img src='tkup.gif' border='0'><br>0.60&nbsp;&nbsp;&nbsp;&nbsp;3.49%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ASIAPACINS' class='abhead' target='_top'>ASIAPACINS&nbsp;19.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.70&nbsp;&nbsp;&nbsp;&nbsp;-3.40%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ATCSLGF' class='abhead' target='_top'>ATCSLGF&nbsp;10.70&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ATLASBANG' class='abhead' target='_top'>ATLASBANG&nbsp;138.70&nbsp;<img src='tkdown.gif' border='0'><br>-0.50&nbsp;&nbsp;&nbsp;&nbsp;-0.36%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=AZIZPIPES' class='abhead' target='_top'>AZIZPIPES&nbsp;233.30&nbsp;<img src='tkdown.gif' border='0'><br>-4.60&nbsp;&nbsp;&nbsp;&nbsp;-1.93%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BANGAS' class='abhead' target='_top'>BANGAS&nbsp;260.00&nbsp;<img src='tkdown.gif' border='0'><br>-2.00&nbsp;&nbsp;&nbsp;&nbsp;-0.76%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BANKASIA' class='abhead' target='_top'>BANKASIA&nbsp;16.30&nbsp;<img src='tkdown.gif' border='0'><br>-0.40&nbsp;&nbsp;&nbsp;&nbsp;-2.40%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BARKAPOWER' class='abhead' target='_top'>BARKAPOWER&nbsp;29.00&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-1.02%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BATASHOE' class='abhead' target='_top'>BATASHOE&nbsp;1102.00&nbsp;<img src='tkup.gif' border='0'><br>2.40&nbsp;&nbsp;&nbsp;&nbsp;0.22%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BATBC' class='abhead' target='_top'>BATBC&nbsp;&nbsp;&nbsp;3200.00&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>1.00&nbsp;&nbsp;&nbsp;&nbsp;0.03%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BAYLEASING' class='abhead' target='_top'>BAYLEASING&nbsp;18.50&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-1.60%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BBS' class='abhead' target='_top'>BBS&nbsp;&nbsp;&nbsp;32.10&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.31%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BBSCABLES' class='abhead' target='_top'>BBSCABLES&nbsp;105.50&nbsp;<img src='tkup.gif' border='0'><br>2.70&nbsp;&nbsp;&nbsp;&nbsp;2.63%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BDAUTOCA' class='abhead' target='_top'>BDAUTOCA&nbsp;347.80&nbsp;<img src='tkdown.gif' border='0'><br>-11.10&nbsp;&nbsp;&nbsp;&nbsp;-3.09%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BDCOM' class='abhead' target='_top'>BDCOM&nbsp;&nbsp;&nbsp;28.00&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-1.06%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BDFINANCE' class='abhead' target='_top'>BDFINANCE&nbsp;12.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.70&nbsp;&nbsp;&nbsp;&nbsp;-5.15%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BDLAMPS' class='abhead' target='_top'>BDLAMPS&nbsp;281.00&nbsp;<img src='tkup.gif' border='0'><br>8.30&nbsp;&nbsp;&nbsp;&nbsp;3.04%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BDTHAI' class='abhead' target='_top'>BDTHAI&nbsp;23.80&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;0.85%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BDWELDING' class='abhead' target='_top'>BDWELDING&nbsp;18.20&nbsp;<img src='tkdown.gif' border='0'><br>-0.40&nbsp;&nbsp;&nbsp;&nbsp;-2.15%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BEACHHATCH' class='abhead' target='_top'>BEACHHATCH&nbsp;10.20&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-2.86%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BEACONPHAR' class='abhead' target='_top'>BEACONPHAR&nbsp;18.30&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.54%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BENGALWTL' class='abhead' target='_top'>BENGALWTL&nbsp;40.50&nbsp;<img src='tkdown.gif' border='0'><br>-0.40&nbsp;&nbsp;&nbsp;&nbsp;-0.98%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BERGERPBL' class='abhead' target='_top'>BERGERPBL&nbsp;1298.00&nbsp;<img src='tkdown.gif' border='0'><br>-9.90&nbsp;&nbsp;&nbsp;&nbsp;-0.76%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BEXIMCO' class='abhead' target='_top'>BEXIMCO&nbsp;26.10&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.38%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BGIC' class='abhead' target='_top'>BGIC&nbsp;&nbsp;&nbsp;19.00&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BIFC' class='abhead' target='_top'>BIFC&nbsp;&nbsp;&nbsp;6.40&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;1.59%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BNICL' class='abhead' target='_top'>BNICL&nbsp;&nbsp;&nbsp;14.60&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-1.35%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BPML' class='abhead' target='_top'>BPML&nbsp;&nbsp;&nbsp;136.90&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-4.00&nbsp;&nbsp;&nbsp;&nbsp;-2.84%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BRACBANK' class='abhead' target='_top'>BRACBANK&nbsp;66.80&nbsp;<img src='tkup.gif' border='0'><br>0.90&nbsp;&nbsp;&nbsp;&nbsp;1.37%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BSC' class='abhead' target='_top'>BSC&nbsp;&nbsp;&nbsp;43.20&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-0.69%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BSCCL' class='abhead' target='_top'>BSCCL&nbsp;&nbsp;&nbsp;93.10&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-1.00&nbsp;&nbsp;&nbsp;&nbsp;-1.06%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BSRMLTD' class='abhead' target='_top'>BSRMLTD&nbsp;100.70&nbsp;<img src='tkdown.gif' border='0'><br>-1.00&nbsp;&nbsp;&nbsp;&nbsp;-0.98%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BSRMSTEEL' class='abhead' target='_top'>BSRMSTEEL&nbsp;70.40&nbsp;<img src='tkdown.gif' border='0'><br>-1.10&nbsp;&nbsp;&nbsp;&nbsp;-1.54%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BXPHARMA' class='abhead' target='_top'>BXPHARMA&nbsp;91.70&nbsp;<img src='tkdown.gif' border='0'><br>-1.10&nbsp;&nbsp;&nbsp;&nbsp;-1.19%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=BXSYNTH' class='abhead' target='_top'>BXSYNTH&nbsp;7.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-2.50%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=CAPMBDBLMF' class='abhead' target='_top'>CAPMBDBLMF&nbsp;7.80&nbsp;<img src='tkup.gif' border='0'><br>0.30&nbsp;&nbsp;&nbsp;&nbsp;4.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=CAPMIBBLMF' class='abhead' target='_top'>CAPMIBBLMF&nbsp;8.40&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;2.44%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=CENTRALINS' class='abhead' target='_top'>CENTRALINS&nbsp;18.50&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;0.54%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=CENTRALPHL' class='abhead' target='_top'>CENTRALPHL&nbsp;15.60&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.64%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=CITYBANK' class='abhead' target='_top'>CITYBANK&nbsp;30.00&nbsp;<img src='tkdown.gif' border='0'><br>-0.50&nbsp;&nbsp;&nbsp;&nbsp;-1.64%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=CITYGENINS' class='abhead' target='_top'>CITYGENINS&nbsp;12.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-2.29%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=CNATEX' class='abhead' target='_top'>CNATEX&nbsp;5.20&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;1.96%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=CONFIDCEM' class='abhead' target='_top'>CONFIDCEM&nbsp;189.40&nbsp;<img src='tkdown.gif' border='0'><br>-1.30&nbsp;&nbsp;&nbsp;&nbsp;-0.68%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=CONTININS' class='abhead' target='_top'>CONTININS&nbsp;15.70&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=CVOPRL' class='abhead' target='_top'>CVOPRL&nbsp;196.00&nbsp;<img src='tkdown.gif' border='0'><br>-0.40&nbsp;&nbsp;&nbsp;&nbsp;-0.20%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DACCADYE' class='abhead' target='_top'>DACCADYE&nbsp;6.00&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-1.64%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DAFODILCOM' class='abhead' target='_top'>DAFODILCOM&nbsp;44.40&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-0.45%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DBH' class='abhead' target='_top'>DBH&nbsp;&nbsp;&nbsp;135.00&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>2.80&nbsp;&nbsp;&nbsp;&nbsp;2.12%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DBH1STMF' class='abhead' target='_top'>DBH1STMF&nbsp;8.60&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DELTALIFE' class='abhead' target='_top'>DELTALIFE&nbsp;99.00&nbsp;<img src='tkup.gif' border='0'><br>1.40&nbsp;&nbsp;&nbsp;&nbsp;1.43%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DELTASPINN' class='abhead' target='_top'>DELTASPINN&nbsp;8.30&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-2.35%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DESCO' class='abhead' target='_top'>DESCO&nbsp;&nbsp;&nbsp;42.20&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.50&nbsp;&nbsp;&nbsp;&nbsp;-1.17%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DESHBANDHU' class='abhead' target='_top'>DESHBANDHU&nbsp;19.30&nbsp;<img src='tkdown.gif' border='0'><br>-0.60&nbsp;&nbsp;&nbsp;&nbsp;-3.02%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DHAKABANK' class='abhead' target='_top'>DHAKABANK&nbsp;12.60&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-1.56%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DHAKAINS' class='abhead' target='_top'>DHAKAINS&nbsp;18.30&nbsp;<img src='tkdown.gif' border='0'><br>-0.50&nbsp;&nbsp;&nbsp;&nbsp;-2.66%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DOREENPWR' class='abhead' target='_top'>DOREENPWR&nbsp;107.70&nbsp;<img src='tkdown.gif' border='0'><br>-2.20&nbsp;&nbsp;&nbsp;&nbsp;-2.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DSHGARME' class='abhead' target='_top'>DSHGARME&nbsp;247.00&nbsp;<img src='tkdown.gif' border='0'><br>-1.30&nbsp;&nbsp;&nbsp;&nbsp;-0.52%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DSSL' class='abhead' target='_top'>DSSL&nbsp;&nbsp;&nbsp;41.20&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>3.70&nbsp;&nbsp;&nbsp;&nbsp;9.87%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DULAMIACOT' class='abhead' target='_top'>DULAMIACOT&nbsp;29.10&nbsp;<img src='tkup.gif' border='0'><br>2.60&nbsp;&nbsp;&nbsp;&nbsp;9.81%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=DUTCHBANGL' class='abhead' target='_top'>DUTCHBANGL&nbsp;118.90&nbsp;<img src='tkup.gif' border='0'><br>0.40&nbsp;&nbsp;&nbsp;&nbsp;0.34%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=EASTERNINS' class='abhead' target='_top'>EASTERNINS&nbsp;26.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.37%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=EASTLAND' class='abhead' target='_top'>EASTLAND&nbsp;18.90&nbsp;<img src='tkup.gif' border='0'><br>0.40&nbsp;&nbsp;&nbsp;&nbsp;2.16%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=EASTRNLUB' class='abhead' target='_top'>EASTRNLUB&nbsp;1596.00&nbsp;<img src='tkdown.gif' border='0'><br>-7.90&nbsp;&nbsp;&nbsp;&nbsp;-0.49%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=EBL' class='abhead' target='_top'>EBL&nbsp;&nbsp;&nbsp;31.20&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-0.95%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=EBL1STMF' class='abhead' target='_top'>EBL1STMF&nbsp;7.30&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=EBLNRBMF' class='abhead' target='_top'>EBLNRBMF&nbsp;5.90&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ECABLES' class='abhead' target='_top'>ECABLES&nbsp;179.70&nbsp;<img src='tkdown.gif' border='0'><br>-5.60&nbsp;&nbsp;&nbsp;&nbsp;-3.02%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=EHL' class='abhead' target='_top'>EHL&nbsp;&nbsp;&nbsp;48.20&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-1.00&nbsp;&nbsp;&nbsp;&nbsp;-2.03%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=EMERALDOIL' class='abhead' target='_top'>EMERALDOIL&nbsp;10.40&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;1.96%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ENVOYTEX' class='abhead' target='_top'>ENVOYTEX&nbsp;36.50&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ETL' class='abhead' target='_top'>ETL&nbsp;&nbsp;&nbsp;15.90&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=EXIM1STMF' class='abhead' target='_top'>EXIM1STMF&nbsp;6.50&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;1.56%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=EXIMBANK' class='abhead' target='_top'>EXIMBANK&nbsp;11.00&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.90%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FAMILYTEX' class='abhead' target='_top'>FAMILYTEX&nbsp;5.90&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FARCHEM' class='abhead' target='_top'>FARCHEM&nbsp;17.50&nbsp;<img src='tkup.gif' border='0'><br>0.30&nbsp;&nbsp;&nbsp;&nbsp;1.74%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FAREASTFIN' class='abhead' target='_top'>FAREASTFIN&nbsp;6.70&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FAREASTLIF' class='abhead' target='_top'>FAREASTLIF&nbsp;68.40&nbsp;<img src='tkup.gif' border='0'><br>1.90&nbsp;&nbsp;&nbsp;&nbsp;2.86%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FASFIN' class='abhead' target='_top'>FASFIN&nbsp;10.70&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-1.83%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FBFIF' class='abhead' target='_top'>FBFIF&nbsp;&nbsp;&nbsp;5.40&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FEDERALINS' class='abhead' target='_top'>FEDERALINS&nbsp;8.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-1.12%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FEKDIL' class='abhead' target='_top'>FEKDIL&nbsp;18.30&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FINEFOODS' class='abhead' target='_top'>FINEFOODS&nbsp;35.30&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FIRSTFIN' class='abhead' target='_top'>FIRSTFIN&nbsp;6.80&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;1.49%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FIRSTSBANK' class='abhead' target='_top'>FIRSTSBANK&nbsp;10.10&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.98%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FORTUNE' class='abhead' target='_top'>FORTUNE&nbsp;32.40&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.31%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FUWANGCER' class='abhead' target='_top'>FUWANGCER&nbsp;15.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.40&nbsp;&nbsp;&nbsp;&nbsp;-2.45%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=FUWANGFOOD' class='abhead' target='_top'>FUWANGFOOD&nbsp;20.40&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GBBPOWER' class='abhead' target='_top'>GBBPOWER&nbsp;16.80&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GEMINISEA' class='abhead' target='_top'>GEMINISEA&nbsp;419.00&nbsp;<img src='tkup.gif' border='0'><br>1.00&nbsp;&nbsp;&nbsp;&nbsp;0.24%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GENNEXT' class='abhead' target='_top'>GENNEXT&nbsp;8.30&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;1.22%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GHAIL' class='abhead' target='_top'>GHAIL&nbsp;&nbsp;&nbsp;41.00&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GHCL' class='abhead' target='_top'>GHCL&nbsp;&nbsp;&nbsp;51.80&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>4.70&nbsp;&nbsp;&nbsp;&nbsp;9.98%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="140" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GLAXOSMITH' class='abhead' target='_top'>GLAXOSMITH&nbsp;1321.10&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-0.02%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GLOBALINS' class='abhead' target='_top'>GLOBALINS&nbsp;12.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.78%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GOLDENSON' class='abhead' target='_top'>GOLDENSON&nbsp;10.00&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;1.01%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GP' class='abhead' target='_top'>GP&nbsp;&nbsp;&nbsp;393.10&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-2.20&nbsp;&nbsp;&nbsp;&nbsp;-0.56%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GPHISPAT' class='abhead' target='_top'>GPHISPAT&nbsp;37.90&nbsp;<img src='tkup.gif' border='0'><br>0.30&nbsp;&nbsp;&nbsp;&nbsp;0.80%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GQBALLPEN' class='abhead' target='_top'>GQBALLPEN&nbsp;94.00&nbsp;<img src='tkup.gif' border='0'><br>0.50&nbsp;&nbsp;&nbsp;&nbsp;0.53%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GRAMEENS2' class='abhead' target='_top'>GRAMEENS2&nbsp;16.30&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GREENDELMF' class='abhead' target='_top'>GREENDELMF&nbsp;8.10&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-1.22%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GREENDELT' class='abhead' target='_top'>GREENDELT&nbsp;56.40&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-0.53%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=GSPFINANCE' class='abhead' target='_top'>GSPFINANCE&nbsp;18.10&nbsp;<img src='tkdown.gif' border='0'><br>-0.50&nbsp;&nbsp;&nbsp;&nbsp;-2.69%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=HAKKANIPUL' class='abhead' target='_top'>HAKKANIPUL&nbsp;55.20&nbsp;<img src='tkdown.gif' border='0'><br>-1.30&nbsp;&nbsp;&nbsp;&nbsp;-2.30%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=HEIDELBCEM' class='abhead' target='_top'>HEIDELBCEM&nbsp;350.10&nbsp;<img src='tkdown.gif' border='0'><br>-2.70&nbsp;&nbsp;&nbsp;&nbsp;-0.77%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=HFL' class='abhead' target='_top'>HFL&nbsp;&nbsp;&nbsp;27.50&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;0.36%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=HRTEX' class='abhead' target='_top'>HRTEX&nbsp;&nbsp;&nbsp;62.40&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>1.80&nbsp;&nbsp;&nbsp;&nbsp;2.97%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=HWAWELLTEX' class='abhead' target='_top'>HWAWELLTEX&nbsp;41.10&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.24%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=IBBLPBOND' class='abhead' target='_top'>IBBLPBOND&nbsp;921.50&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=IBNSINA' class='abhead' target='_top'>IBNSINA&nbsp;320.00&nbsp;<img src='tkup.gif' border='0'><br>18.00&nbsp;&nbsp;&nbsp;&nbsp;5.96%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ICB' class='abhead' target='_top'>ICB&nbsp;&nbsp;&nbsp;140.00&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-1.40&nbsp;&nbsp;&nbsp;&nbsp;-0.99%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ICB3RDNRB' class='abhead' target='_top'>ICB3RDNRB&nbsp;5.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-1.67%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ICBAGRANI1' class='abhead' target='_top'>ICBAGRANI1&nbsp;7.50&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-1.32%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ICBAMCL2ND' class='abhead' target='_top'>ICBAMCL2ND&nbsp;7.20&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ICBEPMF1S1' class='abhead' target='_top'>ICBEPMF1S1&nbsp;6.30&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-1.56%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ICBIBANK' class='abhead' target='_top'>ICBIBANK&nbsp;4.60&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-2.13%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=IDLC' class='abhead' target='_top'>IDLC&nbsp;&nbsp;&nbsp;59.80&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=IFADAUTOS' class='abhead' target='_top'>IFADAUTOS&nbsp;117.00&nbsp;<img src='tkdown.gif' border='0'><br>-0.70&nbsp;&nbsp;&nbsp;&nbsp;-0.59%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=IFIC' class='abhead' target='_top'>IFIC&nbsp;&nbsp;&nbsp;11.40&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=IFIC1STMF' class='abhead' target='_top'>IFIC1STMF&nbsp;5.50&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;1.85%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=IFILISLMF1' class='abhead' target='_top'>IFILISLMF1&nbsp;7.50&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-1.32%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ILFSL' class='abhead' target='_top'>ILFSL&nbsp;&nbsp;&nbsp;13.30&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-2.21%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=IMAMBUTTON' class='abhead' target='_top'>IMAMBUTTON&nbsp;28.50&nbsp;<img src='tkup.gif' border='0'><br>1.50&nbsp;&nbsp;&nbsp;&nbsp;5.56%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=INTECH' class='abhead' target='_top'>INTECH&nbsp;20.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.48%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=INTRACO' class='abhead' target='_top'>INTRACO&nbsp;39.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.70&nbsp;&nbsp;&nbsp;&nbsp;-1.72%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=IPDC' class='abhead' target='_top'>IPDC&nbsp;&nbsp;&nbsp;28.50&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.80&nbsp;&nbsp;&nbsp;&nbsp;-2.73%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ISLAMIBANK' class='abhead' target='_top'>ISLAMIBANK&nbsp;23.50&nbsp;<img src='tkup.gif' border='0'><br>0.80&nbsp;&nbsp;&nbsp;&nbsp;3.52%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ISLAMICFIN' class='abhead' target='_top'>ISLAMICFIN&nbsp;16.00&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-1.23%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ISLAMIINS' class='abhead' target='_top'>ISLAMIINS&nbsp;24.10&nbsp;<img src='tkup.gif' border='0'><br>0.30&nbsp;&nbsp;&nbsp;&nbsp;1.26%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ISNLTD' class='abhead' target='_top'>ISNLTD&nbsp;22.80&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ITC' class='abhead' target='_top'>ITC&nbsp;&nbsp;&nbsp;53.20&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>4.80&nbsp;&nbsp;&nbsp;&nbsp;9.92%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=JAMUNABANK' class='abhead' target='_top'>JAMUNABANK&nbsp;14.10&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.70%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=JAMUNAOIL' class='abhead' target='_top'>JAMUNAOIL&nbsp;178.10&nbsp;<img src='tkdown.gif' border='0'><br>-3.00&nbsp;&nbsp;&nbsp;&nbsp;-1.66%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=JANATAINS' class='abhead' target='_top'>JANATAINS&nbsp;13.30&nbsp;<img src='tkup.gif' border='0'><br>0.30&nbsp;&nbsp;&nbsp;&nbsp;2.31%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=JMISMDL' class='abhead' target='_top'>JMISMDL&nbsp;215.00&nbsp;<img src='tkup.gif' border='0'><br>7.40&nbsp;&nbsp;&nbsp;&nbsp;3.56%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=JUTESPINN' class='abhead' target='_top'>JUTESPINN&nbsp;120.50&nbsp;<img src='tkdown.gif' border='0'><br>-5.70&nbsp;&nbsp;&nbsp;&nbsp;-4.52%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=KARNAPHULI' class='abhead' target='_top'>KARNAPHULI&nbsp;13.10&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=KAY&QUE' class='abhead' target='_top'>KAY&QUE&nbsp;182.50&nbsp;<img src='tkdown.gif' border='0'><br>-0.80&nbsp;&nbsp;&nbsp;&nbsp;-0.44%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=KBPPWBIL' class='abhead' target='_top'>KBPPWBIL&nbsp;17.80&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;1.14%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=KDSALTD' class='abhead' target='_top'>KDSALTD&nbsp;115.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.90&nbsp;&nbsp;&nbsp;&nbsp;-0.77%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=KEYACOSMET' class='abhead' target='_top'>KEYACOSMET&nbsp;8.80&nbsp;<img src='tkup.gif' border='0'><br>0.60&nbsp;&nbsp;&nbsp;&nbsp;7.32%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=KOHINOOR' class='abhead' target='_top'>KOHINOOR&nbsp;411.00&nbsp;<img src='tkup.gif' border='0'><br>2.90&nbsp;&nbsp;&nbsp;&nbsp;0.71%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=KPCL' class='abhead' target='_top'>KPCL&nbsp;&nbsp;&nbsp;68.40&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.40&nbsp;&nbsp;&nbsp;&nbsp;-0.58%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=KPPL' class='abhead' target='_top'>KPPL&nbsp;&nbsp;&nbsp;18.40&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>1.60&nbsp;&nbsp;&nbsp;&nnbsp;9.52%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=LANKABAFIN' class='abhead' target='_top'>LANKABAFIN&nbsp;25.70&nbsp;<img src='tkdown.gif' border='0'><br>-0.60&nbsp;&nbsp;&nbsp;&nbsp;-2.28%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=LEGACYFOOT' class='abhead' target='_top'>LEGACYFOOT&nbsp;207.90&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=LHBL' class='abhead' target='_top'>LHBL&nbsp;&nbsp;&nbsp;55.20&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.80&nbsp;&nbsp;&nbsp;&nbsp;-1.43%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=LIBRAINFU' class='abhead' target='_top'>LIBRAINFU&nbsp;970.00&nbsp;<img src='tkdown.gif' border='0'><br>-33.60&nbsp;&nbsp;&nbsp;&nbsp;-3.35%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=LINDEBD' class='abhead' target='_top'>LINDEBD&nbsp;1232.10&nbsp;<img src='tkdown.gif' border='0'><br>-4.60&nbsp;&nbsp;&nbsp;&nbsp;-0.37%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=LRGLOBMF1' class='abhead' target='_top'>LRGLOBMF1&nbsp;7.90&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MAKSONSPIN' class='abhead' target='_top'>MAKSONSPIN&nbsp;8.60&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;2.38%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MALEKSPIN' class='abhead' target='_top'>MALEKSPIN&nbsp;18.40&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;0.55%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MARICO' class='abhead' target='_top'>MARICO&nbsp;1150.00&nbsp;<img src='tkdown.gif' border='0'><br>-26.20&nbsp;&nbsp;&nbsp;&nbsp;-2.23%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MATINSPINN' class='abhead' target='_top'>MATINSPINN&nbsp;40.00&nbsp;<img src='tkup.gif' border='0'><br>0.40&nbsp;&nbsp;&nbsp;&nbsp;1.01%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MBL1STMF' class='abhead' target='_top'>MBL1STMF&nbsp;7.70&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;1.32%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MEGCONMILK' class='abhead' target='_top'>MEGCONMILK&nbsp;18.90&nbsp;<img src='tkdown.gif' border='0'><br>-2.10&nbsp;&nbsp;&nbsp;&nbsp;-10.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MEGHNACEM' class='abhead' target='_top'>MEGHNACEM&nbsp;98.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.60&nbsp;&nbsp;&nbsp;&nbsp;-0.60%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MEGHNALIFE' class='abhead' target='_top'>MEGHNALIFE&nbsp;55.20&nbsp;<img src='tkup.gif' border='0'><br>1.70&nbsp;&nbsp;&nbsp;&nbsp;3.18%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MEGHNAPET' class='abhead' target='_top'>MEGHNAPET&nbsp;16.30&nbsp;<img src='tkdown.gif' border='0'><br>-1.80&nbsp;&nbsp;&nbsp;&nbsp;-9.94%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MERCANBANK' class='abhead' target='_top'>MERCANBANK&nbsp;15.80&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;0.64%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MERCINS' class='abhead' target='_top'>MERCINS&nbsp;24.50&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;0.82%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=METROSPIN' class='abhead' target='_top'>METROSPIN&nbsp;9.60&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;1.05%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MHSML' class='abhead' target='_top'>MHSML&nbsp;&nbsp;&nbsp;16.40&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MICEMENT' class='abhead' target='_top'>MICEMENT&nbsp;79.90&nbsp;<img src='tkup.gif' border='0'><br>0.40&nbsp;&nbsp;&nbsp;&nbsp;0.50%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MIDASFIN' class='abhead' target='_top'>MIDASFIN&nbsp;26.80&nbsp;<img src='tkup.gif' border='0'><br>2.10&nbsp;&nbsp;&nbsp;&nbsp;8.50%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MIRACLEIND' class='abhead' target='_top'>MIRACLEIND&nbsp;48.90&nbsp;<img src='tkdown.gif' border='0'><br>-1.40&nbsp;&nbsp;&nbsp;&nbsp;-2.78%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MITHUNKNIT' class='abhead' target='_top'>MITHUNKNIT&nbsp;20.70&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-1.43%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MJLBD' class='abhead' target='_top'>MJLBD&nbsp;&nbsp;&nbsp;101.70&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.80&nbsp;&nbsp;&nbsp;&nbsp;-0.78%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MONNOCERA' class='abhead' target='_top'>MONNOCERA&nbsp;366.60&nbsp;<img src='tkdown.gif' border='0'><br>-1.00&nbsp;&nbsp;&nbsp;&nbsp;-0.27%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MONNOSTAF' class='abhead' target='_top'>MONNOSTAF&nbsp;4260.10&nbsp;<img src='tkdown.gif' border='0'><br>-44.70&nbsp;&nbsp;&nbsp;&nbsp;-1.04%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MPETROLEUM' class='abhead' target='_top'>MPETROLEUM&nbsp;179.50&nbsp;<img src='tkdown.gif' border='0'><br>-2.30&nbsp;&nbsp;&nbsp;&nbsp;-1.27%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=MTB' class='abhead' target='_top'>MTB&nbsp;&nbsp;&nbsp;31.80&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>0.50&nbsp;&nbsp;&nbsp;&nbsp;1.60%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NAHEEACP' class='abhead' target='_top'>NAHEEACP&nbsp;59.00&nbsp;<img src='tkup.gif' border='0'><br>2.70&nbsp;&nbsp;&nbsp;&nbsp;4.80%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NATLIFEINS' class='abhead' target='_top'>NATLIFEINS&nbsp;152.90&nbsp;<img src='tkup.gif' border='0'><br>2.60&nbsp;&nbsp;&nbsp;&nbsp;1.73%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NAVANACNG' class='abhead' target='_top'>NAVANACNG&nbsp;73.00&nbsp;<img src='tkdown.gif' border='0'><br>-0.60&nbsp;&nbsp;&nbsp;&nbsp;-0.82%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="90" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NBL' class='abhead' target='_top'>NBL&nbsp;&nbsp;&nbsp;9.10&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-1.09%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NCCBANK' class='abhead' target='_top'>NCCBANK&nbsp;13.10&nbsp;<img src='tkdown.gif' border='0'><br>-0.60&nbsp;&nbsp;&nbsp;&nbsp;-4.38%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NCCBLMF1' class='abhead' target='_top'>NCCBLMF1&nbsp;7.40&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NFML' class='abhead' target='_top'>NFML&nbsp;&nbsp;&nbsp;17.10&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NHFIL' class='abhead' target='_top'>NHFIL&nbsp;&nbsp;&nbsp;40.50&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NITOLINS' class='abhead' target='_top'>NITOLINS&nbsp;28.70&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NLI1STMF' class='abhead' target='_top'>NLI1STMF&nbsp;14.60&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;0.69%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NORTHERN' class='abhead' target='_top'>NORTHERN&nbsp;272.00&nbsp;<img src='tkup.gif' border='0'><br>3.30&nbsp;&nbsp;&nbsp;&nbsp;1.23%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NORTHRNINS' class='abhead' target='_top'>NORTHRNINS&nbsp;17.10&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;0.59%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NPOLYMAR' class='abhead' target='_top'>NPOLYMAR&nbsp;99.00&nbsp;<img src='tkdown.gif' border='0'><br>-2.50&nbsp;&nbsp;&nbsp;&nbsp;-2.46%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NTC' class='abhead' target='_top'>NTC&nbsp;&nbsp;&nbsp;614.10&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>3.20&nbsp;&nbsp;&nbsp;&nbsp;0.52%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NTLTUBES' class='abhead' target='_top'>NTLTUBES&nbsp;118.10&nbsp;<img src='tkdown.gif' border='0'><br>-3.20&nbsp;&nbsp;&nbsp;&nbsp;-2.64%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=NURANI' class='abhead' target='_top'>NURANI&nbsp;15.60&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=OAL' class='abhead' target='_top'>OAL&nbsp;&nbsp;&nbsp;17.90&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>0.40&nbsp;&nbsp;&nbsp;&nbsp;2.29%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=OIMEX' class='abhead' target='_top'>OIMEX&nbsp;&nbsp;&nbsp;44.40&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>1.50&nbsp;&nbsp;&nbsp;&nbsp;3.50%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=OLYMPIC' class='abhead' target='_top'>OLYMPIC&nbsp;223.00&nbsp;<img src='tkup.gif' border='0'><br>0.60&nbsp;&nbsp;&nbsp;&nbsp;0.27%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ONEBANKLTD' class='abhead' target='_top'>ONEBANKLTD&nbsp;15.30&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ORIONINFU' class='abhead' target='_top'>ORIONINFU&nbsp;63.20&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;0.32%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ORIONPHARM' class='abhead' target='_top'>ORIONPHARM&nbsp;41.00&nbsp;<img src='tkdown.gif' border='0'><br>-1.20&nbsp;&nbsp;&nbsp;&nbsp;-2.84%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PADMALIFE' class='abhead' target='_top'>PADMALIFE&nbsp;39.30&nbsp;<img src='tkup.gif' border='0'><br>3.50&nbsp;&nbsp;&nbsp;&nbsp;9.78%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PADMAOIL' class='abhead' target='_top'>PADMAOIL&nbsp;226.70&nbsp;<img src='tkup.gif' border='0'><br>2.20&nbsp;&nbsp;&nbsp;&nbsp;0.98%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PARAMOUNT' class='abhead' target='_top'>PARAMOUNT&nbsp;13.30&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-1.48%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PDL' class='abhead' target='_top'>PDL&nbsp;&nbsp;&nbsp;22.00&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PENINSULA' class='abhead' target='_top'>PENINSULA&nbsp;38.00&nbsp;<img src='tkup.gif' border='0'><br>1.70&nbsp;&nbsp;&nbsp;&nbsp;4.68%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PEOPLESINS' class='abhead' target='_top'>PEOPLESINS&nbsp;17.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-1.66%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PF1STMF' class='abhead' target='_top'>PF1STMF&nbsp;6.40&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-1.54%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PHARMAID' class='abhead' target='_top'>PHARMAID&nbsp;625.00&nbsp;<img src='tkup.gif' border='0'><br>2.80&nbsp;&nbsp;&nbsp;&nbsp;0.45%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PHENIXINS' class='abhead' target='_top'>PHENIXINS&nbsp;23.00&nbsp;<img src='tkdown.gif' border='0'><br>-0.40&nbsp;&nbsp;&nbsp;&nbsp;-1.71%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PHOENIXFIN' class='abhead' target='_top'>PHOENIXFIN&nbsp;40.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.70&nbsp;&nbsp;&nbsp;&nbsp;-1.69%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="105" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PHPMF1' class='abhead' target='_top'>PHPMF1&nbsp;6.10&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PIONEERINS' class='abhead' target='_top'>PIONEERINS&nbsp;26.70&nbsp;<img src='tkup.gif' border='0'><br>0.30&nbsp;&nbsp;&nbsp;&nbsp;1.14%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PLFSL' class='abhead' target='_top'>PLFSL&nbsp;&nbsp;&nbsp;6.80&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-4.23%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=POPULAR1MF' class='abhead' target='_top'>POPULAR1MF&nbsp;5.50&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=POWERGRID' class='abhead' target='_top'>POWERGRID&nbsp;48.00&nbsp;<img src='tkup.gif' border='0'><br>0.30&nbsp;&nbsp;&nbsp;&nbsp;0.63%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PRAGATIINS' class='abhead' target='_top'>PRAGATIINS&nbsp;22.00&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;0.92%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PRAGATILIF' class='abhead' target='_top'>PRAGATILIF&nbsp;100.40&nbsp;<img src='tkdown.gif' border='0'><br>-0.70&nbsp;&nbsp;&nbsp;&nbsp;-0.69%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PREMIERBAN' class='abhead' target='_top'>PREMIERBAN&nbsp;10.00&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-2.91%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PREMIERCEM' class='abhead' target='_top'>PREMIERCEM&nbsp;74.40&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-0.27%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PREMIERLEA' class='abhead' target='_top'>PREMIERLEA&nbsp;10.00&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-1.96%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PRIME1ICBA' class='abhead' target='_top'>PRIME1ICBA&nbsp;6.60&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-1.49%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PRIMEBANK' class='abhead' target='_top'>PRIMEBANK&nbsp;15.30&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PRIMEFIN' class='abhead' target='_top'>PRIMEFIN&nbsp;9.70&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;1.04%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PRIMEINSUR' class='abhead' target='_top'>PRIMEINSUR&nbsp;13.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.71%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PRIMELIFE' class='abhead' target='_top'>PRIMELIFE&nbsp;49.20&nbsp;<img src='tkup.gif' border='0'><br>4.40&nbsp;&nbsp;&nbsp;&nbsp;9.82%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PRIMETEX' class='abhead' target='_top'>PRIMETEX&nbsp;37.00&nbsp;<img src='tkup.gif' border='0'><br>1.10&nbsp;&nbsp;&nbsp;&nbsp;3.06%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PROGRESLIF' class='abhead' target='_top'>PROGRESLIF&nbsp;53.00&nbsp;<img src='tkup.gif' border='0'><br>4.30&nbsp;&nbsp;&nbsp;&nbsp;8.83%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PROVATIINS' class='abhead' target='_top'>PROVATIINS&nbsp;16.30&nbsp;<img src='tkup.gif' border='0'><br>0.30&nbsp;&nbsp;&nbsp;&nbsp;1.88%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PTL' class='abhead' target='_top'>PTL&nbsp;&nbsp;&nbsp;62.70&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>1.10&nbsp;&nbsp;&nbsp;&nbsp;1.79%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PUBALIBANK' class='abhead' target='_top'>PUBALIBANK&nbsp;22.50&nbsp;<img src='tkup.gif' border='0'><br>0.60&nbsp;&nbsp;&nbsp;&nbsp;2.74%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=PURABIGEN' class='abhead' target='_top'>PURABIGEN&nbsp;12.40&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;0.81%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=QUASEMIND' class='abhead' target='_top'>QUASEMIND&nbsp;73.00&nbsp;<img src='tkdown.gif' border='0'><br>-1.10&nbsp;&nbsp;&nbsp;&nbsp;-1.48%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=QUEENSOUTH' class='abhead' target='_top'>QUEENSOUTH&nbsp;59.60&nbsp;<img src='tkdown.gif' border='0'><br>-1.20&nbsp;&nbsp;&nbsp;&nbsp;-1.97%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RAHIMTEXT' class='abhead' target='_top'>RAHIMTEXT&nbsp;404.00&nbsp;<img src='tkup.gif' border='0'><br>19.70&nbsp;&nbsp;&nbsp;&nbsp;5.13%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RAKCERAMIC' class='abhead' target='_top'>RAKCERAMIC&nbsp;43.70&nbsp;<img src='tkdown.gif' border='0'><br>-0.50&nbsp;&nbsp;&nbsp;&nbsp;-1.13%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RANFOUNDRY' class='abhead' target='_top'>RANFOUNDRY&nbsp;162.00&nbsp;<img src='tkup.gif' border='0'><br>4.20&nbsp;&nbsp;&nbsp;&nbsp;2.66%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RDFOOD' class='abhead' target='_top'>RDFOOD&nbsp;17.30&nbsp;<img src='tkup.gif' border='0'><br>0.30&nbsp;&nbsp;&nbsp;&nbsp;1.76%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="140" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RECKITTBEN' class='abhead' target='_top'>RECKITTBEN&nbsp;1815.00&nbsp;<img src='tkup.gif' border='0'><br>8.90&nbsp;&nbsp;&nbsp;&nbsp;0.49%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=REGENTTEX' class='abhead' target='_top'>REGENTTEX&nbsp;19.50&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RELIANCE1' class='abhead' target='_top'>RELIANCE1&nbsp;10.40&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.95%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RELIANCINS' class='abhead' target='_top'>RELIANCINS&nbsp;47.00&nbsp;<img src='tkup.gif' border='0'><br>1.80&nbsp;&nbsp;&nbsp;&nbsp;3.98%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RENATA' class='abhead' target='_top'>RENATA&nbsp;1250.00&nbsp;<img src='tkdown.gif' border='0'><br>-16.50&nbsp;&nbsp;&nbsp;&nbsp;-1.30%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RENWICKJA' class='abhead' target='_top'>RENWICKJA&nbsp;902.50&nbsp;<img src='tkdown.gif' border='0'><br>-37.10&nbsp;&nbsp;&nbsp;&nbsp;-3.95%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=REPUBLIC' class='abhead' target='_top'>REPUBLIC&nbsp;19.70&nbsp;<img src='tkdown.gif' border='0'><br>-0.70&nbsp;&nbsp;&nbsp;&nbsp;-3.43%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RNSPIN' class='abhead' target='_top'>RNSPIN&nbsp;11.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.84%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RSRMSTEEL' class='abhead' target='_top'>RSRMSTEEL&nbsp;62.60&nbsp;<img src='tkdown.gif' border='0'><br>-1.30&nbsp;&nbsp;&nbsp;&nbsp;-2.03%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RUPALIBANK' class='abhead' target='_top'>RUPALIBANK&nbsp;36.80&nbsp;<img src='tkdown.gif' border='0'><br>-1.20&nbsp;&nbsp;&nbsp;&nbsp;-3.16%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RUPALIINS' class='abhead' target='_top'>RUPALIINS&nbsp;15.40&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.65%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=RUPALILIFE' class='abhead' target='_top'>RUPALILIFE&nbsp;49.00&nbsp;<img src='tkup.gif' border='0'><br>3.00&nbsp;&nbsp;&nbsp;&nbsp;6.52%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SAFKOSPINN' class='abhead' target='_top'>SAFKOSPINN&nbsp;19.80&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;1.02%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SAIFPOWER' class='abhead' target='_top'>SAIFPOWER&nbsp;26.50&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-1.12%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SAIHAMCOT' class='abhead' target='_top'>SAIHAMCOT&nbsp;15.20&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;1.33%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SAIHAMTEX' class='abhead' target='_top'>SAIHAMTEX&nbsp;24.10&nbsp;<img src='tkup.gif' border='0'><br>2.00&nbsp;&nbsp;&nbsp;&nbsp;9.05%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SALAMCRST' class='abhead' target='_top'>SALAMCRST&nbsp;34.30&nbsp;<img src='tkup.gif' border='0'><br>0.30&nbsp;&nbsp;&nbsp;&nbsp;0.88%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SALVOCHEM' class='abhead' target='_top'>SALVOCHEM&nbsp;27.80&nbsp;<img src='tkup.gif' border='0'><br>0.30&nbsp;&nbsp;&nbsp;&nbsp;1.09%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SAMATALETH' class='abhead' target='_top'>SAMATALETH&nbsp;57.00&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;0.18%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SAMORITA' class='abhead' target='_top'>SAMORITA&nbsp;81.40&nbsp;<img src='tkup.gif' border='0'><br>1.20&nbsp;&nbsp;&nbsp;&nbsp;1.50%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SANDHANINS' class='abhead' target='_top'>SANDHANINS&nbsp;27.50&nbsp;<img src='tkup.gif' border='0'><br>1.00&nbsp;&nbsp;&nbsp;&nbsp;3.77%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SAPORTL' class='abhead' target='_top'>SAPORTL&nbsp;29.20&nbsp;<img src='tkdown.gif' border='0'><br>-0.40&nbsp;&nbsp;&nbsp;&nbsp;-1.35%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SAVAREFR' class='abhead' target='_top'>SAVAREFR&nbsp;146.70&nbsp;<img src='tkup.gif' border='0'><br>8.20&nbsp;&nbsp;&nbsp;&nbsp;5.92%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SEBL1STMF' class='abhead' target='_top'>SEBL1STMF&nbsp;13.40&nbsp;<img src='tkdown.gif' border='0'><br>-0.10&nbsp;&nbsp;&nbsp;&nbsp;-0.74%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SEMLLECMF' class='abhead' target='_top'>SEMLLECMF&nbsp;8.50&nbsp;<img src='tkup.gif' border='0'><br>0.60&nbsp;&nbsp;&nbsp;&nbsp;7.59%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SHAHJABANK' class='abhead' target='_top'>SHAHJABANK&nbsp;23.50&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SHASHADNIM' class='abhead' target='_top'>SHASHADNIM&nbsp;62.20&nbsp;<img src='tkdown.gif' border='0'><br>-3.70&nbsp;&nbsp;&nbsp;&nbsp;-5.61%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SHEPHERD' class='abhead' target='_top'>SHEPHERD&nbsp;29.40&nbsp;<img src='tkup.gif' border='0'><br>0.70&nbsp;&nbsp;&nbsp;&nbsp;2.44%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SHURWID' class='abhead' target='_top'>SHURWID&nbsp;22.50&nbsp;<img src='tkup.gif' border='0'><br>1.80&nbsp;&nbsp;&nbsp;&nbsp;8.70%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SHYAMPSUG' class='abhead' target='_top'>SHYAMPSUG&nbsp;35.30&nbsp;<img src='tkdown.gif' border='0'><br>-3.90&nbsp;&nbsp;&nbsp;&nbsp;-9.95%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SIBL' class='abhead' target='_top'>SIBL&nbsp;&nbsp;&nbsp;15.10&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;0.67%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SIMTEX' class='abhead' target='_top'>SIMTEX&nbsp;27.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.40&nbsp;&nbsp;&nbsp;&nbsp;-1.42%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SINGERBD' class='abhead' target='_top'>SINGERBD&nbsp;203.00&nbsp;<img src='tkup.gif' border='0'><br>1.40&nbsp;&nbsp;&nbsp;&nbsp;0.69%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SINOBANGLA' class='abhead' target='_top'>SINOBANGLA&nbsp;64.40&nbsp;<img src='tkdown.gif' border='0'><br>-2.80&nbsp;&nbsp;&nbsp;&nbsp;-4.17%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SKTRIMS' class='abhead' target='_top'>SKTRIMS&nbsp;34.50&nbsp;<img src='tkdown.gif' border='0'><br>-1.50&nbsp;&nbsp;&nbsp;&nbsp;-4.17%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SONALIANSH' class='abhead' target='_top'>SONALIANSH&nbsp;300.00&nbsp;<img src='tkup.gif' border='0'><br>1.00&nbsp;&nbsp;&nbsp;&nbsp;0.33%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SONARBAINS' class='abhead' target='_top'>SONARBAINS&nbsp;14.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-1.32%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SONARGAON' class='abhead' target='_top'>SONARGAON&nbsp;16.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.50&nbsp;&nbsp;&nbsp;&nbsp;-2.87%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SOUTHEASTB' class='abhead' target='_top'>SOUTHEASTB&nbsp;13.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.50&nbsp;&nbsp;&nbsp;&nbsp;-3.47%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SPCERAMICS' class='abhead' target='_top'>SPCERAMICS&nbsp;18.70&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;1.08%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="100" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SPCL' class='abhead' target='_top'>SPCL&nbsp;&nbsp;&nbsp;98.60&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-1.30&nbsp;&nbsp;&nbsp;&nbsp;-1.30%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SQUARETEXT' class='abhead' target='_top'>SQUARETEXT&nbsp;51.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.80&nbsp;&nbsp;&nbsp;&nbsp;-1.52%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="135" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SQURPHARMA' class='abhead' target='_top'>SQURPHARMA&nbsp;273.10&nbsp;<img src='tkdown.gif' border='0'><br>-0.70&nbsp;&nbsp;&nbsp;&nbsp;-0.26%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=STANCERAM' class='abhead' target='_top'>STANCERAM&nbsp;153.70&nbsp;<img src='tkup.gif' border='0'><br>1.00&nbsp;&nbsp;&nbsp;&nbsp;0.65%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=STANDARINS' class='abhead' target='_top'>STANDARINS&nbsp;22.40&nbsp;<img src='tkup.gif' border='0'><br>2.00&nbsp;&nbsp;&nbsp;&nbsp;9.80%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=STANDBANKL' class='abhead' target='_top'>STANDBANKL&nbsp;10.50&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-1.87%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="140" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=STYLECRAFT' class='abhead' target='_top'>STYLECRAFT&nbsp;2930.00&nbsp;<img src='tkdown.gif' border='0'><br>-28.90&nbsp;&nbsp;&nbsp;&nbsp;-0.98%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SUMITPOWER' class='abhead' target='_top'>SUMITPOWER&nbsp;39.00&nbsp;<img src='tkdown.gif' border='0'><br>-1.10&nbsp;&nbsp;&nbsp;&nbsp;-2.74%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=SUNLIFEINS' class='abhead' target='_top'>SUNLIFEINS&nbsp;22.10&nbsp;<img src='tkup.gif' border='0'><br>0.80&nbsp;&nbsp;&nbsp;&nbsp;3.76%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=TAKAFULINS' class='abhead' target='_top'>TAKAFULINS&nbsp;22.50&nbsp;<img src='tkdown.gif' border='0'><br>-0.80&nbsp;&nbsp;&nbsp;&nbsp;-3.43%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=TALLUSPIN' class='abhead' target='_top'>TALLUSPIN&nbsp;6.60&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=TITASGAS' class='abhead' target='_top'>TITASGAS&nbsp;39.00&nbsp;<img src='tkup.gif' border='0'><br>0.40&nbsp;&nbsp;&nbsp;&nbsp;1.04%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=TOSRIFA' class='abhead' target='_top'>TOSRIFA&nbsp;20.50&nbsp;<img src='tkup.gif' border='0'><br>0.30&nbsp;&nbsp;&nbsp;&nbsp;1.49%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=TRUSTB1MF' class='abhead' target='_top'>TRUSTB1MF&nbsp;6.10&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;1.67%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=TRUSTBANK' class='abhead' target='_top'>TRUSTBANK&nbsp;26.60&nbsp;<img src='tkup.gif' border='0'><br>0.40&nbsp;&nbsp;&nbsp;&nbsp;1.53%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="110" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=TUNGHAI' class='abhead' target='_top'>TUNGHAI&nbsp;5.90&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;1.72%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=UCB' class='abhead' target='_top'>UCB&nbsp;&nbsp;&nbsp;16.20&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;0.62%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=UNIONCAP' class='abhead' target='_top'>UNIONCAP&nbsp;12.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.50&nbsp;&nbsp;&nbsp;&nbsp;-3.73%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=UNIQUEHRL' class='abhead' target='_top'>UNIQUEHRL&nbsp;52.50&nbsp;<img src='tkdown.gif' border='0'><br>-1.20&nbsp;&nbsp;&nbsp;&nbsp;-2.23%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=UNITEDAIR' class='abhead' target='_top'>UNITEDAIR&nbsp;3.50&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=UNITEDFIN' class='abhead' target='_top'>UNITEDFIN&nbsp;16.90&nbsp;<img src='tkdown.gif' border='0'><br>-0.40&nbsp;&nbsp;&nbsp;&nbsp;-2.31%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=UNITEDINS' class='abhead' target='_top'>UNITEDINS&nbsp;21.80&nbsp;<img src='tkdown.gif' border='0'><br>-0.30&nbsp;&nbsp;&nbsp;&nbsp;-1.36%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=UPGDCL' class='abhead' target='_top'>UPGDCL&nbsp;306.90&nbsp;<img src='tkdown.gif' border='0'><br>-3.90&nbsp;&nbsp;&nbsp;&nbsp;-1.25%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=USMANIAGL' class='abhead' target='_top'>USMANIAGL&nbsp;161.50&nbsp;<img src='tkdown.gif' border='0'><br>-3.00&nbsp;&nbsp;&nbsp;&nbsp;-1.82%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=UTTARABANK' class='abhead' target='_top'>UTTARABANK&nbsp;23.60&nbsp;<img src='tkup.gif' border='0'><br>0.10&nbsp;&nbsp;&nbsp;&nbsp;0.43%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=UTTARAFIN' class='abhead' target='_top'>UTTARAFIN&nbsp;54.40&nbsp;<img src='tkdown.gif' border='0'><br>-0.90&nbsp;&nbsp;&nbsp;&nbsp;-1.63%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=VAMLBDMF1' class='abhead' target='_top'>VAMLBDMF1&nbsp;8.90&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;2.30%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="115" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=VAMLRBBF' class='abhead' target='_top'>VAMLRBBF&nbsp;8.60&nbsp;<img src='tkup.gif' border='0'><br>0.30&nbsp;&nbsp;&nbsp;&nbsp;3.61%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=WATACHEM' class='abhead' target='_top'>WATACHEM&nbsp;290.10&nbsp;<img src='tkup.gif' border='0'><br>0.20&nbsp;&nbsp;&nbsp;&nbsp;0.07%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=WMSHIPYARD' class='abhead' target='_top'>WMSHIPYARD&nbsp;28.20&nbsp;<img src='tkdown.gif' border='0'><br>-0.60&nbsp;&nbsp;&nbsp;&nbsp;-2.08%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="95" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=YPL' class='abhead' target='_top'>YPL&nbsp;&nbsp;&nbsp;17.40&nbsp;&nbsp;&nbsp;&nbsp;<img src='tkdown.gif' border='0'><br>-0.20&nbsp;&nbsp;&nbsp;&nbsp;-1.14%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ZAHEENSPIN' class='abhead' target='_top'>ZAHEENSPIN&nbsp;14.50&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="120" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ZAHINTEX' class='abhead' target='_top'>ZAHINTEX&nbsp;14.00&nbsp;<img src='tkupdown.gif' border='0'><br>0.00&nbsp;&nbsp;&nbsp;&nbsp;0.00%</font></span></a><br></td></tr></table></td><td valign='top' height='30'><table width="130" border="0" cellspacing="0" cellpadding="0"><tr><td height='30' width='100%'><a href ='displayCompany.php?name=ZEALBANGLA' class='abhead' target='_top'>ZEALBANGLA&nbsp;41.00&nbsp;<img src='tkdown.gif' border='0'><br>-1.10&nbsp;&nbsp;&nbsp;&nbsp;-2.61%</font></span></a><br></td></tr></table></td> </tr> </table> </marquee> </div> </td> <td width="15" background="imgs/topdown.gif"><div align="center"><img id="IMG1" name="IMG1" src="stop.gif" alt id="al" onClick="swapImagess();" width="10" height="11"><br> <img id="IMG2" name="IMG2" src="fast.jpg" alt="Increase the speed of the ticker" onClick="swapImagespeed();" width="10" height="11"><br> <img id="IMG3" name="IMG3" src="right.jpg" alt="Set the ticker's scrolling direction to right" onClick="swapImagedir();" width="10" height="12"></div></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><table border="0" cellpadding="0" cellspacing="0" width="990"> <tr> <td width="100%" background="imgs/whitedot.gif" colspan="2"><img border="0" src="imgs/whitedot.gif" width="1" height="1"></td> </tr> <tr> <td width="1" background="imgs/upmenubg.gif">&nbsp;</td> <td background="imgs/upmenubg.gif" width="990"> <div align="center"> <table border="0" cellpadding="2" width="100%"> <tr> <td width="65%"> <script language="JavaScript" src="newmenu/JSCookMenu.js" type="text/javascript"></script> <script language="JavaScript" src="newmenu/theme.js" type="text/javascript"></script> <link rel="stylesheet" href="newmenu/theme.css" type="text/css" /> <div id="myMenuID"></div> <script language="JavaScript" type="text/javascript"> var myMenu = [ [null,'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|','index.php','_self','Home'], [null,'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;About Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|',null,null,null, [null,'Introduction to DSE','ilf.php','_self','Introduction to DSE'], [null,'Misssion & Vision','vision.php','_self','Misssion & Vision'], [null,'DSE at a Glance','dseglance.php','_self','DSE at a Glance'], [null,'Board of Directors','directors.php','_self','Board of Directors'], [null,'Board Committees',null,null,'Board Committees', [null,'Nomination and Remuneration Committee','committee_nomination.php','_self','Nomination and Remuneration Committee'], [null,'Regulatory Affiars Committee','committee_regulatory.php','_self','Regulatory Affiars Committee'], [null,'Audit and Risk Management Committee','committee_audit_risk management.php','_self','Audit and Risk Management Committee'], [null,'Appeals Committee','committee_appeals.php','_self','Appeals Committee'], [null,'Conflict Mitigation Committee','committee_conflict_mitigation.php','_self','Conflict Mitigation Committee'] ], [null,'DSE Management','manag.php','_self','DSE Management'], [null,'DSE Presidents/Chairmen','presidents.php','_self','DSE Presidents/Chairmen'], [null,'Legal Control','ilf.php#lc','_self','Legal Control'], [null,'Function of DSE','ilf.php#fnd','_self','Function of DSE'], [null,'Clearing & Settlement','settle.php','_self','Clearing & Settlement'], [null,'DSE Indices',null,null,'DSE Indices', [null,'Index developed by S&P','pdf/DSEX & DS30.pdf','_self','Index developed by S&P'], [null,'DSEX Shariah Index Methodology','pdf/DSES.pdf','_self','DSEX Shariah Index Methodology'], [null,'Algorithm of DSE Indices','dse_algorithm.php','_self','Algorithm of DSE Indices'], [null,'DSEX Index','dseX_share.php','_self','DSEX Index'], [null,'DS30 Index','dse30_share.php','_self','DS30 Index'] ], [null,'Holidays & Trading Sessions','hts.php','_self','Holidays & Trading Sessions'], [null,'Departments of DSE','dse_dept.php','_self','Departments of DSE'], [null,"TREC Holders' Directory",'search_member_with_branch.php','_self',"TREC Holders' Directory"], /* [null,'Automated Trading System','pdf/DSEATS.pdf','_self','Automated Trading System'], [null,'Memorandum & Articles of Association','pdf/MandA.pdf','_self','Memorandum & Articles of Association'],*/ [null,'OTC Market','otc.php','_self','OTC Market'], [null,'Surveillance','surv.php','_self','Surveillance'], [null,'Annual Report','download/Annual_Report.zip','_self','Annual Report'] ], [null,'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Market Updates&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|',null,null,'Market Updates', [null,"Today's Market",null,null,"Today's Market", [null,'Top 20 Shares','top_20_share.php','_self','Top 20 Share'], [null,'Latest Share Price','latest_share_price_scroll_l.php','_self','Latest Share Price'] ], [null,'Circuit Breaker','cbul.php','_self','Circuit Breaker'], [null,'Top 10 Gainers','top_ten_gainer.php','_self','Top 10 Gainers'], [null,'Top 10 Losers','top_ten_loser.php','_self','Top 10 Losers'], //[null,'Market Statistics','marketstatistics.php','_self','Market Statistics'], [null,'Market Statistics','market-statistics.php','_self','Market Statistics'], [null,'Companies AGM/EGM and Record Date','CompAGM&RecordDate.php','_self','Companies AGM/EGM and Record Date'], [null,'Recent Market Information','recent_market_information.php','_self','Recent Market Information'], [null,'Monthly Reviews & Graphs','mrg.php','_self','Monthly Reviews & Graphs'], [null,'Comparison of Market','markets.php','_self','Comparison of Market'] ], [null,'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rules & Regulations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|',null,null,'Rules & Regulations', [null,'TREC Regulations','trecregulation.php','_self','TREC Regulations'], [null,'Listing Regulations','Listing_rule','_self','Listing Regulations'], [null,'The Exchanges Demutualization Act 2013','pdf/Demu Act 2013.pdf','_self','The Exchanges Demutualization Act 2013'], [null,'Demutualization Scheme','Demutualization_scheme/index','_self','Demutualization Scheme'], [null,'Corporate Governance Code','Corporate_Governance_Code.php','_self','Corporate Governance Code'], [null,'Settlement Regulations','settlementrule.php','_self','Settlement Regulations'], [null,'Settlement Guarantee Fund Regulations-2013','pdf/SGF-27082014130507.pdf','_self','Settlement Guarantee Fund Regulations-2013'], [null,'Short-Sale Regulations-2006','pdf/short sale Reg.pdf','_self','Short-Sale Regulations-2006'], [null,'Automated Trading Regulations-99','pdf/auto_trade.pdf','_self','Automated Trading Regulations-99'], [null,'Investors Protection Fund Regulations','ipfr.php','_self','Investors Protection Fund Regulations'], [null,'Margin Rules-99','pdf/margin_rules.pdf','_self','Margin Rules-99'], [null,'TREC Holder Margin Regulations','memmarginregulation.php','_self','TREC Holder Margin Regulations'], [null,'Board and Administration Regulations','boardadmin.php','_self','Board and Administration Regulations'], [null,'Securities Related Laws','http://www.sec.gov.bd/home/laws','_self','Securities Related Laws'] ], [null,'&nbsp;&nbsp;Companies&acute;/ Securities&acute; Info&nbsp;&nbsp;&nbsp;|',null,null,'Companies&acute;/ Securities&acute; Info', [null,'Listed Companies/ Securities','company listing.php','_self','Listed Companies/ Securities'], [null,'Companies&acute; AGM/EGM and Record Date','CompAGM&RecordDate.php','_self','Companies&acute; AGM/EGM and Record Date'], [null,'New Issues (IPO)','ipo.php','_self','New Issues (IPO)'], [null,'IPO/ RPO/ Rights Proceeds Utilisation','rights_issue_utilisation.php','_self','IPO/ RPO/ Rights Proceeds Utilisation'], ], [null,'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Investor Guide&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|',null,null,'Investor Guide', [null,'General Profile of Bangladesh','genprof.php','_self','General Profile of Bangladesh'], [null,'Economy of Bangladesh','ecobd.php','_self','Economy of Bangladesh'], [null,'Market at a Glance','mglc.php','_self','Market at a Glance'], [null,'Opportunity for Foreign Investors','pdf/facilities for for foreign investors.pdf','_self','Opportunity for Foriegn Investors'], [null,'Facilities for Non-resident Bangladeshis','pdf/facilities for nrb.pdf','_self','Facilitise for Non-resident Bangladeshis'], //[null,'Financial & Economical Updates','feu.php','_self','Financial & Economical Updates'], [null,'Process of Gift/Transfer of Shares','share_transfer_procedure.php','_self','Process of Gift/Transfer of Shares'], [null,'FAQ','dse_faq.php','_self','FAQ'] ], [null,'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Listing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|','#','_self','Listing', [null,'Benefits of Listing','benifits_of_listing.php','_self','Benefits of Listing'], [null,'Why List with DSE','why_dse_listing.php','_self','Why List with DSE'], [null,'Methods of Listing','why_dse_listing.php#methods','_self','Methods of Listing'], [null,'Provisions of Mandatory Listing','provision_for_listing.php','_self','Provisions of Mandatory Listing'], [null,'Eligibility Criteria for Listing','criteria_for_listing.php','_self','Eligibility Criteria for Listing'], [null,'Listing Procedure/Listing Guidebook','listing_procedure.php','_self','Listing Procedure/Listing Guidebook'], [null,'Listing Time Line','listing_timeline.php','_self','Listing Time Line'], [null,'New Public Offerings',null,null,'New Public Offerings', [null,'Fixed Price','fixedpriceipo.php','_self','Fixed Price'], [null,'Book Building','bookbuildingipo.php','_self','Book Building'], [null,'Direct Listing','directlisting.php','_self','Direct Listing'] ], [null,'Rights Offer','rightoffers.php','_self','Rights Offer'], [null,'Listing Fees','listing_fees.php','_self','Listing Fees'], [null,'Share Transfer Process','share_transfer_procedure.php','_self','Share Transfer Process'], [null,'Formats Under Listing Regulation','listing_reg_2015.php','_self','Formats Under Listing Regulation'], [null,'E-Investors Complaint','complaintCell.php','_self','E-Investor’s Complaint'], ], [null,'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Products &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|','#','_self','Products', [null,'Equity','products_of_dse.php','_self','Equity'], [null,'Debt','products_of_dse.php#Debt','_self','Debt'], [null,'Future Products','products_of_dse.php#FutureProd','_self','Future Products'], /* [null,'MDD','mdd.php','_self','MDD'],*/ ], [null,'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|','contact.php','_self','Contact Us'] ]; cmDraw ('myMenuID', myMenu, 'hbr', cmThemeOffice, 'ThemeOffice'); </script> </td> </tr> </table> </div></td> </tr> <tr> <td width="100%" background="imgs/whitedot.gif" colspan="2"><img border="0" src="imgs/whitedot.gif" width="1" height="1"></td> </tr> </table></td> </tr> </table> </div> </body> </html><TABLE align="center" cellSpacing=0 cellPadding=0 width=990 border=0> <TBODY> <TR> <TD width="100%" background="Welcome to DSE_files/whitedot.gif"><IMG height=1 src="Welcome to DSE_files/whitedot.gif" width=1 border=0></TD></TR> <TR> <TD width="100%" background="Welcome to DSE_files/whitedot.gif"><IMG height=1 src="Welcome to DSE_files/whitedot.gif" width=1 border=0></TD></TR></TBODY></TABLE> <TABLE align="center" cellSpacing=0 cellPadding=0 width=990 border=0> <TBODY> <TR> <TD vAlign=top width=165 background="Welcome to DSE_files/greendot.gif"> <head> <style> #inleft tr { display:block; background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #2B5A7A), color-stop(1, #6CB5D4) ); background: rgba(110,178,201,1); background: -moz-linear-gradient(top, rgba(110,178,201,1) 0%, rgba(110,178,201,1) 5%, rgba(40,131,154,1) 49%, rgba(9,101,117,1) 53%, rgba(89,162,184,1) 84%, rgba(110,178,201,1) 92%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(110,178,201,1)), color-stop(5%, rgba(110,178,201,1)), color-stop(49%, rgba(40,131,154,1)), color-stop(53%, rgba(9,101,117,1)), color-stop(84%, rgba(89,162,184,1)), color-stop(92%, rgba(110,178,201,1))); background: -webkit-linear-gradient(top, rgba(110,178,201,1) 0%, rgba(110,178,201,1) 5%, rgba(40,131,154,1) 49%, rgba(9,101,117,1) 53%, rgba(89,162,184,1) 84%, rgba(110,178,201,1) 92%); background: -o-linear-gradient(top, rgba(110,178,201,1) 0%, rgba(110,178,201,1) 5%, rgba(40,131,154,1) 49%, rgba(9,101,117,1) 53%, rgba(89,162,184,1) 84%, rgba(110,178,201,1) 92%); background: -ms-linear-gradient(top, rgba(110,178,201,1) 0%, rgba(110,178,201,1) 5%, rgba(40,131,154,1) 49%, rgba(9,101,117,1) 53%, rgba(89,162,184,1) 84%, rgba(110,178,201,1) 92%); background: linear-gradient(to bottom, rgba(110,178,201,1) 0%, rgba(110,178,201,1) 5%, rgba(40,131,154,1) 49%, rgba(9,101,117,1) 53%, rgba(89,162,184,1) 84%, rgba(110,178,201,1) 92%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb2c9', endColorstr='#6eb2c9', GradientType=0 ); Copy text padding: 2; margin: 1; alignment-adjust:left; float:left; font-color:#000; } #inleft a { text-decoration: none; display: block; padding: 3px 3px 3px 3px; background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #2B5A7A), color-stop(1, #6CB5D4) ); /**background-image: -o-linear-gradient(right, #2B5A7A 0%, #6CB5D4 100%); background-image: -moz-linear-gradient(right, #2B5A7A 0%, #6CB5D4 100%); background-image: -webkit-linear-gradient(right, #2B5A7A 0%, #6CB5D4 100%); background-image: -ms-linear-gradient(right, #2B5A7A 0%, #6CB5D4 100%); background-image: linear-gradient(to right, #2B5A7A 0%, #6CB5D4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B5A7A', endColorstr='#6CB5D4',GradientType=0 ); /* IE6-9 -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2B5A7A, endColorstr=#6CB5D4);**/ background: -moz-linear-gradient(45deg, rgba(0,89,89,1) 0%, rgba(0,89,89,1) 2%, rgba(96,163,153,1) 100%); /* ff3.6+ */ background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,89,89,1)), color-stop(2%, rgba(0,89,89,1)), color-stop(100%, rgba(96,163,153,1))); /* safari4+,chrome */ background: -webkit-linear-gradient(45deg, rgba(0,89,89,1) 0%, rgba(0,89,89,1) 2%, rgba(96,163,153,1) 100%); /* safari5.1+,chrome10+ */ background: -o-linear-gradient(45deg, rgba(0,89,89,1) 0%, rgba(0,89,89,1) 2%, rgba(96,163,153,1) 100%); /* opera 11.10+ */ background: -ms-linear-gradient(45deg, rgba(0,89,89,1) 0%, rgba(0,89,89,1) 2%, rgba(96,163,153,1) 100%); /* ie10+ */ background: linear-gradient(45deg, rgba(0,89,89,1) 0%, rgba(0,89,89,1) 2%, rgba(96,163,153,1) 100%); /* w3c */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60A399', endColorstr='#005959', GradientType=0); color: #FFF; border: 1px solid #033; font-size:12px; font-weight:bold; } #inleft a:hover { background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #0D2F3D), color-stop(1, #1AA0CC) ); background-image: -o-linear-gradient(right, #0D2F3D 0%, #1AA0CC 100%); background-image: -moz-linear-gradient(right, #0D2F3D 0%, #1AA0CC 100%); background-image: -webkit-linear-gradient(right, #0D2F3D 0%, #1AA0CC 100%); background-image: -ms-linear-gradient(right, #0D2F3D 0%, #1AA0CC 100%); background-image: linear-gradient(to right, #0D2F3D 0%, #1AA0CC 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0D2F3D', endColorstr='#1AA0CC',GradientType=0 ); /* IE6-9 */ } #inleft a:active { padding: 3px 3px 3px 3px; background-color: #33CCCC; color: #eee; border: 1px solid #333; } </style> </head> <body> <script language=JavaScript> function chkform() { if(document.form.name.value == "") { alert("Please Enter Specific company symbol or company name"); document.form.name.focus(); return false; } } </SCRIPT> <table border="0" cellpadding="4" cellspacing="0" width="178"> <tr> <td colspan="2" background="imgs/headbg1.gif" height="25"><b><font color="#FFFFFF"> Market Highlights</font></b></td> </tr> <tr> <td width="12" align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="150" bgcolor="#00596B"><font color="#FFFFFF"><a href="mkt_depth_3.php">Market Price</a></font></td> </tr> <tr> <td align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td bgcolor="#00596B"><font color="#FFFFFF"><a href="top_20_share.php">Top 20 Shares</a></font></td> </tr> <tr> <td align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td bgcolor="#00596B"><font color="#FFFFFF"><a href="dseX_share.php">DSE<strong><font size="2">X &nbsp;</font></strong></a></font><!-- <img src="imgs/promotion_new.png" />--></td> </tr> <tr> <td align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td bgcolor="#00596B"><font color="#FFFFFF"><a href="dse30_share.php">DS30</a></font></td> </tr> <tr> <td align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td bgcolor="#00596B"><font color="#FFFFFF"><a href="news_archive.php">News</a></font></td> </tr> </table> <table border="0" cellpadding="4" cellspacing="0" width="179"> <tr> <td colspan="2" background="imgs/headbg1.gif" height="20" align="left"><b><font color="#FFFFFF">Latest Share Price </font></b></div></td> </tr> <tr> <td align="right" width="12" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="143" bgcolor="#00596B"><font color="#FFFFFF"><a href="latest_share_price_scroll_l.php">By Trade Code</a></font></td> </tr> <tr> <td width="12" align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="143" bgcolor="#00596B"><font color="#FFFFFF"><a href="latest_share_price_scroll_by_change.php">By % Change</a></font></td> </tr> <tr> <td align="right" width="12" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="143" bgcolor="#00596B"><font color="#FFFFFF"><a href="latest_share_price_scroll_by_value.php"> By Value</a></font></td> </tr> <tr> <td align="right" width="12" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="143" bgcolor="#00596B"><font color="#FFFFFF"><a href="latest_share_price_scroll_by_volume.php"> By Volume</a></font></td> </tr> <tr> <td align="right" width="12" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="143" bgcolor="#00596B"><font color="#FFFFFF"><a href="latest_share_price_scroll_by_ltp.php">By Last Trade Price</a></font></td> </tr> <tr> <td align="right" width="12" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="143" bgcolor="#00596B"><font color="#FFFFFF"><a href="latest_share_price_scroll_group.php">By Category</a></font></td> </tr> <tr> <td align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td bgcolor="#00596B"><font color="#FFFFFF"><a href="latest_share_price_alpha.php" target="_top">By Alphabetic Order</a></font></td> </tr> <tr> <td align="right" width="12" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="143" bgcolor="#00596B"><font color="#FFFFFF"><a href="http://main.dsebd.org/datafile/quotes.txt" target="_blank">In Text Mode</a></font></td> </tr> <tr> <td align="right" width="12" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="143" bgcolor="#00596B"><font color="#FFFFFF"><a href="latest_share_price_scroll_treasury_bond.php">DEBT Board</a></font></td> </tr> <tr> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="175"> <tr> <td width="168" background="imgs/headbg1.gif"><b><font color="#FFFFFF">Search Company</font></b></td> <td width="1" background="imgs/whitedot.gif"><img border="0" src="imgs/whitedot.gif" height="25" width="1"></td> </tr> <tr> <td width="168" align="center" valign="top" bgcolor="#00596B"> <table border="0" cellpadding="3" width="100%"> <tr> <td width="100%" align="center"> <font color="#FFFFFF">&nbsp;<br> Enter Company's Trading code</font> <form action="SearchCompany.php" method="submit" name="form" target="_top" onSubmit="return chkform();"> <p><input type="text" name="name" size="20"></p> <p><input type="submit" value="Submit" name="btnCompanySearch"></p> </form> </td> </tr> <tr> <td width="100%" align="center"> <div align="center"> <center> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="13%" align="center"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td align="left" width="87%"><font color="#FFFFFF"><a href="company%20listing.php">Company Listing</a>&nbsp;</font></td> </tr> <tr> <td width="13%" align="center"></td> <td align="left" width="87%"><font color="#FFFFFF">&nbsp;</font></td> </tr> <tr> <td width="13%" align="center"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td align="left" width="87%"><font color="#FFFFFF"><a href="by_industrylisting1.php">Sector wise Company List</a></font></td> </tr> </table> </center> </div> </td> </tr> </table> <table border="0" cellpadding="3" cellspacing="0" width="162"> <tr> <td width="152" height="360" align="center"> <div align="center"> <table width="178" border="0" align="center" cellpadding="4" cellspacing="0"> <tr> <td height="25" colspan="2" background="imgs/headbg1.gif" align="left"><b><font color="#FFFFFF">Search TREC Holder</font></b></td> </tr> <tr> <td width="12" align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="145" bgcolor="#00596B"><font color="#FFFFFF"><a href="list_of_member.php">By Alphabetic Order</a></font></td> </tr> <tr> <td width="12" align="center" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="145" bgcolor="#00596B"><font color="#FFFFFF"><a href="search_member_by_location.php">By Location</a></font></td> </tr> <tr> <td width="12" align="center" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="145" bgcolor="#00596B"><font color="#FFFFFF"><a href="search_member_with_branch.php">TREC Holders' Directory</a></font></td> </tr> <tr> <td colspan="2" align="center" bgcolor="#00596B"><font color="#FFFFFF">Enter TREC Holder Name</font> <form method="POST" action="SearchCompany.php" name="form" onSubmit="return chkform();"> <p> <input type="text" name="name" size="20"> <br> <input type="hidden" name="ser_cat" value="member"> <br /> <input type="submit" value="Submit" name="btnCompanySearch2"> </p> </form> </td> </tr> </table> <table border="0" cellpadding="4" cellspacing="0" width="178"> <tr> <td height="25" colspan="2" background="imgs/headbg1.gif"><b><font color="#FFFFFF"> Market Information </font></b></td> </tr> <tr> <td width="12" align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="145" bgcolor="#00596B"><font color="#FFFFFF"><a href="cbul.php">Circuit Breaker</a></font></td> </tr> <tr> <td width="12" align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="145" bgcolor="#00596B"><font color="#FFFFFF"><a href="recent_market_information.php">Recent Market Information</a></font></td> </tr> <tr> <td width="12" align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="145" bgcolor="#00596B"><font color="#FFFFFF"><a href="data_archive.php">Data Archive</a></font></td> </tr> <tr> <td width="12" align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="145" bgcolor="#00596B"><font color="#FFFFFF"><a href="weekly_report.htm">Weekly Report</a></font></td> </tr> </table> <table border="0" cellpadding="4" cellspacing="0" width="178"> <tr> <td height="25" colspan="2" background="imgs/headbg1.gif"><b><font color="#FFFFFF"> Day End Statistics</font></b></td> </tr> <tr> <td width="12" align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="145" bgcolor="#00596B"><font color="#FFFFFF"><a href="market-statistics.php">Market Statistics</a></font></td> </tr> <tr> <td width="12" align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="145" bgcolor="#00596B"><font color="#FFFFFF"><a href="top_ten_gainer.php">Top 10 Gainers</a></font></td> </tr> <tr> <td width="12" align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="123" bgcolor="#00596B"><font color="#FFFFFF"><a href="top_ten_loser.php">Top 10 Losers</a></font></td> </tr> <tr> <td width="12" align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="145" bgcolor="#00596B"><font color="#FFFFFF"><a href="dse_close_price.php">Close Price</a></font></td> </tr> <tr> <td width="12" align="right" bgcolor="#00596B"><img border="0" src="imgs/arrowgr.gif" width="12" height="13"></td> <td width="145" bgcolor="#00596B"><font color="#FFFFFF"><a href="latest_PE.php"> P/E : at a glance</a></font></td> </tr> <tr> <td align="right" bgcolor="#00596B">&nbsp;</td> <td bgcolor="#00596B">&nbsp;</td> </tr> </table> <table border="0" cellpadding="0" width="96%" cellspacing="2"> <tr align="left" id="inleft"> <td width="160" colspan="2" align="left" valign="left"> <a id="inleft" href="Training_Academy_2.b.php"> DSE Training Academy </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" colspan="2" align="left" valign="left"> <a id="inleft" href="otc.php"> OTC Market </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" align="left" valign="left" colspan="2" > <a id="inleft" href="vision.php"> Vision & Mission </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" align="left" valign="left" colspan="2" > <a id="inleft" href="dse_tower_progress.php"> DSE Tower Progress </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" align="left" valign="left" colspan="2" > <a id="inleft" href="dseglance.php"> DSE at a glance </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" align="left" valign="left" colspan="2" > <a id="inleft" href="press.php"> Press Release </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" align="left" valign="left" colspan="2" > <a id="inleft" href="picture_gallery.php"> Picture Gallery </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" align="left" valign="left" colspan="2" > <a id="inleft" href="ipo.php"> IPO </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" align="left" valign="left" colspan="2" > <a id="inleft" href="new.php"> Major Events </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" align="left" valign="left" colspan="2" > <a id="inleft" href="rightoffers.php"> Rights Offer Document </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" align="left" valign="left" colspan="2" > <a id="inleft" href="directlisting.php"> Direct Listing </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" align="left" valign="left" colspan="2" > <a id="inleft" href="cdbl.php"> CDBL </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" align="left" valign="left" colspan="2" > <a id="inleft" href="inquirydesk.php"> Inquiry Desk </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" align="left" valign="left" colspan="2" > <a id="inleft" href="complaintCell.php"> Complaint Cell </a> </td> </tr> <tr align="left" id="inleft"> <td width="160" align="left" valign="left" colspan="2" > <a id="inleft" href="helpdesk_nrb.php"> Helpdesk for NRB </a> </td> </tr> <!--<tr> <td align="center"><a href="pdf/vsn.pdf"><img border="0" src="Welcome%20to%20DSE_files/vision1.png" width="80" height="38" alt="Vision & Mission"></a></td> <td align="center"> <a href="dse_tower_progress.php"> <img src="Welcome%20to%20DSE_files/DSETowerProgress.gif" height="38" width="80" alt="DSE Tower Progress" border="1"> </a> </td> </tr> <tr> <td colspan="2" align="center" valign="middle" bordercolor="#00FF00"> <table width="170" height="39" border="1" align="center" bgcolor="#0000CC"> <tr align="right"> <td width="74" height="35" align="center" valign="middle"> <a href="pdf/vision2013.pdf"> <font color="#009933" size="1"> <b><font color="#FFFFCC" size="3" face="Geneva, Arial, Helvetica, sans-serif"><em>Vision 2013</em></font></b></font></a> </td> <td width="80" height="35" align="center" valign="middle"> <a href="dse_tower_progress.php"> <font color="#009933" size="1"><font color="#FFFFCC" size="3" face="Times New Roman, Times, serif"><b>DSE Tower Progress</b><em><b> </b></em> </font></font></a> </td> </tr> </table></td> </tr> <tr> <td align="center"> <a href="dseglance.php"> <img border="0" src="Welcome%20to%20DSE_files/ataglance.gif" height="38" width="80"></a> </td> <td align="center"> <a href="press.php"> <img src="Welcome%20to%20DSE_files/press.gif" width="80" height="38" border="0"> </a> </td> </tr> <tr> <td align="center"> <a href="picture_gallery.php"> <img border="0" src="Welcome%20to%20DSE_files/picture_gallery.gif" height="38" width="80"> </a> </td> <td align="center"> <a href="ipo.php"> <img border="0" src="Welcome%20to%20DSE_files/ipo.gif" height="38" width="80"> </a> </td> </tr> <tr> <td align="center"> <a href="new.php"> <img border="0" src="Welcome%20to%20DSE_files/new.gif" height="38" width="80"> </a> </td> <td align="center"> <a href="rightoffers.php"> <img border="0" src="Welcome%20to%20DSE_files/ROD_Button4.JPG" height="38" width="80"> </a> </td> </tr> <tr> <td align="center"> <a href="directlisting.php"> <img src="Welcome%20to%20DSE_files/direct.jpg" width="80" height="38" border="0"> </a> </td> <td align="center"> <a href="cdbl.php"> <img border="0" src="Welcome%20to%20DSE_files/cdbl.gif" height="38" width="80"> </a> </td> </tr> <tr> <td align="center"> <a href="inquirydesk.php"> <img border="0" src="Welcome%20to%20DSE_files/button_inqurydesk.jpg" height="38" width="80"> </a> </td> <td align="center"> <a href="complaintCell.php"> <img border="0" src="Welcome%20to%20DSE_files/CS_Button.JPG" height="38" width="80"> </a> </td> </tr> <tr> <td colspan="2" align="center"><a href="helpdesk_nrb.php"><img border="0" src="Welcome%20to%20DSE_files/nrb.jpg" height="38" width="172"></a></td> </tr>--> <!-- <tr> <td height="35" colspan="2" align="center"><a href="otc.php"><img src="Welcome%20to%20DSE_files/otc_market.gif" width="163" height="30" border="1"></a></td> <!--<td height="35" colspan="2" align="center"><embed src="Welcome%20to%20DSE_files/otc.swf" width="165" height="37" border="1"></td> </tr> --> <!--<tr> <td height="35" colspan="2" align="center"><a href="complaintCell.php"><img src="Welcome%20to%20DSE_files/complainCell.gif" width="157" height="28" border="1"></a></td> <tr> --> </table> </div></td> </tr> </table> </tr> </table> </TD> <TD vAlign=top> <TABLE cellSpacing=0 cellPadding=0 width=806 border=0> <TBODY> <TR> <tr> <TD vAlign=top align=middle background="Welcome to DSE_files/greendot.gif"> </TD></tr> <TD height="25" width="695" align=middle bgcolor="#FFFFFF"> <p>&nbsp;</p> <!-- Google Adsense ad code --> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- LeaderboardPreview --> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-2209070014716943" data-ad-slot="7922174918"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <!-- End of Google Adsense ad code --> <p>&nbsp;</p> <TD width=1 background="Welcome to DSE_files/greendot.gif">&nbsp;</TD> </TR> <TR> <TD align=middle width=695 background="Welcome to DSE_files/greendot.gif"><FONT color=#ffffff><B>Today's News&nbsp;</B></FONT></TD> <TD width=1 background="Welcome to DSE_files/whitedot.gif"><IMG height=25 src="Welcome to DSE_files/whitedot.gif" width=1 border=0></TD> </TR> <TR> <TD vAlign=top align=middle> <table border="0" cellpadding="0" width="100%" bgcolor="#C0C0C0"> <tr> <td width="100%" bgcolor="#DDDDDD"> <table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>PHOENIXFIN</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>PHOENIXFIN: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 30, 2018 at 3:00 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>ISL</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>DSENEWS: Withdrawal of Authorized Representatives</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>Withdrawal of Authorized Representatives: IDLC Securities Ltd. (DSE TREC No. 58) has withdrawn two of its Authorized Representatives, Mr. S.M. Balal Bhuiyan and Mr. Md. Jamil Uddin, with immediate effect.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>PHENIXINS</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>PHENIXINS: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 29, 2018 at 4:00 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>BNICL</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>BNICL: Dividend Disbursement</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>The Company has informed that it has disbursed the cash dividend for the year ended on December 31, 2017.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>ALI</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>DSENEWS: Withdrawal of Authorized Representative</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>Withdrawal of Authorized Representative: MAH Securities Ltd. (DSE TREC No. 13) has withdrawn one of its Authorized Representatives, Mr. Md. Iqbal Hossain, with immediate effect.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>MIDASFIN</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>MIDASFIN: Emphasis of Matter</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>(Continuation news of MIDASFIN): and 2016 which describe that the group has transferred an amount of Taka 40.00 million this year and 120.00 million last year to retained earnings from statutory reserve account, which if not been transferred, the balance in retained earnings/(loss) account would have been Taka (2.40) million instead of existing Taka 157.60 million. (end)</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>MIDASFIN</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>MIDASFIN: Emphasis of Matter</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>(Emphasis of Matter): The auditor of the Company has given the following 'Emphasis of Matter' Paragraph in the audit report of the Company for the year ended on 31 December 2017. Emphasis of Matter: We draw attention to the following matters though our opinion is not qualified in respect of the same: We draw attention to Note 16 & 17(a) to the financial statements for the years 2017 (cont.)</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>BATBC</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>BATBC: Emphasis of Matter</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>(Continuation news of BATBC): demand by the National Board of Revenue for Value Added Tax and Supplementary Duty on the Company's Pilot and Bristol brands. The matter is currently pending before the Appellate Division of the Supreme Court for hearing. Our Opinion is not qualified in respect of this matter. (end)</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>BATBC</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>BATBC: Emphasis of Matter</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>(Emphasis of Matter): The auditor of the company has given the following 'Emphasis of Matter' paragraph in the audit report of the company for the year ended on 31 December 2017. Emphasis of Matter: We draw attention to Note 39.1 to the financial statements where management outlines a BDT 17,806.00 million retrospective (cont.)</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>WATACHEM</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>WATACHEM: Credit Rating Result</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>Emerging Credit Rating Limited (ECRL) has assigned the surveillance rating of the Company as "BBB" in the long term and "ECRL-3" in the short term along with a stable outlook based on the audited financial statements for FY2014  2015, audited financials for 6 months (Jan 2016 to June 2016) of 2016, audited financials of FY2017 and unaudited financial statements of the Company for 9 months of FY2018 and other relevant qualitative and quantitative information up to the date of rating.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>EXCH</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>DSENEWS: Daily Turnover</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>Today's (24.07.2018) Total Trades: 159,743; Volume: 162,791,727 and Turnover: Tk. 7,166.153 million.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>UTTARAFIN</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>UTTARAFIN: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 30, 2018 at 4:00 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>STANDBANKL</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>STANDBANKL: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 30, 2018 at 2:35 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>ABBANK</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>ABBANK: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 29, 2018 at 3:00 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>FAREASTFIN</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>FAREASTFIN: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 30, 2018 at 3:30 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>DHAKAINS</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>DHAKAINS: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 29, 2018 at 3:30 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>CITYGENINS</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>CITYGENINS: Reschedule of Board Meeting under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>The Company has further informed that the meeting as per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, will now be held on July 29, 2018 at 5:00 PM instead of July 28, 2018 to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>LEGACYFOOT</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>LEGACYFOOT: Query Response</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>In response to a DSE query dated July 23, 2018, the Company has informed that there is no undisclosed price sensitive information of the Company for recent unusual price hike of shares.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>POPULARLIF</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>POPULARLIF: Resumption after record date</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>Trading of the shares of the Company will resume on 25.07.2018 after record date.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>PLFSL</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>PLFSL: Spot News</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>Trading of the shares of the Company will be allowed only in the Spot Market and Block transactions will also be settled as per Spot settlement cycle from 25.07.2018 to 06.08.2018. Trading of the shares of the Company will remain suspended on record date i.e., 07.08.2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>SINGERBD</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>SINGERBD: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 30, 2018 at 3:00 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>BGIC</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>BGIC: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 29, 2018 at 3:00 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>MIDASFIN</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>MIDASFIN: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 28, 2018 at 12:30 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>RUPALIBANK</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>RUPALIBANK: Q2 Financials</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>(Q2 Un-audited): Consolidated EPS was Tk. 0.17 for April-June 2018 as against Tk. 0.28 for April-June 2017; Consolidated EPS was Tk. 0.44 for January-June 2018 as against Tk. 0.66 for January-June 2017. Consolidated NOCFPS was Tk. 37.05 for January-June 2018 as against Tk. 93.96 for January-June 2017. Consolidated NAV per share was Tk. 55.02 as on June 30, 2018 and Tk. 44.07 as on December 31, 2017.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>IBBLPBOND</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>IBBLPBOND: Profit Disbursement</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>Profit of Mudaraba Perpetual Bond of Islami Bank Bangladesh Ltd. for the year ended on December 31, 2017 has been disbursed through EFTN system.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>ISLAMIBANK</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>ISLAMIBANK: Dividend Disbursement</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>The Company has informed that it has disbursed the cash dividend for the year ended on December 31, 2017 to the respective shareholders' Bank Account through EFTN. The dividend warrants have also been disbursed to the folio holders.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>BANKASIA</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>BANKASIA: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 30, 2018 at 3:30 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>ISLAMIBANK</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>ISLAMIBANK: Q2 Financials</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>(Q2 Un-audited): Consolidated EPS was Tk. 1.52 for April-June 2018 as against Tk. 1.14 for April-June 2017; Consolidated EPS was Tk. 1.88 for January-June 2018 as against Tk. 1.79 for January-June 2017. Consolidated NOCFPS was Tk. (10.62) for January-June 2018 as against Tk. (14.06) for January-June 2017. Consolidated NAV per share was Tk. 32.42 as on June 30, 2018 and Tk. 30.19 as on June 30, 2017.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>NCCBANK</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>NCCBANK: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 28, 2018 at 3:00 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>EXIMBANK</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>EXIMBANK: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 29, 2018 at 3:30 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>RECKITTBEN</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>RECKITTBEN: Dividend Disbursement</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>The Company has informed that it has disbursed Final Cash Dividend for the year ended on December 31, 2017 to the respective shareholders' Bank Accounts through BEFTN/Cheques except for the non-resident shareholder of the Company.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>BAYLEASING</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>BAYLEASING: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 28, 2018 at 12:30 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>RUPALIINS</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>RUPALIINS: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 29, 2018 at 3:00 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>IFIC</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>IFIC: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 30, 2018 at 5:30 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>KARNAPHULI</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>KARNAPHULI: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 30, 2018 at 3:00 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>PADMALIFE</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>PADMALIFE: Query Response</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>In response to a DSE query dated July 23, 2018, the Company has informed that there is no undisclosed price sensitive information of the Company for recent unusual price hike of shares.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>PRIMEFIN</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>PRIMEFIN: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 29, 2018 at 3:00 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>IDLC</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>IDLC: Schedule of Conference on unaudited quarterly financial statements</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>The Company has informed that a conference in the form of webinar on the unaudited financial statements for the 2nd quarter period ended on June 30, 2018 will be held on July 30, 2018 at 5:00 PM for all its stakeholders. All interested stakeholders are requested to participate in the event through: http://bit.ly/IDLC_Q2_2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>IDLC</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>IDLC: Board Meeting schedule under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>As per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, the Company has informed that a meeting of the Board of Directors will be held on July 29, 2018 at 4:00 PM to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>BDFINANCE</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>BDFINANCE: Reschedule of Board Meeting under LR 16(1)</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>The Company has further informed that the meeting as per Regulation 16(1) of the Dhaka Stock Exchange (Listing) Regulations, 2015, will now be held on July 29, 2018 at 3:30 PM instead of July 25, 2018 to consider, among others, un-audited financial statements of the Company for the Second Quarter (Q2) period ended on June 30, 2018.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>PROVATIINS</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>PROVATIINS: Q2 Financials</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>(Q2 Un-audited): EPS was Tk. 0.32 for April-June 2018 as against Tk. 0.28 for April-June 2017; EPS was Tk. 0.90 for January-June 2018 as against Tk. 0.84 for January-June 2017. NOCFPS was Tk. 0.45 for January-June 2018 as against Tk. 0.63 for January-June 2017. NAV per share was Tk. 17.74 as on June 30, 2018 and Tk. 17.48 as on June 30, 2017.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>EXCH</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>DSENEWS: NEWS for Stock Brokers of DSE and Merchant Bankers</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>This is information for respective Stock Brokers of DSE and Merchant Bankers that the IPO result of VFS Thread Dyeing Limited along with allotment letters in electronic form is available in the following link http://www.dsebd.org/IPO-Data-Transmission-Software.php. All concerned are requested to download the data by July 24, 2018 and also to take other necessary actions within the stipulated time as per relevant conditions of BSEC's consent letter in this regard.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>EXCH</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>DSENEWS: NEWS for Stock Brokers of DSE and Merchant Bankers</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>(Continuation of DSENEWS): also send original bank certificates as well as all the bank drafts (FDD) received from NRB and foreign applicants along with original bank certificate(s) mentioning the FC account number which has been debited to issue the FDD and a copy of the list containing information of FDDs at Swantex Building, Level-7, 9/I, Motijheel C/A, Dhaka from 10:00 AM of July 22, 2018 to 4:00 PM of July 24, 2018. (end)</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>EXCH</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>DSENEWS: NEWS for Stock Brokers of DSE and Merchant Bankers</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>All the respective Stock Brokers of DSE and Merchant Bankers are requested to send IPO application data along with list of Bank drafts (FDDs) submitted by NRB and foreign applicants of M.L. Dyeing Limited in electronic format through IPO Data Transmission Software in the following link http://dsebd.org/IPO-Data-Transmission-Software.php and (cont.)</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>EXCH</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>DSENEWS: DSE Training News</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>Training Program on "Initial Public Offerings: Processes and Procedures": The program will be held on July 30-31, 2018 at 3:30 pm - 6:30 pm. For registration and information, contact to DSE Training Academy, 9/G Building (5th floor), Motijheel, Dhaka with a fee of Tk. 2,000.00 (two thousand) only. Queries in this regard may be directed to the Academy at 9564601, 9576210-18, Ext. nos. 157, 158, 01730357148 or email at [email protected]. N.B. Registration is considered on first come first served basis.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>EXCH</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>DSENEWS: DSE Training News</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>Training Program on "Valuation of Securities": The program will be held on August 05-09, 2018 at 3:00 pm - 6:00 pm. For registration and information, contact to DSE Training Academy, 9/G Building (5th floor), Motijheel C/A, Dhaka-1000 with a fee of Tk. 5,000.00 (five thousand) only. Queries in this regard may be directed to the Academy at 9564601, 9576210-18, Ext. nos. 157, 158, 01730357148 or email at [email protected]. N.B. Registration is considered on first come first served basis.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>EXCH</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>DSENEWS: Awareness Message for Investors</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>(Repeat): While making investment decision in the Capital Market, INVESTORS should not rely on any information obtained from an unauthorized source such as facebook etc.</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>REGL</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>BSEC NEWS: Awareness Message for Investors</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>(Continuation of BSEC News - Awareness Message for Investors) 3. Do not pay any heed to rumors at the time of trading shares; it may cause loss to you. Even spreading rumor is legally prohibited. (Ref.: SEC letter no. SEC/SRMIC/2010/726 dated November 23, 2010). (end)</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>REGL</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>BSEC NEWS: Awareness Message for Investors</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>Investors are requested to consider the following facts at the time of making investment decision in the Capital Market: 1. Without acquiring proper knowledge, information and experience regarding different aspects and matters of Capital Market, one should not invest in the Capital Market. 2. The gain or loss, whichever comes from the investment, it belongs to you. So, well - thought of investment decision based on knowledge and fundamentals of the securities may be real assistance to you. (cont.)</td></tr></table><br><table border='0' cellspacing='3' width='100%'><tr><td width='15%'><font color='#3366FF'><b>Trading Code:</b></font></td><td width='85%'>EXCH</td></tr><tr><td><font color='#3366FF'><b>News Title:</b></font></td><td>DSENEWS: Greetings Message</td></tr><tr><td><font color='#3366FF'><b>News:</b></font></td><td align='justify'>Honorable Investors, Good morning! Please make your investment decision based on company fundamentals, technical analysis, price level and disclosed information. Avoid rumor-based speculations.</td></tr></table><br> </td> </tr> </table> <!-- end of news table--> <p align="center"><a href="news_archive.php"><img border="0" src="imgs/newsarc.gif" width="76" height="19"></a></p> <p>&nbsp;</p> <!-- Google Adsense ad code --> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- LeaderboardPreview --> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-2209070014716943" data-ad-slot="7922174918"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <!-- End of Google Adsense ad code --> <p>&nbsp;</p> <br> <br/> <BR><IMG height=53 src="Welcome to DSE_files/dse.gif" width=363 border=0><BR>STOCK EXCHANGE BUILDING, 9/F MOTIJHEEL C/A, DHAKA BANGLADESH<BR> Phone: 88-02-9564601, 9576210-18, FAX: +88-02-9564727, +88-02-9569755 <BR> Email: <A class=ab1 href="mailto:[email protected]">[email protected]</A>, Web: <A class=ab1 href="http://www.dsebd.org/">http://www.dsebd.org/</A><BR>&nbsp;</TD> <TD width=1 background="Welcome to DSE_files/greendot.gif"><IMG height=25 src="Welcome to DSE_files/greendot.gif" width=1 border=0></TD> </TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <body> <table align="center" border="0" cellpadding="0" cellspacing="0" width="990"> <tr> <td width="100%" background="imgs/whitedot.gif"><img border="0" src="imgs/whitedot.gif" width="1" height="1"></td> </tr> <tr> <td width="100%" background="imgs/greendot.gif" align="center" height="25"> <font color="#FFFFFF"><a href="index.php">Home</a> | </font><a href="download.php">Download</a> <font color="#FFFFFF"> |</font> <a href="data_archive.php">Data Archives</a> <font color="#FFFFFF">|</font> <a href="career.php"> Career at DSE</a> <font color="#FFFFFF"> |</font> <a href="dse_faq.php"> FAQ</a> <font color="#FFFFFF"> |</font> <a href="sitemap.php"> Sitemap</a> <font color="#FFFFFF"> |</font> <a href="ose.php"> Links</a></td> </tr> <tr> <td width="100%" background="imgs/greendot.gif" align="center" height="25"> <div align="center"> <center> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="30%" height="18" align="left" style="padding-left:10px;"><font color="#CCCCCC" size="1.5" face="Arial"><a href="disclaimer.htm" target="_blank" onClick="return popitup_scrol('disclaimer.htm')"><b>Disclaimer</b></a></font></td> <td width="40%" align="center"><font color="#CCCCCC" size="1.5" face="Arial"><a href="copyright.htm" target="_blank" onClick="return popitup('copyright.htm')"><b>Copyright Dhaka Stock Exchange 2011</b></a></font></td> <td colspan="3" align="right" style="padding-right:10px;" ><font color="#CCCCCC" size="1.5" face="Arial"><a href="termsacond.htm" target="_blank" onClick="return popitup_scrol('termsacond.htm')"><b>Terms & Conditions</b></a></font></td> </tr> <tr> <td colspan="4" align="center">&nbsp;</td> <td colspan="3" ></td> </tr> <tr> <td colspan="4" align="center"> <p align="center"><font color="#CCCCCC" size="1.5" face="Arial"><b>Powered By <a href="http://www.bol-online.com" target="_blank">Bangladesh Online</a> a division of Bangladesh Export Import Company Ltd.</b></font></td> <td width="3%" colspan="3" > </td> </tr> </table> </div> </td> </tr> </table> </body> </BODY></HTML>
DSE
2018-07-24T16:16:22.000Z