機能仕様
API情報
当該機能は、空席連動型運賃計算機能です。 指定したリクエストの値に基づいて最安値順に結果が返却されます。
Service Action Code | :BargainFinderMaxRQ |
最新バージョン | :6.1.0 |
ご利用上の注意
①INFINI Bargain Finder Maxで表示される運賃額・諸税等は、FARE GUARANTEE(フェアギャランティ)の対象外となりますので、ご注意ください。ギャランティとなる運賃額・諸税等は、PNR 作成後に運賃計算を行い、運賃データ(PQ)上でギャランティインジケータが「C」となっている金額となります。
INFINI Bargain Finder Maxで表示された金額で販売を行い、実際の発券時に差額が生じた場合、INFINI では責任を負いかねますので予めご了承頂きますようお願いいたします。
※FARE GUARANTEE とは
航空会社からADM(AGENCY DEBIT MEMO)が送付されてきた場合、必要書類をINFINI へお送り頂き、審査の結果INFINI 責任と認められた徴収不足額をINFINI にて補填する制度です。
②リクエスト方法によっては指定したキャビンクラス以外が返却されることがございますので、キャビンクラスは必ずレスポンスから判断して表示するようお願いいたします。
・GIR版レスポンスのキャビンクラス取得元
GroupedItineraryResponse>ItineraryGroup>Itinerary>PricingInformation>Fare>PassengerInfo>FareComponent>Segment@CabinCode
・OTA版レスポンスのキャビンクラス取得元
OTA_AirLowFareSearchRS>PricedItineraries>PricedItinerary>AirItineraryPricingInfo>PTC_FareBreakdowns>PTC_FareBreakdown>FareInfos
>FareInfo>TPA_Extensions>Cabin@Cabin
更新履歴
BargainFinderMaxRQ v6.1.0 on October 05, 2020- リクエストがVersion6.1.0に対応しました。
- レスポンスがVersion6.1.0に対応しました。
①飛行時間(分)の返却
旅程全体またはLeg単位で飛行時間(分)の返却が可能となりました。※GIR版のみ対応
<例>
<ScheduleDesc ID="1" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="4769" ElapsedTime="525">
②発券期限(時刻)の返却
通常旅程・Multiple Fares Per Itineraryにおいて、発券期限(時刻)の返却が可能となりました。
<例>
<AirItineraryPricingInfo PricingSource="ADVJR1" PricingSubSource="MIP" FareReturned="true" LastTicketDate="2020-07-02" LastTicketTime="23:59">
③Ancillary関連情報の属性追加
Ancillary関連の新規レスポンス属性が追加されました。
<例>
<AncillaryFeeItem Amount="21100" Description="UPTO50LB 23KG AND62LI 158LCM" OriginAirport="HAN" DestinationAirport="LAS" Carrier="CZ" PassengerCode="ADT" Date="2020-12-25" StartSegment="1" EndSegment="3" AncillaryTypeCode="C" Subcode="0GO" Description1="UP TO 50 POUNDS/23 KILOGRAMS" Description2="UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS" FirstOccurrence="1" LastOccurrence="1" />
Version 5.1.0からの変更点
Version 5.1.0以降、GIR版レスポンスにおいて、プレートキャリアコードのタグ名称が変更となります。
<例>
■Version 4.3.0以下:<Fare ValidatingCarrier="NH" VITA="true" ETicketable="true" GoverningCarriers="NH NH">
■Version 5.1.0以降:<Fare ValidatingCarrierCode="NH" VITA="true" ETicketable="true" GoverningCarriers="NH NH">
Version 4.2.0からの変更点
Ver.4.2.0以降、GIR版レスポンスにおいて、旅行開始日を示す「TravelCommencementDate」が返却されなくなります。
Version問わずGroupedItineraryResponse>ItineraryGroup>GroupDescription>LegDescription@DepartureDateに
出発日の情報が返却されますので、こちらのタグをご利用ください。
<例>
■Ver.4.1.0以下:<FareComponent Ref="22" TravelCommencementDate="2019-08-08">
■Ver.4.2.0以降:<FareComponent Ref="22">
リクエストサンプル(GIR)
INFINIで発券不可の航空会社を除外指定したGIR版推奨リクエストサンプルです。右上の「選択」ボタンよりコピーしてご利用ください。
選択<OTA_AirLowFareSearchRQ Version="6.1.0" xmlns="http://www.opentravel.org/OTA/2003/05" ResponseType="GIR" ResponseVersion="6.1.0" AvailableFlightsOnly="true">
<POS>
<Source PseudoCityCode="8IC6">
<RequestorID ID="1" Type="1">
<CompanyName Code="TN" />
</RequestorID>
</Source>
</POS>
<OriginDestinationInformation RPH="1">
<DepartureDateTime>2021-03-03T11:00:00</DepartureDateTime>
<OriginLocation LocationCode="TYO" />
<DestinationLocation LocationCode="SEL" />
<TPA_Extensions />
</OriginDestinationInformation>
<OriginDestinationInformation RPH="2">
<DepartureDateTime>2021-03-10T11:00:00</DepartureDateTime>
<OriginLocation LocationCode="SEL" />
<DestinationLocation LocationCode="TYO" />
<TPA_Extensions />
</OriginDestinationInformation>
<TravelPreferences ValidInterlineTicket="true">
<VendorPref Code="4U" PreferLevel="Unacceptable" />
<VendorPref Code="AB" PreferLevel="Unacceptable" />
<VendorPref Code="AH" PreferLevel="Unacceptable" />
<VendorPref Code="AR" PreferLevel="Unacceptable" />
<VendorPref Code="IZ" PreferLevel="Unacceptable" />
<VendorPref Code="KK" PreferLevel="Unacceptable" />
<VendorPref Code="KU" PreferLevel="Unacceptable" />
<VendorPref Code="PY" PreferLevel="Unacceptable" />
<VendorPref Code="R7" PreferLevel="Unacceptable" />
<VendorPref Code="SW" PreferLevel="Unacceptable" />
<VendorPref Code="UT" PreferLevel="Unacceptable" />
<VendorPref Code="5N" PreferLevel="Unacceptable" />
<VendorPref Code="BV" PreferLevel="Unacceptable" />
<VendorPref Code="B0" PreferLevel="Unacceptable" />
<VendorPref Code="J2" PreferLevel="Unacceptable" />
<VendorPref Code="M9" PreferLevel="Unacceptable" />
<VendorPref Code="TM" PreferLevel="Unacceptable" />
<VendorPref Code="WB" PreferLevel="Unacceptable" />
<VendorPref Code="WW" PreferLevel="Unacceptable" />
<VendorPref Code="YE" PreferLevel="Unacceptable" />
<VendorPref Code="A3" PreferLevel="Unacceptable" />
<VendorPref Code="BB" PreferLevel="Unacceptable" />
<VendorPref Code="BW" PreferLevel="Unacceptable" />
<VendorPref Code="IJ" PreferLevel="Unacceptable" />
<VendorPref Code="BE" PreferLevel="Unacceptable" />
<VendorPref Code="G3" PreferLevel="Unacceptable" />
<VendorPref Code="BT" PreferLevel="Unacceptable" />
<VendorPref Code="H2" PreferLevel="Unacceptable" />
<VendorPref Code="BU" PreferLevel="Unacceptable" />
<VendorPref Code="IG" PreferLevel="Unacceptable" />
<VendorPref Code="EC" PreferLevel="Unacceptable" />
<VendorPref Code="JF" PreferLevel="Unacceptable" />
<VendorPref Code="3K" PreferLevel="Unacceptable" />
<VendorPref Code="FR" PreferLevel="Unacceptable" />
<VendorPref Code="IR" PreferLevel="Unacceptable" />
<VendorPref Code="JN" PreferLevel="Unacceptable" />
<VendorPref Code="LG" PreferLevel="Unacceptable" />
<VendorPref Code="Z6" PreferLevel="Unacceptable" />
<VendorPref Code="NG" PreferLevel="Unacceptable" />
<VendorPref Code="9M" PreferLevel="Unacceptable" />
<VendorPref Code="RO" PreferLevel="Unacceptable" />
<VendorPref Code="CG" PreferLevel="Unacceptable" />
<VendorPref Code="DV" PreferLevel="Unacceptable" />
<VendorPref Code="RV" PreferLevel="Unacceptable" />
<VendorPref Code="SB" PreferLevel="Unacceptable" />
<VendorPref Code="SI" PreferLevel="Unacceptable" />
<VendorPref Code="EB" PreferLevel="Unacceptable" />
<VendorPref Code="SV" PreferLevel="Unacceptable" />
<VendorPref Code="EL" PreferLevel="Unacceptable" />
<VendorPref Code="TU" PreferLevel="Unacceptable" />
<VendorPref Code="F7" PreferLevel="Unacceptable" />
<VendorPref Code="UN" PreferLevel="Unacceptable" />
<VendorPref Code="UX" PreferLevel="Unacceptable" />
<VendorPref Code="WX" PreferLevel="Unacceptable" />
<VendorPref Code="JQ" PreferLevel="Unacceptable" />
<VendorPref Code="GR" PreferLevel="Unacceptable" />
<VendorPref Code="5J" PreferLevel="Unacceptable" />
<VendorPref Code="HY" PreferLevel="Unacceptable" />
<VendorPref Code="JY" PreferLevel="Unacceptable" />
<VendorPref Code="ML" PreferLevel="Unacceptable" />
<VendorPref Code="HR" PreferLevel="Unacceptable" />
<VendorPref Code="H1" PreferLevel="Unacceptable" />
<VendorPref Code="NY" PreferLevel="Unacceptable" />
<VendorPref Code="HZ" PreferLevel="Unacceptable" />
<VendorPref Code="R3" PreferLevel="Unacceptable" />
<VendorPref Code="PB" PreferLevel="Unacceptable" />
<VendorPref Code="P1" PreferLevel="Unacceptable" />
<VendorPref Code="VJ" PreferLevel="Unacceptable" />
<VendorPref Code="MI" PreferLevel="Unacceptable" />
<VendorPref Code="AT" PreferLevel="Unacceptable" />
<VendorPref Code="BM" PreferLevel="Unacceptable" />
<VendorPref Code="LT" PreferLevel="Unacceptable" />
<VendorPref Code="VT" PreferLevel="Unacceptable" />
<VendorPref Code="PC" PreferLevel="Unacceptable" />
<VendorPref Code="RJ" PreferLevel="Unacceptable" />
<VendorPref Code="3G" PreferLevel="Unacceptable" />
<VendorPref Code="VK" PreferLevel="Unacceptable" />
<VendorPref Code="VY" PreferLevel="Unacceptable" />
<VendorPref Code="ZK" PreferLevel="Unacceptable" />
<VendorPref Code="7N" PreferLevel="Unacceptable" />
<VendorPref Code="9C" PreferLevel="Unacceptable" />
<VendorPref Code="XQ" PreferLevel="Unacceptable" />
<VendorPref Code="XJ" PreferLevel="Unacceptable" />
<VendorPref Code="XY" PreferLevel="Unacceptable" />
<VendorPref Code="YN" PreferLevel="Unacceptable" />
<VendorPref Code="BL" PreferLevel="Unacceptable" />
<VendorPref Code="IT" PreferLevel="Unacceptable" />
<VendorPref Code="D7" PreferLevel="Unacceptable" />
<VendorPref Code="B5" PreferLevel="Unacceptable" />
<VendorPref Code="MM" PreferLevel="Unacceptable" />
<VendorPref Code="JW" PreferLevel="Unacceptable" />
<VendorPref Code="GK" PreferLevel="Unacceptable" />
<VendorPref Code="2J" PreferLevel="Unacceptable" />
<VendorPref Code="3H" PreferLevel="Unacceptable" />
<VendorPref Code="3S" PreferLevel="Unacceptable" />
<VendorPref Code="5H" PreferLevel="Unacceptable" />
<VendorPref Code="7I" PreferLevel="Unacceptable" />
<VendorPref Code="8Q" PreferLevel="Unacceptable" />
<VendorPref Code="8R" PreferLevel="Unacceptable" />
<VendorPref Code="5W" PreferLevel="Unacceptable" />
<VendorPref Code="9N" PreferLevel="Unacceptable" />
<VendorPref Code="EI" PreferLevel="Unacceptable" />
<VendorPref Code="FJ" PreferLevel="Unacceptable" />
<VendorPref Code="IB" PreferLevel="Unacceptable" />
<VendorPref Code="IE" PreferLevel="Unacceptable" />
<VendorPref Code="UM" PreferLevel="Unacceptable" />
<VendorPref Code="EN" PreferLevel="Unacceptable" />
<VendorPref Code="WE" PreferLevel="Unacceptable" />
<VendorPref Code="KC" PreferLevel="Unacceptable" />
<VendorPref Code="SB" PreferLevel="Unacceptable" />
<VendorPref Code="IB" PreferLevel="Unacceptable" />
<VendorPref Code="WY" PreferLevel="Unacceptable" />
<CabinPref PreferLevel="Preferred" Cabin="Y" />
<TPA_Extensions>
<XOFares Value="true" />
<JumpCabinLogic Disabled="true" />
<KeepSameCabin Enabled="true" />
<ExcludeCallDirectCarriers Enabled="true" />
<DiversityParameters AdditionalNonStopsPercentage="20" />
</TPA_Extensions>
</TravelPreferences>
<TravelerInfoSummary>
<SeatsRequested>1</SeatsRequested>
<AirTravelerAvail>
<PassengerTypeQuantity Code="ADT" Quantity="1"/>
</AirTravelerAvail>
<PriceRequestInformation>
<TPA_Extensions/>
</PriceRequestInformation>
</TravelerInfoSummary>
<TPA_Extensions>
<IntelliSellTransaction>
<RequestType Name="50ITINS" />
<CompressResponse Value="true" />
</IntelliSellTransaction>
<DiversityControl>
<LowFareBucket Options="10%"/>
<Dimensions>
<TravelTime Weight="9"/>
<Carrier Weight="10" OnlineIndicator="true">
<Default Options="20"/>
</Carrier>
</Dimensions>
</DiversityControl>
</TPA_Extensions>
</OTA_AirLowFareSearchRQ>
レスポンスサンプル(GIR)
選択
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<GroupedItineraryResponse
xmlns="http://webservices.sabre.com/wsdl/sabreXML1.0.00/shopping/GroupedItineraryResponse"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="6.1.0">
<Message Severity="Info" Type="WORKERTHREAD" Code="TRANSACTIONID" Text="4856528430832932185"/>
<Message Severity="Info" Type="SERVER" Code="ASECT2LAPC00029.IDM.SGDCPROD.SABRE.COM" Text="27042"/>
<Message Severity="Info" Type="DRE" Code="RULEID" Text="18403"/>
<Message Severity="Info" Type="DEFAULT" Code="RULEID" Text="27577"/>
<Statistics Itineraries="60"/>
<ScheduleDesc ID="1" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="734" ElapsedTime="140">
<Departure Airport="HND" City="TYO" Country="JP" Time="12:20:00+09:00" Terminal="I"/>
<Arrival Airport="GMP" City="SEL" Country="KR" Time="14:40:00+09:00" Terminal="I"/>
<Carrier Marketing="NH" MarketingFlightNumber="6967" Operating="OZ" OperatingFlightNumber="1075" Disclosure="OZ">
<Equipment Code="333" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="2" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="140">
<Departure Airport="ICN" City="SEL" Country="KR" Time="18:45:00+09:00" Terminal="2"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="21:05:00+09:00" Terminal="1"/>
<Carrier Marketing="KE" MarketingFlightNumber="705" Operating="KE" OperatingFlightNumber="705">
<Equipment Code="333" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="3" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="734" ElapsedTime="125">
<Departure Airport="GMP" City="SEL" Country="KR" Time="09:00:00+09:00" Terminal="I"/>
<Arrival Airport="HND" City="TYO" Country="JP" Time="11:05:00+09:00" Terminal="3"/>
<Carrier Marketing="JL" MarketingFlightNumber="5234" Operating="KE" OperatingFlightNumber="707" Disclosure="KE">
<Equipment Code="773" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="4" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="734" ElapsedTime="155">
<Departure Airport="HND" City="TYO" Country="JP" Time="16:00:00+09:00"/>
<Arrival Airport="GMP" City="SEL" Country="KR" Time="18:35:00+09:00" Terminal="I"/>
<Carrier Marketing="NH" MarketingFlightNumber="865" Operating="NH" OperatingFlightNumber="865">
<Equipment Code="788" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="5" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="165">
<Departure Airport="NRT" City="TYO" Country="JP" Time="09:05:00+09:00" Terminal="1"/>
<Arrival Airport="ICN" City="SEL" Country="KR" Time="11:50:00+09:00" Terminal="2"/>
<Carrier Marketing="KE" MarketingFlightNumber="706" Operating="KE" OperatingFlightNumber="706">
<Equipment Code="333" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="6" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="160">
<Departure Airport="ICN" City="SEL" Country="KR" Time="16:20:00+09:00" Terminal="1"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="19:00:00+09:00" Terminal="3"/>
<Carrier Marketing="7C" MarketingFlightNumber="1108" Operating="7C" OperatingFlightNumber="1108">
<Equipment Code="737" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="7" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="734" ElapsedTime="150">
<Departure Airport="HND" City="TYO" Country="JP" Time="20:00:00+09:00"/>
<Arrival Airport="GMP" City="SEL" Country="KR" Time="22:30:00+09:00" Terminal="I"/>
<Carrier Marketing="NH" MarketingFlightNumber="867" Operating="NH" OperatingFlightNumber="867">
<Equipment Code="788" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="8" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="175">
<Departure Airport="NRT" City="TYO" Country="JP" Time="18:10:00+09:00" Terminal="3"/>
<Arrival Airport="ICN" City="SEL" Country="KR" Time="21:05:00+09:00" Terminal="1"/>
<Carrier Marketing="7C" MarketingFlightNumber="1103" Operating="7C" OperatingFlightNumber="1103">
<Equipment Code="737" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="9" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="734" ElapsedTime="125">
<Departure Airport="GMP" City="SEL" Country="KR" Time="08:40:00+09:00" Terminal="I"/>
<Arrival Airport="HND" City="TYO" Country="JP" Time="10:45:00+09:00" Terminal="I"/>
<Carrier Marketing="OZ" MarketingFlightNumber="1085" Operating="OZ" OperatingFlightNumber="1085">
<Equipment Code="333" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="10" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="145">
<Departure Airport="ICN" City="SEL" Country="KR" Time="10:35:00+09:00" Terminal="1"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="13:00:00+09:00" Terminal="3"/>
<Carrier Marketing="7C" MarketingFlightNumber="1106" Operating="7C" OperatingFlightNumber="1106">
<Equipment Code="737" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="11" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="175">
<Departure Airport="NRT" City="TYO" Country="JP" Time="13:50:00+09:00" Terminal="3"/>
<Arrival Airport="ICN" City="SEL" Country="KR" Time="16:45:00+09:00" Terminal="1"/>
<Carrier Marketing="7C" MarketingFlightNumber="1105" Operating="7C" OperatingFlightNumber="1105">
<Equipment Code="737" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="12" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="756" ElapsedTime="120">
<Departure Airport="ICN" City="SEL" Country="KR" Time="21:25:00+09:00" Terminal="1"/>
<Arrival Airport="HND" City="TYO" Country="JP" Time="23:25:00+09:00" Terminal="I"/>
<Carrier Marketing="OZ" MarketingFlightNumber="178" Operating="OZ" OperatingFlightNumber="178">
<Equipment Code="321" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="13" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="140">
<Departure Airport="ICN" City="SEL" Country="KR" Time="09:00:00+09:00" Terminal="1"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="11:20:00+09:00" Terminal="1"/>
<Carrier Marketing="OZ" MarketingFlightNumber="102" Operating="OZ" OperatingFlightNumber="102">
<Equipment Code="333" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="14" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="150">
<Departure Airport="NRT" City="TYO" Country="JP" Time="09:00:00+09:00" Terminal="1"/>
<Arrival Airport="ICN" City="SEL" Country="KR" Time="11:30:00+09:00" Terminal="1"/>
<Carrier Marketing="OZ" MarketingFlightNumber="107" Operating="OZ" OperatingFlightNumber="107">
<Equipment Code="321" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="15" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="734" ElapsedTime="130">
<Departure Airport="GMP" City="SEL" Country="KR" Time="19:35:00+09:00" Terminal="I"/>
<Arrival Airport="HND" City="TYO" Country="JP" Time="21:45:00+09:00" Terminal="I"/>
<Carrier Marketing="OZ" MarketingFlightNumber="1065" Operating="OZ" OperatingFlightNumber="1065">
<Equipment Code="333" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="16" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="205">
<Departure Airport="ICN" City="SEL" Country="KR" Time="08:10:00+09:00" Terminal="1"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="11:35:00+09:00" Terminal="3"/>
<Carrier Marketing="7C" MarketingFlightNumber="1102" Operating="7C" OperatingFlightNumber="1102">
<Equipment Code="737" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="17" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="160">
<Departure Airport="NRT" City="TYO" Country="JP" Time="17:55:00+09:00" Terminal="1"/>
<Arrival Airport="ICN" City="SEL" Country="KR" Time="20:35:00+09:00" Terminal="1"/>
<Carrier Marketing="LJ" MarketingFlightNumber="204" Operating="LJ" OperatingFlightNumber="204">
<Equipment Code="738" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="18" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="734" ElapsedTime="150">
<Departure Airport="HND" City="TYO" Country="JP" Time="19:45:00+09:00" Terminal="3"/>
<Arrival Airport="GMP" City="SEL" Country="KR" Time="22:15:00+09:00" Terminal="I"/>
<Carrier Marketing="JL" MarketingFlightNumber="95" Operating="JL" OperatingFlightNumber="95" Alliances="OW ">
<Equipment Code="772" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="19" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="130">
<Departure Airport="ICN" City="SEL" Country="KR" Time="15:10:00+09:00" Terminal="1"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="17:20:00+09:00" Terminal="1"/>
<Carrier Marketing="OZ" MarketingFlightNumber="106" Operating="OZ" OperatingFlightNumber="106">
<Equipment Code="77L" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="20" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="150">
<Departure Airport="ICN" City="SEL" Country="KR" Time="14:25:00+09:00" Terminal="1"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="16:55:00+09:00" Terminal="1"/>
<Carrier Marketing="LJ" MarketingFlightNumber="203" Operating="LJ" OperatingFlightNumber="203">
<Equipment Code="738" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="21" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="734" ElapsedTime="120">
<Departure Airport="GMP" City="SEL" Country="KR" Time="07:45:00+09:00" Terminal="I"/>
<Arrival Airport="HND" City="TYO" Country="JP" Time="09:45:00+09:00"/>
<Carrier Marketing="NH" MarketingFlightNumber="862" Operating="NH" OperatingFlightNumber="862">
<Equipment Code="788" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="22" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="175">
<Departure Airport="NRT" City="TYO" Country="JP" Time="11:35:00+09:00" Terminal="3"/>
<Arrival Airport="ICN" City="SEL" Country="KR" Time="14:30:00+09:00" Terminal="1"/>
<Carrier Marketing="7C" MarketingFlightNumber="1101" Operating="7C" OperatingFlightNumber="1101">
<Equipment Code="737" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="23" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="734" ElapsedTime="120">
<Departure Airport="GMP" City="SEL" Country="KR" Time="12:25:00+09:00" Terminal="I"/>
<Arrival Airport="HND" City="TYO" Country="JP" Time="14:25:00+09:00"/>
<Carrier Marketing="NH" MarketingFlightNumber="864" Operating="NH" OperatingFlightNumber="864">
<Equipment Code="788" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="24" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="145">
<Departure Airport="ICN" City="SEL" Country="KR" Time="14:50:00+09:00" Terminal="1"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="17:15:00+09:00" Terminal="3"/>
<Carrier Marketing="7C" MarketingFlightNumber="1104" Operating="7C" OperatingFlightNumber="1104">
<Equipment Code="737" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="25" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="140">
<Departure Airport="ICN" City="SEL" Country="KR" Time="18:50:00+09:00" Terminal="1"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="21:10:00+09:00" Terminal="1"/>
<Carrier Marketing="OZ" MarketingFlightNumber="108" Operating="OZ" OperatingFlightNumber="108">
<Equipment Code="321" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="26" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="175">
<Departure Airport="NRT" City="TYO" Country="JP" Time="19:55:00+09:00" Terminal="3"/>
<Arrival Airport="ICN" City="SEL" Country="KR" Time="22:50:00+09:00" Terminal="1"/>
<Carrier Marketing="7C" MarketingFlightNumber="1107" Operating="7C" OperatingFlightNumber="1107">
<Equipment Code="737" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="27" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="155">
<Departure Airport="NRT" City="TYO" Country="JP" Time="13:20:00+09:00" Terminal="1"/>
<Arrival Airport="ICN" City="SEL" Country="KR" Time="15:55:00+09:00" Terminal="1"/>
<Carrier Marketing="OZ" MarketingFlightNumber="101" Operating="OZ" OperatingFlightNumber="101">
<Equipment Code="333" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="28" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="734" ElapsedTime="125">
<Departure Airport="GMP" City="SEL" Country="KR" Time="15:50:00+09:00" Terminal="I"/>
<Arrival Airport="HND" City="TYO" Country="JP" Time="17:55:00+09:00" Terminal="I"/>
<Carrier Marketing="OZ" MarketingFlightNumber="1045" Operating="OZ" OperatingFlightNumber="1045">
<Equipment Code="333" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="29" Frequency="***W***" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="160">
<Departure Airport="NRT" City="TYO" Country="JP" Time="20:40:00+09:00" Terminal="1"/>
<Arrival Airport="ICN" City="SEL" Country="KR" Time="23:20:00+09:00" Terminal="1"/>
<Carrier Marketing="ET" MarketingFlightNumber="673" Operating="ET" OperatingFlightNumber="673">
<Equipment Code="787" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="30" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="160">
<Departure Airport="ICN" City="SEL" Country="KR" Time="05:55:00+09:00" Terminal="1"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="08:35:00+09:00" Terminal="3"/>
<Carrier Marketing="7C" MarketingFlightNumber="1100" Operating="7C" OperatingFlightNumber="1100">
<Equipment Code="737" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="31" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="145">
<Departure Airport="ICN" City="SEL" Country="KR" Time="07:25:00+09:00" Terminal="1"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="09:50:00+09:00" Terminal="1"/>
<Carrier Marketing="LJ" MarketingFlightNumber="201" Operating="LJ" OperatingFlightNumber="201">
<Equipment Code="738" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="32" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="150">
<Departure Airport="NRT" City="TYO" Country="JP" Time="10:50:00+09:00" Terminal="1"/>
<Arrival Airport="ICN" City="SEL" Country="KR" Time="13:20:00+09:00" Terminal="1"/>
<Carrier Marketing="LJ" MarketingFlightNumber="202" Operating="LJ" OperatingFlightNumber="202">
<Equipment Code="738" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="33" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="140">
<Departure Airport="ICN" City="SEL" Country="KR" Time="17:20:00+09:00" Terminal="2"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="19:40:00+09:00" Terminal="1"/>
<Carrier Marketing="KE" MarketingFlightNumber="1" Operating="KE" OperatingFlightNumber="1">
<Equipment Code="333" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="34" Frequency="***W***" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="170">
<Departure Airport="ICN" City="SEL" Country="KR" Time="16:50:00+09:00" Terminal="1"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="19:40:00+09:00" Terminal="1"/>
<Carrier Marketing="ET" MarketingFlightNumber="672" Operating="ET" OperatingFlightNumber="672">
<Equipment Code="789" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="35" Frequency="S*TWTF*" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="145">
<Departure Airport="ICN" City="SEL" Country="KR" Time="09:55:00+09:00" Terminal="2"/>
<Arrival Airport="NRT" City="TYO" Country="JP" Time="12:20:00+09:00" Terminal="1"/>
<Carrier Marketing="KE" MarketingFlightNumber="703" Operating="KE" OperatingFlightNumber="703">
<Equipment Code="772" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="36" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="734" ElapsedTime="150">
<Departure Airport="HND" City="TYO" Country="JP" Time="15:45:00+09:00" Terminal="3"/>
<Arrival Airport="GMP" City="SEL" Country="KR" Time="18:15:00+09:00" Terminal="I"/>
<Carrier Marketing="JL" MarketingFlightNumber="93" Operating="JL" OperatingFlightNumber="93" Alliances="OW ">
<Equipment Code="772" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="37" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="160">
<Departure Airport="NRT" City="TYO" Country="JP" Time="18:50:00+09:00" Terminal="1"/>
<Arrival Airport="ICN" City="SEL" Country="KR" Time="21:30:00+09:00" Terminal="1"/>
<Carrier Marketing="OZ" MarketingFlightNumber="105" Operating="OZ" OperatingFlightNumber="105">
<Equipment Code="77L" TypeForFirstLeg="W" TypeForLastLeg="W"/>
</Carrier>
</ScheduleDesc>
<ScheduleDesc ID="38" Frequency="SMTWTFS" Stops="0" ETicketable="true" TotalMilesFlown="787" ElapsedTime="185">
<Departure Airport="NRT" City="TYO" Country="JP" Time="20:30:00+09:00" Terminal="3"/>
<Arrival Airport="ICN" City="SEL" Country="KR" Time="23:35:00+09:00" Terminal="1"/>
<Carrier Marketing="7C" MarketingFlightNumber="1109" Operating="7C" OperatingFlightNumber="1109">
<Equipment Code="737" TypeForFirstLeg="N" TypeForLastLeg="N"/>
</Carrier>
</ScheduleDesc>
<TaxDesc ID="1" Code="YQI" Amount="120" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="120" PublishedCurrency="JPY" Station="GMP"/>
<TaxDesc ID="2" Code="YQI" Amount="220" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="2.00" PublishedCurrency="USD" Station="ICN"/>
<TaxDesc ID="3" Code="OI" Amount="530" Currency="JPY" Description="PASSENGER SECURITY SERVICE CHARGE" PublishedAmount="530" PublishedCurrency="JPY" Station="NRT" Country="JP"/>
<TaxDesc ID="4" Code="BP" Amount="2510" Currency="JPY" Description="INTERNATIONAL PSC DEPARTURE TAX AND GLOBAL DISEASE ERADICATION FUND" PublishedAmount="28000" PublishedCurrency="KRW" Station="GMP" Country="KR"/>
<TaxDesc ID="5" Code="YQI" Amount="300" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="300" PublishedCurrency="JPY" Station="GMP"/>
<TaxDesc ID="6" Code="SW" Amount="1040" Currency="JPY" Description="PASSENGER SERVICE FACILITIES CHARGE INTERNATIONAL" PublishedAmount="1040" PublishedCurrency="JPY" Station="NRT" Country="JP"/>
<TaxDesc ID="7" Code="YQI" Amount="100" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="100" PublishedCurrency="JPY" Station="GMP"/>
<TaxDesc ID="8" Code="SW" Amount="2130" Currency="JPY" Description="PASSENGER SERVICE FACILITIES CHARGE INTERNATIONAL" PublishedAmount="2130" PublishedCurrency="JPY" Station="NRT" Country="JP"/>
<TaxDesc ID="9" Code="YQI" Amount="100" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="100" PublishedCurrency="JPY" Station="HND"/>
<TaxDesc ID="10" Code="BP" Amount="2510" Currency="JPY" Description="INTERNATIONAL PSC DEPARTURE TAX AND GLOBAL DISEASE ERADICATION FUND" PublishedAmount="28000" PublishedCurrency="KRW" Station="ICN" Country="KR"/>
<TaxDesc ID="11" Code="YQI" Amount="220" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="2.00" PublishedCurrency="USD" Station="NRT"/>
<TaxDesc ID="12" Code="TK" Amount="1000" Currency="JPY" Description="INTERNATIONAL TOURIST TAX" PublishedAmount="1000" PublishedCurrency="JPY" Station="NRT" Country="JP"/>
<TaxDesc ID="13" Code="SW" Amount="2610" Currency="JPY" Description="PASSENGER SERVICE FACILITIES CHARGE INTERNATIONAL" PublishedAmount="2610" PublishedCurrency="JPY" Station="HND" Country="JP"/>
<TaxDesc ID="14" Code="YQI" Amount="300" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="300" PublishedCurrency="JPY" Station="HND"/>
<TaxDesc ID="15" Code="YQI" Amount="100" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="0.90" PublishedCurrency="USD" Station="ICN"/>
<TaxDesc ID="16" Code="YQI" Amount="120" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="120" PublishedCurrency="JPY" Station="ICN"/>
<TaxDesc ID="17" Code="YQI" Amount="120" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="120" PublishedCurrency="JPY" Station="NRT"/>
<TaxDesc ID="18" Code="TK" Amount="1000" Currency="JPY" Description="INTERNATIONAL TOURIST TAX" PublishedAmount="1000" PublishedCurrency="JPY" Station="HND" Country="JP"/>
<TaxDesc ID="19" Code="YQI" Amount="100" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="0.90" PublishedCurrency="USD" Station="NRT"/>
<TaxSummaryDesc ID="1" Code="YQI" Amount="200" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="100" PublishedCurrency="JPY" Station="HND"/>
<TaxSummaryDesc ID="2" Code="OI" Amount="530" Currency="JPY" Description="PASSENGER SECURITY SERVICE CHARGE" PublishedAmount="530" PublishedCurrency="JPY" Station="NRT" Country="JP"/>
<TaxSummaryDesc ID="3" Code="BP" Amount="2510" Currency="JPY" Description="INTERNATIONAL PSC DEPARTURE TAX AND GLOBAL DISEASE ERADICATION FUND" PublishedAmount="28000" PublishedCurrency="KRW" Station="GMP" Country="KR"/>
<TaxSummaryDesc ID="4" Code="YQI" Amount="600" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="300" PublishedCurrency="JPY" Station="HND"/>
<TaxSummaryDesc ID="5" Code="SW" Amount="1040" Currency="JPY" Description="PASSENGER SERVICE FACILITIES CHARGE INTERNATIONAL" PublishedAmount="1040" PublishedCurrency="JPY" Station="NRT" Country="JP"/>
<TaxSummaryDesc ID="6" Code="SW" Amount="2130" Currency="JPY" Description="PASSENGER SERVICE FACILITIES CHARGE INTERNATIONAL" PublishedAmount="2130" PublishedCurrency="JPY" Station="NRT" Country="JP"/>
<TaxSummaryDesc ID="7" Code="YQI" Amount="440" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="2.00" PublishedCurrency="USD" Station="NRT"/>
<TaxSummaryDesc ID="8" Code="BP" Amount="2510" Currency="JPY" Description="INTERNATIONAL PSC DEPARTURE TAX AND GLOBAL DISEASE ERADICATION FUND" PublishedAmount="28000" PublishedCurrency="KRW" Station="ICN" Country="KR"/>
<TaxSummaryDesc ID="9" Code="TK" Amount="1000" Currency="JPY" Description="INTERNATIONAL TOURIST TAX" PublishedAmount="1000" PublishedCurrency="JPY" Station="NRT" Country="JP"/>
<TaxSummaryDesc ID="10" Code="YQI" Amount="240" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="120" PublishedCurrency="JPY" Station="NRT"/>
<TaxSummaryDesc ID="11" Code="YQI" Amount="200" Currency="JPY" Description="SERVICE FEE - CARRIER-IMPOSED MISC" PublishedAmount="0.90" PublishedCurrency="USD" Station="NRT"/>
<TaxSummaryDesc ID="12" Code="SW" Amount="2610" Currency="JPY" Description="PASSENGER SERVICE FACILITIES CHARGE INTERNATIONAL" PublishedAmount="2610" PublishedCurrency="JPY" Station="HND" Country="JP"/>
<TaxSummaryDesc ID="13" Code="TK" Amount="1000" Currency="JPY" Description="INTERNATIONAL TOURIST TAX" PublishedAmount="1000" PublishedCurrency="JPY" Station="HND" Country="JP"/>
<FareComponentDesc ID="1" GoverningCarrier="OZ" FareAmount="93.04" FareCurrency="JPY" FareBasisCode="VJXAJK3" FarePassengerType="ADT" PublishedFareAmount="20000" Directionality="FROM" Direction="EH" NotValidBefore="2021-03-03" NotValidAfter="2021-03-03" ApplicablePricingCategories="2 3 4 5 6 7 8 9 10 12 15 16 18" VendorCode="ATP" FareTypeBitmap="00" FareType="XAP" FareTariff="8" FareRule="JK50">
<Segment Stopover="true"/>
</FareComponentDesc>
<FareComponentDesc ID="2" GoverningCarrier="JL" FareAmount="158.18" FareCurrency="JPY" FareBasisCode="VNN32ACF" FarePassengerType="ADT" PublishedFareAmount="34000" Directionality="TO" Direction="EH" NotValidBefore="2021-03-05" NotValidAfter="2022-03-03" ApplicablePricingCategories="1 4 5 6 7 8 9 10 12 15 16 18" VendorCode="ATP" FareTypeBitmap="00" FareType="XAP" FareTariff="8" FareRule="4583">
<Segment/>
</FareComponentDesc>
<FareComponentDesc ID="3" GoverningCarrier="NH" FareAmount="158.18" FareCurrency="JPY" FareBasisCode="WRNC1" FarePassengerType="ADT" PublishedFareAmount="34000" Directionality="TO" Direction="EH" NotValidBefore="2021-03-10" NotValidAfter="2021-03-10" ApplicablePricingCategories="2 4 5 6 7 8 9 10 12 16 18" VendorCode="ATP" FareTypeBitmap="00" FareType="XAP" FareTariff="8" FareRule="A125">
<Segment>
<Surcharge Amount="18.60" Currency="NUC" Description="MISCELLANEOUS/OTHER" Type="Q"/>
</Segment>
</FareComponentDesc>
<FareComponentDesc ID="4" GoverningCarrier="KE" FareAmount="158.18" FareCurrency="JPY" FareBasisCode="LKX0ZRJN" FarePassengerType="ADT" PublishedFareAmount="34000" Directionality="FROM" Direction="EH" NotValidAfter="2021-06-03" ApplicablePricingCategories="2 3 4 5 7 8 9 10 15 16 18 23" VendorCode="ATP" FareTypeBitmap="00" FareType="XEX" FareTariff="8" FareRule="JK03">
<Segment Stopover="true"/>
</FareComponentDesc>
<FareComponentDesc ID="5" GoverningCarrier="LJ" FareAmount="51.17" FareCurrency="JPY" FareBasisCode="X1WRT" FarePassengerType="ADT" PublishedFareAmount="11000" Directionality="FROM" Direction="EH" NotValidAfter="2022-03-03" ApplicablePricingCategories="4 5 7 8 10 12 16 18" VendorCode="ATP" FareTypeBitmap="00" FareType="XEX" FareTariff="8" FareRule="SSWW">
<Segment Stopover="true"/>
</FareComponentDesc>
<FareComponentDesc ID="6" GoverningCarrier="7C" FareAmount="27.91" FareCurrency="JPY" FareBasisCode="HB3EJP" FarePassengerType="ADT" PublishedFareAmount="6000" PrivateFare="true" Directionality="FROM" Direction="EH" NotValidBefore="2021-03-03" NotValidAfter="2021-03-03" ApplicablePricingCategories="1 4 5 7 9 10 15 16 18" VendorCode="SITA" FareTypeBitmap="08" FareType="XEF" FareTariff="412" FareRule="J018">
<Segment Stopover="true"/>
</FareComponentDesc>
<FareComponentDesc ID="7" GoverningCarrier="NH" FareAmount="158.18" FareCurrency="JPY" FareBasisCode="WRNC1" FarePassengerType="ADT" PublishedFareAmount="34000" Directionality="FROM" Direction="EH" NotValidBefore="2021-03-03" NotValidAfter="2021-03-03" ApplicablePricingCategories="2 4 5 6 7 8 9 10 12 16 18" VendorCode="ATP" FareTypeBitmap="00" FareType="XAP" FareTariff="8" FareRule="A125">
<Segment Stopover="true">
<Surcharge Amount="18.60" Currency="NUC" Description="MISCELLANEOUS/OTHER" Type="Q"/>
</Segment>
</FareComponentDesc>
<FareComponentDesc ID="8" GoverningCarrier="OZ" FareAmount="120.96" FareCurrency="JPY" FareBasisCode="VJXAJK3" FarePassengerType="ADT" PublishedFareAmount="26000" Directionality="TO" Direction="EH" NotValidBefore="2021-03-10" NotValidAfter="2021-03-10" ApplicablePricingCategories="2 3 4 5 6 7 8 9 10 12 15 16 18" VendorCode="ATP" FareTypeBitmap="00" FareType="XAP" FareTariff="8" FareRule="JK50">
<Segment/>
</FareComponentDesc>
<FareComponentDesc ID="9" GoverningCarrier="LJ" FareAmount="51.17" FareCurrency="JPY" FareBasisCode="X1WRT" FarePassengerType="ADT" PublishedFareAmount="11000" Directionality="TO" Direction="EH" NotValidAfter="2022-03-03" ApplicablePricingCategories="4 5 7 8 10 12 16 18" VendorCode="ATP" FareTypeBitmap="00" FareType="XEX" FareTariff="8" FareRule="SSWW">
<Segment/>
</FareComponentDesc>
<FareComponentDesc ID="10" GoverningCarrier="ET" FareAmount="40.01" FareCurrency="JPY" FareBasisCode="OPRJP" FarePassengerType="ADT" PublishedFareAmount="8600" Directionality="FROM" Direction="EH" NotValidBefore="2021-03-03" NotValidAfter="2021-03-03" ApplicablePricingCategories="5 6 10" VendorCode="ATP" FareTypeBitmap="00" FareType="XAP" FareTariff="8" FareRule="JPPR">
<Segment Stopover="true"/>
</FareComponentDesc>
<FareComponentDesc ID="11" GoverningCarrier="NH" FareAmount="158.18" FareCurrency="JPY" FareBasisCode="WRNC1" FarePassengerType="ADT" PublishedFareAmount="34000" Directionality="FROM" Direction="EH" NotValidBefore="2021-03-03" NotValidAfter="2021-03-03" ApplicablePricingCategories="2 4 5 6 7 8 9 10 12 16 18" VendorCode="ATP" FareTypeBitmap="00" FareType="XAP" FareTariff="8" FareRule="A125">
<Segment Stopover="true"/>
</FareComponentDesc>
<FareComponentDesc ID="12" GoverningCarrier="KE" FareAmount="158.18" FareCurrency="JPY" FareBasisCode="LKX0ZRJN" FarePassengerType="ADT" PublishedFareAmount="34000" Directionality="TO" Direction="EH" NotValidAfter="2021-06-03" ApplicablePricingCategories="2 3 4 5 7 8 9 10 15 16 18 23" VendorCode="ATP" FareTypeBitmap="00" FareType="XEX" FareTariff="8" FareRule="JK03">
<Segment/>
</FareComponentDesc>
<FareComponentDesc ID="13" GoverningCarrier="ET" FareAmount="40.01" FareCurrency="JPY" FareBasisCode="OPRJP" FarePassengerType="ADT" PublishedFareAmount="8600" Directionality="TO" Direction="EH" NotValidBefore="2021-03-10" NotValidAfter="2021-03-10" ApplicablePricingCategories="5 6 10" VendorCode="ATP" FareTypeBitmap="00" FareType="XAP" FareTariff="8" FareRule="JPPR">
<Segment/>
</FareComponentDesc>
<FareComponentDesc ID="14" GoverningCarrier="NH" FareAmount="158.18" FareCurrency="JPY" FareBasisCode="WRNC1" FarePassengerType="ADT" PublishedFareAmount="34000" Directionality="TO" Direction="EH" NotValidBefore="2021-03-10" NotValidAfter="2021-03-10" ApplicablePricingCategories="2 4 5 6 7 8 9 10 12 16 18" VendorCode="ATP" FareTypeBitmap="00" FareType="XAP" FareTariff="8" FareRule="A125">
<Segment/>
</FareComponentDesc>
<FareComponentDesc ID="15" GoverningCarrier="OZ" FareAmount="93.04" FareCurrency="JPY" FareBasisCode="VJXAJK3" FarePassengerType="ADT" PublishedFareAmount="20000" Directionality="FROM" Direction="EH" NotValidBefore="2021-03-03" NotValidAfter="2021-03-03" ApplicablePricingCategories="2 3 4 5 6 7 8 9 10 12 15 16 18" VendorCode="ATP" FareTypeBitmap="00" FareType="XAP" FareTariff="8" FareRule="JK50">
<Segment Stopover="true">
<Surcharge Amount="18.60" Currency="NUC" Description="MISCELLANEOUS/OTHER" Type="Q"/>
</Segment>
</FareComponentDesc>
<FareComponentDesc ID="16" GoverningCarrier="JL" FareAmount="158.18" FareCurrency="JPY" FareBasisCode="VNN32ACF" FarePassengerType="ADT" PublishedFareAmount="34000" Directionality="FROM" Direction="EH" NotValidAfter="2022-03-03" ApplicablePricingCategories="1 4 5 6 7 8 9 10 12 15 16 18" VendorCode="ATP" FareTypeBitmap="00" FareType="XAP" FareTariff="8" FareRule="4583">
<Segment Stopover="true"/>
</FareComponentDesc>
<FareComponentDesc ID="17" GoverningCarrier="7C" FareAmount="27.91" FareCurrency="JPY" FareBasisCode="HB3EJP" FarePassengerType="ADT" PublishedFareAmount="6000" PrivateFare="true" Directionality="TO" Direction="EH" NotValidBefore="2021-03-10" NotValidAfter="2021-03-10" ApplicablePricingCategories="1 4 5 7 9 10 15 16 18" VendorCode="SITA" FareTypeBitmap="08" FareType="XEF" FareTariff="412" FareRule="J018">
<Segment/>
</FareComponentDesc>
<FareComponentDesc ID="18" GoverningCarrier="OZ" FareAmount="93.04" FareCurrency="JPY" FareBasisCode="VJXAJK3" FarePassengerType="ADT" PublishedFareAmount="20000" Directionality="TO" Direction="EH" NotValidBefore="2021-03-10" NotValidAfter="2021-03-10" ApplicablePricingCategories="2 3 4 5 6 7 8 9 10 12 15 16 18" VendorCode="ATP" FareTypeBitmap="00" FareType="XAP" FareTariff="8" FareRule="JK50">
<Segment/>
</FareComponentDesc>
<BaggageAllowanceDesc ID="1" Pieces="2"/>
<BaggageAllowanceDesc ID="2" Pieces="0"/>
<BaggageAllowanceDesc ID="3" Pieces="2"/>
<BaggageAllowanceDesc ID="4" Pieces="1"/>
<BaggageAllowanceDesc ID="5" Weight="15" Unit="kg"/>
<BaggageAllowanceDesc ID="6" Pieces="2"/>
<BaggageAllowanceDesc ID="7" Pieces="1"/>
<LegDesc ID="1" ElapsedTime="125">
<Schedule Ref="28"/>
</LegDesc>
<LegDesc ID="2" ElapsedTime="160">
<Schedule Ref="29"/>
</LegDesc>
<LegDesc ID="3" ElapsedTime="145">
<Schedule Ref="31"/>
</LegDesc>
<LegDesc ID="4" ElapsedTime="160">
<Schedule Ref="30"/>
</LegDesc>
<LegDesc ID="5" ElapsedTime="150">
<Schedule Ref="32"/>
</LegDesc>
<LegDesc ID="6" ElapsedTime="170">
<Schedule Ref="34"/>
</LegDesc>
<LegDesc ID="7" ElapsedTime="140">
<Schedule Ref="33"/>
</LegDesc>
<LegDesc ID="8" ElapsedTime="145">
<Schedule Ref="35"/>
</LegDesc>
<LegDesc ID="9" ElapsedTime="175">
<Schedule Ref="26"/>
</LegDesc>
<LegDesc ID="10" ElapsedTime="155">
<Schedule Ref="27"/>
</LegDesc>
<LegDesc ID="11" ElapsedTime="120">
<Schedule Ref="23"/>
</LegDesc>
<LegDesc ID="12" ElapsedTime="145">
<Schedule Ref="24"/>
</LegDesc>
<LegDesc ID="13" ElapsedTime="140">
<Schedule Ref="25"/>
</LegDesc>
<LegDesc ID="14" ElapsedTime="120">
<Schedule Ref="21"/>
</LegDesc>
<LegDesc ID="15" ElapsedTime="150">
<Schedule Ref="20"/>
</LegDesc>
<LegDesc ID="16" ElapsedTime="175">
<Schedule Ref="22"/>
</LegDesc>
<LegDesc ID="17" ElapsedTime="185">
<Schedule Ref="38"/>
</LegDesc>
<LegDesc ID="18" ElapsedTime="150">
<Schedule Ref="36"/>
</LegDesc>
<LegDesc ID="19" ElapsedTime="160">
<Schedule Ref="37"/>
</LegDesc>
<LegDesc ID="20" ElapsedTime="150">
<Schedule Ref="7"/>
</LegDesc>
<LegDesc ID="21" ElapsedTime="175">
<Schedule Ref="8"/>
</LegDesc>
<LegDesc ID="22" ElapsedTime="125">
<Schedule Ref="9"/>
</LegDesc>
<LegDesc ID="23" ElapsedTime="125">
<Schedule Ref="3"/>
</LegDesc>
<LegDesc ID="24" ElapsedTime="155">
<Schedule Ref="4"/>
</LegDesc>
<LegDesc ID="25" ElapsedTime="165">
<Schedule Ref="5"/>
</LegDesc>
<LegDesc ID="26" ElapsedTime="160">
<Schedule Ref="6"/>
</LegDesc>
<LegDesc ID="27" ElapsedTime="140">
<Schedule Ref="1"/>
</LegDesc>
<LegDesc ID="28" ElapsedTime="140">
<Schedule Ref="2"/>
</LegDesc>
<LegDesc ID="29" ElapsedTime="150">
<Schedule Ref="18"/>
</LegDesc>
<LegDesc ID="30" ElapsedTime="130">
<Schedule Ref="19"/>
</LegDesc>
<LegDesc ID="31" ElapsedTime="205">
<Schedule Ref="16"/>
</LegDesc>
<LegDesc ID="32" ElapsedTime="130">
<Schedule Ref="15"/>
</LegDesc>
<LegDesc ID="33" ElapsedTime="160">
<Schedule Ref="17"/>
</LegDesc>
<LegDesc ID="34" ElapsedTime="120">
<Schedule Ref="12"/>
</LegDesc>
<LegDesc ID="35" ElapsedTime="140">
<Schedule Ref="13"/>
</LegDesc>
<LegDesc ID="36" ElapsedTime="150">
<Schedule Ref="14"/>
</LegDesc>
<LegDesc ID="37" ElapsedTime="175">
<Schedule Ref="11"/>
</LegDesc>
<LegDesc ID="38" ElapsedTime="145">
<Schedule Ref="10"/>
</LegDesc>
<ItineraryGroup>
<GroupDescription>
<LegDescription DepartureDate="2021-03-03" DepartureLocation="HND" ArrivalLocation="GMP"/>
<LegDescription DepartureDate="2021-03-10" DepartureLocation="GMP" ArrivalLocation="HND"/>
</GroupDescription>
<Itinerary ID="1" PricingSource="ADVJR1">
<Leg Ref="24"/>
<Leg Ref="14"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="NH" VITA="true" ETicketable="true" LastTicketDate="2020-09-07" LastTicketTime="23:59" GoverningCarriers="NH NH">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="true">
<FareComponent Ref="11">
<Segment BookingCode="W" CabinCode="Y" MealCode="M" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="14">
<Segment BookingCode="W" CabinCode="Y" MealCode="M" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="9"/>
<Tax Ref="7"/>
<Tax Ref="13"/>
<Tax Ref="18"/>
<Tax Ref="4"/>
<TaxSummary Ref="12"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="1"/>
<TaxSummary Ref="13"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="NH" Info="FLT/CNX/CHG RESTRICTED/CHECK FARE RULE"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - NH"/>
<PassengerTotalFare TotalFare="40320" TotalTaxes="6320" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" EquivalentAmount="34000" EquivalentCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="NH">
<Segment ID="0"/>
<Allowance Ref="3"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="NH">
<Segment ID="1"/>
<Allowance Ref="3"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="40320" TotalTaxes="6320" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" EquivalentAmount="34000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="44315.345"/>
</Itinerary>
<Itinerary ID="2" PricingSource="ADVJR1">
<Leg Ref="20"/>
<Leg Ref="14"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="NH" VITA="true" ETicketable="true" LastTicketDate="2020-09-07" LastTicketTime="23:59" GoverningCarriers="NH NH">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="true">
<FareComponent Ref="11">
<Segment BookingCode="W" CabinCode="Y" MealCode="M" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="14">
<Segment BookingCode="W" CabinCode="Y" MealCode="M" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="9"/>
<Tax Ref="7"/>
<Tax Ref="13"/>
<Tax Ref="18"/>
<Tax Ref="4"/>
<TaxSummary Ref="12"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="1"/>
<TaxSummary Ref="13"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="NH" Info="FLT/CNX/CHG RESTRICTED/CHECK FARE RULE"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - NH"/>
<PassengerTotalFare TotalFare="40320" TotalTaxes="6320" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" EquivalentAmount="34000" EquivalentCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="NH">
<Segment ID="0"/>
<Allowance Ref="3"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="NH">
<Segment ID="1"/>
<Allowance Ref="3"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="40320" TotalTaxes="6320" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" EquivalentAmount="34000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="41664.000"/>
</Itinerary>
<Itinerary ID="3" PricingSource="ADVJR1">
<Leg Ref="29"/>
<Leg Ref="23"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="JL" VITA="true" ETicketable="true" LastTicketDate="2020-09-07" LastTicketTime="23:59" GoverningCarriers="JL JL">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="true">
<FareComponent Ref="16">
<Segment BookingCode="V" CabinCode="Y" MealCode="M" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="2">
<Segment BookingCode="V" CabinCode="Y" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="14"/>
<Tax Ref="5"/>
<Tax Ref="13"/>
<Tax Ref="18"/>
<Tax Ref="4"/>
<TaxSummary Ref="12"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="4"/>
<TaxSummary Ref="13"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="JL" Info="RFND RESTR APPLY"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - JL"/>
<PassengerTotalFare TotalFare="40720" TotalTaxes="6720" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" EquivalentAmount="34000" EquivalentCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="JL">
<Segment ID="0"/>
<Allowance Ref="6"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="JL">
<Segment ID="1"/>
<Allowance Ref="6"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="40720" TotalTaxes="6720" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" EquivalentAmount="34000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="44754.982"/>
</Itinerary>
<Itinerary ID="4" PricingSource="ADVJR1">
<Leg Ref="18"/>
<Leg Ref="23"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="JL" VITA="true" ETicketable="true" LastTicketDate="2020-09-07" LastTicketTime="23:59" GoverningCarriers="JL JL">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="true">
<FareComponent Ref="16">
<Segment BookingCode="V" CabinCode="Y" MealCode="M" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="2">
<Segment BookingCode="V" CabinCode="Y" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="14"/>
<Tax Ref="5"/>
<Tax Ref="13"/>
<Tax Ref="18"/>
<Tax Ref="4"/>
<TaxSummary Ref="12"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="4"/>
<TaxSummary Ref="13"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="JL" Info="RFND RESTR APPLY"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - JL"/>
<PassengerTotalFare TotalFare="40720" TotalTaxes="6720" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" EquivalentAmount="34000" EquivalentCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="JL">
<Segment ID="0"/>
<Allowance Ref="6"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="JL">
<Segment ID="1"/>
<Allowance Ref="6"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="40720" TotalTaxes="6720" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" EquivalentAmount="34000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="42718.982"/>
</Itinerary>
<Itinerary ID="5" PricingSource="ADVJR1">
<Leg Ref="27"/>
<Leg Ref="14"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="NH" VITA="true" ETicketable="true" LastTicketDate="2020-09-07" LastTicketTime="23:59" GoverningCarriers="NH NH">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="true">
<FareComponent Ref="7">
<Segment BookingCode="W" CabinCode="Y" MealCode="L" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="14">
<Segment BookingCode="W" CabinCode="Y" MealCode="M" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="9"/>
<Tax Ref="7"/>
<Tax Ref="13"/>
<Tax Ref="18"/>
<Tax Ref="4"/>
<TaxSummary Ref="12"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="1"/>
<TaxSummary Ref="13"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="NH" Info="FLT/CNX/CHG RESTRICTED/CHECK FARE RULE"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - NH"/>
<PassengerTotalFare TotalFare="42320" TotalTaxes="6320" Currency="JPY" BaseFareAmount="36000" BaseFareCurrency="JPY" EquivalentAmount="36000" EquivalentCurrency="JPY" ConstructionAmount="334.96" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="NH">
<Segment ID="0"/>
<Allowance Ref="3"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="NH">
<Segment ID="1"/>
<Allowance Ref="3"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="42320" TotalTaxes="6320" Currency="JPY" BaseFareAmount="36000" BaseFareCurrency="JPY" ConstructionAmount="334.96" ConstructionCurrency="NUC" EquivalentAmount="36000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="46552.000"/>
</Itinerary>
<Itinerary ID="6" PricingSource="ADVJR1">
<Leg Ref="27"/>
<Leg Ref="11"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="NH" VITA="true" ETicketable="true" LastTicketDate="2020-09-07" LastTicketTime="23:59" GoverningCarriers="NH NH">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="true">
<FareComponent Ref="7">
<Segment BookingCode="W" CabinCode="Y" MealCode="L" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="3">
<Segment BookingCode="W" CabinCode="Y" MealCode="M" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="9"/>
<Tax Ref="7"/>
<Tax Ref="13"/>
<Tax Ref="18"/>
<Tax Ref="4"/>
<TaxSummary Ref="12"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="1"/>
<TaxSummary Ref="13"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="NH" Info="FLT/CNX/CHG RESTRICTED/CHECK FARE RULE"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - NH"/>
<PassengerTotalFare TotalFare="44320" TotalTaxes="6320" Currency="JPY" BaseFareAmount="38000" BaseFareCurrency="JPY" EquivalentAmount="38000" EquivalentCurrency="JPY" ConstructionAmount="353.56" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="NH">
<Segment ID="0"/>
<Allowance Ref="3"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="NH">
<Segment ID="1"/>
<Allowance Ref="3"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="44320" TotalTaxes="6320" Currency="JPY" BaseFareAmount="38000" BaseFareCurrency="JPY" ConstructionAmount="353.56" ConstructionCurrency="NUC" EquivalentAmount="38000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="50968.000"/>
</Itinerary>
</ItineraryGroup>
<ItineraryGroup>
<GroupDescription>
<LegDescription DepartureDate="2021-03-03" DepartureLocation="NRT" ArrivalLocation="ICN"/>
<LegDescription DepartureDate="2021-03-10" DepartureLocation="GMP" ArrivalLocation="HND"/>
</GroupDescription>
<Itinerary ID="1" PricingSource="ADVJR1">
<Leg Ref="10"/>
<Leg Ref="22"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="L" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="8">
<Segment BookingCode="V" CabinCode="Y" MealCode="B" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="1"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="4"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" EquivalentAmount="23000" EquivalentCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" EquivalentAmount="23000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="47476.143"/>
</Itinerary>
<Itinerary ID="2" PricingSource="ADVJR1">
<Leg Ref="10"/>
<Leg Ref="32"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="L" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="8">
<Segment BookingCode="V" CabinCode="Y" MealCode="D" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="1"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="4"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" EquivalentAmount="23000" EquivalentCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" EquivalentAmount="23000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="50848.342"/>
</Itinerary>
<Itinerary ID="3" PricingSource="ADVJR1">
<Leg Ref="19"/>
<Leg Ref="1"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="D" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="8">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="1"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="4"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" EquivalentAmount="23000" EquivalentCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" EquivalentAmount="23000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="52318.842"/>
</Itinerary>
<Itinerary ID="4" PricingSource="ADVJR1">
<Leg Ref="19"/>
<Leg Ref="22"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="D" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="8">
<Segment BookingCode="V" CabinCode="Y" MealCode="B" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="1"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="4"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" EquivalentAmount="23000" EquivalentCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" EquivalentAmount="23000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="53789.342"/>
</Itinerary>
<Itinerary ID="5" PricingSource="ADVJR1">
<Leg Ref="19"/>
<Leg Ref="32"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="D" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="8">
<Segment BookingCode="V" CabinCode="Y" MealCode="D" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="1"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="4"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" EquivalentAmount="23000" EquivalentCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" EquivalentAmount="23000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="55676.172"/>
</Itinerary>
<Itinerary ID="6" PricingSource="ADVJR1">
<Leg Ref="10"/>
<Leg Ref="1"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="L" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="8">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="1"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="4"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" EquivalentAmount="23000" EquivalentCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" EquivalentAmount="23000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="46005.643"/>
</Itinerary>
<Itinerary ID="7" PricingSource="ADVJR1">
<Leg Ref="36"/>
<Leg Ref="32"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="15">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="8">
<Segment BookingCode="V" CabinCode="Y" MealCode="D" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="1"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="4"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="31410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="25000" BaseFareCurrency="JPY" EquivalentAmount="25000" EquivalentCurrency="JPY" ConstructionAmount="232.60" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="31410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="25000" BaseFareCurrency="JPY" ConstructionAmount="232.60" ConstructionCurrency="NUC" EquivalentAmount="25000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="64839.214"/>
</Itinerary>
<Itinerary ID="8" PricingSource="ADVJR1">
<Leg Ref="36"/>
<Leg Ref="22"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="15">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="8">
<Segment BookingCode="V" CabinCode="Y" MealCode="B" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="1"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="4"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="31410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="25000" BaseFareCurrency="JPY" EquivalentAmount="25000" EquivalentCurrency="JPY" ConstructionAmount="232.60" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="31410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="25000" BaseFareCurrency="JPY" ConstructionAmount="232.60" ConstructionCurrency="NUC" EquivalentAmount="25000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="62791.445"/>
</Itinerary>
<Itinerary ID="9" PricingSource="ADVJR1">
<Leg Ref="36"/>
<Leg Ref="1"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="15">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="8">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="1"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="4"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="3"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="31410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="25000" BaseFareCurrency="JPY" EquivalentAmount="25000" EquivalentCurrency="JPY" ConstructionAmount="232.60" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="31410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="25000" BaseFareCurrency="JPY" ConstructionAmount="232.60" ConstructionCurrency="NUC" EquivalentAmount="25000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="61220.945"/>
</Itinerary>
</ItineraryGroup>
<ItineraryGroup>
<GroupDescription>
<LegDescription DepartureDate="2021-03-03" DepartureLocation="NRT" ArrivalLocation="ICN"/>
<LegDescription DepartureDate="2021-03-10" DepartureLocation="ICN" ArrivalLocation="HND"/>
</GroupDescription>
<Itinerary ID="1" PricingSource="ADVJR1">
<Leg Ref="19"/>
<Leg Ref="34"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="D" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="8">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="16"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" EquivalentAmount="23000" EquivalentCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" EquivalentAmount="23000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="48946.643"/>
</Itinerary>
<Itinerary ID="2" PricingSource="ADVJR1">
<Leg Ref="10"/>
<Leg Ref="34"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="L" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="8">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="16"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" EquivalentAmount="23000" EquivalentCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="29410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="23000" BaseFareCurrency="JPY" ConstructionAmount="214.00" ConstructionCurrency="NUC" EquivalentAmount="23000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="41147.264"/>
</Itinerary>
<Itinerary ID="3" PricingSource="ADVJR1">
<Leg Ref="36"/>
<Leg Ref="34"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="15">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="8">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="16"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="31410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="25000" BaseFareCurrency="JPY" EquivalentAmount="25000" EquivalentCurrency="JPY" ConstructionAmount="232.60" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="31410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="25000" BaseFareCurrency="JPY" ConstructionAmount="232.60" ConstructionCurrency="NUC" EquivalentAmount="25000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="59155.500"/>
</Itinerary>
</ItineraryGroup>
<ItineraryGroup>
<GroupDescription>
<LegDescription DepartureDate="2021-03-03" DepartureLocation="NRT" ArrivalLocation="ICN"/>
<LegDescription DepartureDate="2021-03-10" DepartureLocation="ICN" ArrivalLocation="NRT"/>
</GroupDescription>
<Itinerary ID="1" PricingSource="ADVJR1">
<Leg Ref="17"/>
<Leg Ref="38"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="18181.273"/>
</Itinerary>
<Itinerary ID="2" PricingSource="ADVJR1">
<Leg Ref="21"/>
<Leg Ref="31"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="25309.053"/>
</Itinerary>
<Itinerary ID="3" PricingSource="ADVJR1">
<Leg Ref="17"/>
<Leg Ref="26"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="24062.870"/>
</Itinerary>
<Itinerary ID="4" PricingSource="ADVJR1">
<Leg Ref="17"/>
<Leg Ref="4"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="23508.870"/>
</Itinerary>
<Itinerary ID="5" PricingSource="ADVJR1">
<Leg Ref="9"/>
<Leg Ref="26"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="22730.537"/>
</Itinerary>
<Itinerary ID="6" PricingSource="ADVJR1">
<Leg Ref="9"/>
<Leg Ref="31"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="25309.053"/>
</Itinerary>
<Itinerary ID="7" PricingSource="ADVJR1">
<Leg Ref="9"/>
<Leg Ref="4"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="22176.537"/>
</Itinerary>
<Itinerary ID="8" PricingSource="ADVJR1">
<Leg Ref="37"/>
<Leg Ref="26"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="21622.537"/>
</Itinerary>
<Itinerary ID="9" PricingSource="ADVJR1">
<Leg Ref="37"/>
<Leg Ref="31"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="25309.053"/>
</Itinerary>
<Itinerary ID="10" PricingSource="ADVJR1">
<Leg Ref="37"/>
<Leg Ref="4"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="21068.537"/>
</Itinerary>
<Itinerary ID="11" PricingSource="ADVJR1">
<Leg Ref="21"/>
<Leg Ref="26"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="20514.537"/>
</Itinerary>
<Itinerary ID="12" PricingSource="ADVJR1">
<Leg Ref="17"/>
<Leg Ref="31"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="25484.000"/>
</Itinerary>
<Itinerary ID="13" PricingSource="ADVJR1">
<Leg Ref="21"/>
<Leg Ref="4"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="19960.537"/>
</Itinerary>
<Itinerary ID="14" PricingSource="ADVJR1">
<Leg Ref="16"/>
<Leg Ref="38"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="13503.750"/>
</Itinerary>
<Itinerary ID="15" PricingSource="ADVJR1">
<Leg Ref="17"/>
<Leg Ref="12"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="17627.273"/>
</Itinerary>
<Itinerary ID="16" PricingSource="ADVJR1">
<Leg Ref="9"/>
<Leg Ref="38"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="16827.750"/>
</Itinerary>
<Itinerary ID="17" PricingSource="ADVJR1">
<Leg Ref="9"/>
<Leg Ref="12"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="16273.750"/>
</Itinerary>
<Itinerary ID="18" PricingSource="ADVJR1">
<Leg Ref="37"/>
<Leg Ref="38"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="15719.750"/>
</Itinerary>
<Itinerary ID="19" PricingSource="ADVJR1">
<Leg Ref="37"/>
<Leg Ref="12"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="15165.750"/>
</Itinerary>
<Itinerary ID="20" PricingSource="ADVJR1">
<Leg Ref="21"/>
<Leg Ref="38"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="14611.750"/>
</Itinerary>
<Itinerary ID="21" PricingSource="ADVJR1">
<Leg Ref="21"/>
<Leg Ref="12"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="14057.750"/>
</Itinerary>
<Itinerary ID="22" PricingSource="ADVJR1">
<Leg Ref="16"/>
<Leg Ref="12"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="12949.750"/>
</Itinerary>
<Itinerary ID="23" PricingSource="ADVJR1">
<Leg Ref="16"/>
<Leg Ref="4"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="18852.537"/>
</Itinerary>
<Itinerary ID="24" PricingSource="ADVJR1">
<Leg Ref="16"/>
<Leg Ref="31"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="25309.053"/>
</Itinerary>
<Itinerary ID="25" PricingSource="ADVJR1">
<Leg Ref="16"/>
<Leg Ref="26"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="7C" VITA="true" ETicketable="true" LastTicketDate="2020-09-03" LastTicketTime="16:23" GoverningCarriers="7C 7C">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="6">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="17">
<Segment BookingCode="H" CabinCode="Y" MealCode="G" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="6"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="5"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="7C" Info="NON-ENDORSABLE/VALID ON 7C ONLY"/>
<FareMessage Type="W" Code="0" Info="PRIVATE FARE APPLIED - CHECK RULES FOR CORRECT TICKETING"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - 7C"/>
<PassengerTotalFare TotalFare="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" EquivalentAmount="6000" EquivalentCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="0"/>
<Allowance Ref="2"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="7C">
<Segment ID="1"/>
<Allowance Ref="2"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="11080" TotalTaxes="5080" Currency="JPY" BaseFareAmount="6000" BaseFareCurrency="JPY" ConstructionAmount="55.82" ConstructionCurrency="NUC" EquivalentAmount="6000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="19406.537"/>
</Itinerary>
<Itinerary ID="26" PricingSource="ADVJR1">
<Leg Ref="2"/>
<Leg Ref="6"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="ET" VITA="true" ETicketable="true" GoverningCarriers="ET ET">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="true">
<FareComponent Ref="10">
<Segment BookingCode="O" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="13">
<Segment BookingCode="O" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="11"/>
<Tax Ref="2"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="7"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="ET" Info="NON-ENDO/PENALTIES APPLY"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - ET"/>
<PassengerTotalFare TotalFare="15210" TotalTaxes="6610" Currency="JPY" BaseFareAmount="8600" BaseFareCurrency="JPY" EquivalentAmount="8600" EquivalentCurrency="JPY" ConstructionAmount="80.02" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="ET">
<Segment ID="0"/>
<Allowance Ref="1"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="ET">
<Segment ID="1"/>
<Allowance Ref="1"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="15210" TotalTaxes="6610" Currency="JPY" BaseFareAmount="8600" BaseFareCurrency="JPY" ConstructionAmount="80.02" ConstructionCurrency="NUC" EquivalentAmount="8600" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="18113.727"/>
</Itinerary>
<Itinerary ID="27" PricingSource="ADVJR1">
<Leg Ref="5"/>
<Leg Ref="15"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="LJ" VITA="true" ETicketable="true" GoverningCarriers="LJ LJ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="5">
<Segment BookingCode="X" CabinCode="Y" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="9">
<Segment BookingCode="X" CabinCode="Y" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="LJ" Info="NON ENDS NON REF LJ ONLY/CHNG FEE MAY APPLY/PER COUPON"/>
<FareMessage Type="W" Code="0" Info="LJ HAS NO TICKETING AGREEMENT-CHANGE VALIDATING CARRIER"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - LJ"/>
<PassengerTotalFare TotalFare="17170" TotalTaxes="6170" Currency="JPY" BaseFareAmount="11000" BaseFareCurrency="JPY" EquivalentAmount="11000" EquivalentCurrency="JPY" ConstructionAmount="102.34" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="LJ">
<Segment ID="0"/>
<Allowance Ref="5"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="LJ">
<Segment ID="1"/>
<Allowance Ref="5"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="17170" TotalTaxes="6170" Currency="JPY" BaseFareAmount="11000" BaseFareCurrency="JPY" ConstructionAmount="102.34" ConstructionCurrency="NUC" EquivalentAmount="11000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="20088.900"/>
</Itinerary>
<Itinerary ID="28" PricingSource="ADVJR1">
<Leg Ref="33"/>
<Leg Ref="15"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="LJ" VITA="true" ETicketable="true" GoverningCarriers="LJ LJ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="5">
<Segment BookingCode="X" CabinCode="Y" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="9">
<Segment BookingCode="X" CabinCode="Y" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="LJ" Info="NON ENDS NON REF LJ ONLY/CHNG FEE MAY APPLY/PER COUPON"/>
<FareMessage Type="W" Code="0" Info="LJ HAS NO TICKETING AGREEMENT-CHANGE VALIDATING CARRIER"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - LJ"/>
<PassengerTotalFare TotalFare="17170" TotalTaxes="6170" Currency="JPY" BaseFareAmount="11000" BaseFareCurrency="JPY" EquivalentAmount="11000" EquivalentCurrency="JPY" ConstructionAmount="102.34" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="LJ">
<Segment ID="0"/>
<Allowance Ref="5"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="LJ">
<Segment ID="1"/>
<Allowance Ref="5"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="17170" TotalTaxes="6170" Currency="JPY" BaseFareAmount="11000" BaseFareCurrency="JPY" ConstructionAmount="102.34" ConstructionCurrency="NUC" EquivalentAmount="11000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="22237.919"/>
</Itinerary>
<Itinerary ID="29" PricingSource="ADVJR1">
<Leg Ref="33"/>
<Leg Ref="3"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="LJ" VITA="true" ETicketable="true" GoverningCarriers="LJ LJ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="5">
<Segment BookingCode="X" CabinCode="Y" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="9">
<Segment BookingCode="X" CabinCode="Y" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="LJ" Info="NON ENDS NON REF LJ ONLY/CHNG FEE MAY APPLY/PER COUPON"/>
<FareMessage Type="W" Code="0" Info="LJ HAS NO TICKETING AGREEMENT-CHANGE VALIDATING CARRIER"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - LJ"/>
<PassengerTotalFare TotalFare="17170" TotalTaxes="6170" Currency="JPY" BaseFareAmount="11000" BaseFareCurrency="JPY" EquivalentAmount="11000" EquivalentCurrency="JPY" ConstructionAmount="102.34" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="LJ">
<Segment ID="0"/>
<Allowance Ref="5"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="LJ">
<Segment ID="1"/>
<Allowance Ref="5"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="17170" TotalTaxes="6170" Currency="JPY" BaseFareAmount="11000" BaseFareCurrency="JPY" ConstructionAmount="102.34" ConstructionCurrency="NUC" EquivalentAmount="11000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="21166.951"/>
</Itinerary>
<Itinerary ID="30" PricingSource="ADVJR1">
<Leg Ref="5"/>
<Leg Ref="3"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="LJ" VITA="true" ETicketable="true" GoverningCarriers="LJ LJ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="5">
<Segment BookingCode="X" CabinCode="Y" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="9">
<Segment BookingCode="X" CabinCode="Y" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="LJ" Info="NON ENDS NON REF LJ ONLY/CHNG FEE MAY APPLY/PER COUPON"/>
<FareMessage Type="W" Code="0" Info="LJ HAS NO TICKETING AGREEMENT-CHANGE VALIDATING CARRIER"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - LJ"/>
<PassengerTotalFare TotalFare="17170" TotalTaxes="6170" Currency="JPY" BaseFareAmount="11000" BaseFareCurrency="JPY" EquivalentAmount="11000" EquivalentCurrency="JPY" ConstructionAmount="102.34" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="LJ">
<Segment ID="0"/>
<Allowance Ref="5"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="LJ">
<Segment ID="1"/>
<Allowance Ref="5"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="17170" TotalTaxes="6170" Currency="JPY" BaseFareAmount="11000" BaseFareCurrency="JPY" ConstructionAmount="102.34" ConstructionCurrency="NUC" EquivalentAmount="11000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="19003.407"/>
</Itinerary>
<Itinerary ID="31" PricingSource="ADVJR1">
<Leg Ref="10"/>
<Leg Ref="30"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="L" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="18">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="16"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="26410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="20000" BaseFareCurrency="JPY" EquivalentAmount="20000" EquivalentCurrency="JPY" ConstructionAmount="186.08" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="26410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="20000" BaseFareCurrency="JPY" ConstructionAmount="186.08" ConstructionCurrency="NUC" EquivalentAmount="20000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="28495.000"/>
</Itinerary>
<Itinerary ID="32" PricingSource="ADVJR1">
<Leg Ref="19"/>
<Leg Ref="13"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="D" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="18">
<Segment BookingCode="V" CabinCode="Y" MealCode="D" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="16"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="26410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="20000" BaseFareCurrency="JPY" EquivalentAmount="20000" EquivalentCurrency="JPY" ConstructionAmount="186.08" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="26410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="20000" BaseFareCurrency="JPY" ConstructionAmount="186.08" ConstructionCurrency="NUC" EquivalentAmount="20000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="36181.700"/>
</Itinerary>
<Itinerary ID="33" PricingSource="ADVJR1">
<Leg Ref="19"/>
<Leg Ref="35"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="D" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="18">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="16"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="26410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="20000" BaseFareCurrency="JPY" EquivalentAmount="20000" EquivalentCurrency="JPY" ConstructionAmount="186.08" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="26410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="20000" BaseFareCurrency="JPY" ConstructionAmount="186.08" ConstructionCurrency="NUC" EquivalentAmount="20000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="34861.200"/>
</Itinerary>
<Itinerary ID="34" PricingSource="ADVJR1">
<Leg Ref="10"/>
<Leg Ref="35"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="L" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="18">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="16"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="26410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="20000" BaseFareCurrency="JPY" EquivalentAmount="20000" EquivalentCurrency="JPY" ConstructionAmount="186.08" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="26410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="20000" BaseFareCurrency="JPY" ConstructionAmount="186.08" ConstructionCurrency="NUC" EquivalentAmount="20000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="31871.051"/>
</Itinerary>
<Itinerary ID="35" PricingSource="ADVJR1">
<Leg Ref="10"/>
<Leg Ref="13"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="L" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="18">
<Segment BookingCode="V" CabinCode="Y" MealCode="D" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="16"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="26410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="20000" BaseFareCurrency="JPY" EquivalentAmount="20000" EquivalentCurrency="JPY" ConstructionAmount="186.08" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="26410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="20000" BaseFareCurrency="JPY" ConstructionAmount="186.08" ConstructionCurrency="NUC" EquivalentAmount="20000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="33191.551"/>
</Itinerary>
<Itinerary ID="36" PricingSource="ADVJR1">
<Leg Ref="19"/>
<Leg Ref="30"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="1">
<Segment BookingCode="V" CabinCode="Y" MealCode="D" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="18">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="16"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="26410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="20000" BaseFareCurrency="JPY" EquivalentAmount="20000" EquivalentCurrency="JPY" ConstructionAmount="186.08" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="26410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="20000" BaseFareCurrency="JPY" ConstructionAmount="186.08" ConstructionCurrency="NUC" EquivalentAmount="20000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="30189.362"/>
</Itinerary>
<Itinerary ID="37" PricingSource="ADVJR1">
<Leg Ref="36"/>
<Leg Ref="30"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="15">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="18">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="16"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="28410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="22000" BaseFareCurrency="JPY" EquivalentAmount="22000" EquivalentCurrency="JPY" ConstructionAmount="204.68" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="28410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="22000" BaseFareCurrency="JPY" ConstructionAmount="204.68" ConstructionCurrency="NUC" EquivalentAmount="22000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="38759.357"/>
</Itinerary>
<Itinerary ID="38" PricingSource="ADVJR1">
<Leg Ref="36"/>
<Leg Ref="35"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="15">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="18">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="16"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="28410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="22000" BaseFareCurrency="JPY" EquivalentAmount="22000" EquivalentCurrency="JPY" ConstructionAmount="204.68" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="28410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="22000" BaseFareCurrency="JPY" ConstructionAmount="204.68" ConstructionCurrency="NUC" EquivalentAmount="22000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="42419.069"/>
</Itinerary>
<Itinerary ID="39" PricingSource="ADVJR1">
<Leg Ref="36"/>
<Leg Ref="13"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="OZ" VITA="true" ETicketable="true" LastTicketDate="2021-02-28" LastTicketTime="23:59" GoverningCarriers="OZ OZ">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="15">
<Segment BookingCode="V" CabinCode="Y" MealCode="S" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="18">
<Segment BookingCode="V" CabinCode="Y" MealCode="D" SeatsAvailable="9" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="17"/>
<Tax Ref="16"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="10"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="OZ" Info="MILE UG J/C/D/Y/B/M ONLY/NONENDS"/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - OZ"/>
<PassengerTotalFare TotalFare="28410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="22000" BaseFareCurrency="JPY" EquivalentAmount="22000" EquivalentCurrency="JPY" ConstructionAmount="204.68" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="0"/>
<Allowance Ref="7"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="OZ">
<Segment ID="1"/>
<Allowance Ref="7"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="28410" TotalTaxes="6410" Currency="JPY" BaseFareAmount="22000" BaseFareCurrency="JPY" ConstructionAmount="204.68" ConstructionCurrency="NUC" EquivalentAmount="22000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="43839.569"/>
</Itinerary>
<Itinerary ID="40" PricingSource="ADVJR1">
<Leg Ref="25"/>
<Leg Ref="7"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="KE" VITA="true" ETicketable="true" GoverningCarriers="KE KE">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="4">
<Segment BookingCode="L" CabinCode="Y" MealCode="S" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="12">
<Segment BookingCode="L" CabinCode="Y" MealCode="M" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="19"/>
<Tax Ref="15"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="11"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="KE" Info="NONENDS./FLT RSTRTN APPLY./RISS CHRG APPLY./REBKG CHRG APPLY./RFND PNTY APPLY./NO MILE UG."/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - KE"/>
<PassengerTotalFare TotalFare="40370" TotalTaxes="6370" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" EquivalentAmount="34000" EquivalentCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="KE">
<Segment ID="0"/>
<Allowance Ref="4"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="KE">
<Segment ID="1"/>
<Allowance Ref="4"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="40370" TotalTaxes="6370" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" EquivalentAmount="34000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="45730.607"/>
</Itinerary>
<Itinerary ID="41" PricingSource="ADVJR1">
<Leg Ref="25"/>
<Leg Ref="28"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="KE" VITA="true" ETicketable="true" GoverningCarriers="KE KE">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="4">
<Segment BookingCode="L" CabinCode="Y" MealCode="S" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="12">
<Segment BookingCode="L" CabinCode="Y" MealCode="M" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="19"/>
<Tax Ref="15"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="11"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="KE" Info="NONENDS./FLT RSTRTN APPLY./RISS CHRG APPLY./REBKG CHRG APPLY./RFND PNTY APPLY./NO MILE UG."/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - KE"/>
<PassengerTotalFare TotalFare="40370" TotalTaxes="6370" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" EquivalentAmount="34000" EquivalentCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="KE">
<Segment ID="0"/>
<Allowance Ref="4"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="KE">
<Segment ID="1"/>
<Allowance Ref="4"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="40370" TotalTaxes="6370" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" EquivalentAmount="34000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="47749.107"/>
</Itinerary>
<Itinerary ID="42" PricingSource="ADVJR1">
<Leg Ref="25"/>
<Leg Ref="8"/>
<PricingInformation PricingSubsource="MIP">
<Fare ValidatingCarrierCode="KE" VITA="true" ETicketable="true" GoverningCarriers="KE KE">
<PassengerInfo PassengerType="ADT" PassengerNumber="1" NonRefundable="false">
<FareComponent Ref="4">
<Segment BookingCode="L" CabinCode="Y" MealCode="S" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<FareComponent Ref="12">
<Segment BookingCode="L" CabinCode="Y" MealCode="M" SeatsAvailable="4" AvailabilityBreak="true"/>
</FareComponent>
<Tax Ref="19"/>
<Tax Ref="15"/>
<Tax Ref="3"/>
<Tax Ref="8"/>
<Tax Ref="12"/>
<Tax Ref="10"/>
<TaxSummary Ref="6"/>
<TaxSummary Ref="2"/>
<TaxSummary Ref="8"/>
<TaxSummary Ref="11"/>
<TaxSummary Ref="9"/>
<CurrencyConversion From="JPY" To="JPY" ExchangeRateUsed="1"/>
<FareMessage Type="N" Code="0" Carrier="KE" Info="NONENDS./FLT RSTRTN APPLY./RISS CHRG APPLY./REBKG CHRG APPLY./RFND PNTY APPLY./NO MILE UG."/>
<FareMessage Type="W" Code="0" Info="VALIDATING CARRIER - KE"/>
<PassengerTotalFare TotalFare="40370" TotalTaxes="6370" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" EquivalentAmount="34000" EquivalentCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" CommissionPercentage="0" CommissionAmount="0" ExchangeRateOne="107.469776"/>
<BaggageInformation ProvisionType="A" AirlineCode="KE">
<Segment ID="0"/>
<Allowance Ref="4"/>
</BaggageInformation>
<BaggageInformation ProvisionType="A" AirlineCode="KE">
<Segment ID="1"/>
<Allowance Ref="4"/>
</BaggageInformation>
</PassengerInfo>
<TotalFare TotalPrice="40370" TotalTaxes="6370" Currency="JPY" BaseFareAmount="34000" BaseFareCurrency="JPY" ConstructionAmount="316.36" ConstructionCurrency="NUC" EquivalentAmount="34000" EquivalentCurrency="JPY"/>
</Fare>
</PricingInformation>
<DiversitySwapper WeighedPrice="50267.161"/>
</Itinerary>
</ItineraryGroup>
</GroupedItineraryResponse>
その他リクエストサンプル
その他、INFINI Bargain Finder Maxの様々なリクエストとレスポンスのサンプルをこちらに掲載しています。XMLタグ定義書
-
- リクエスト
- (2020/10/05更新)
-
- レスポンス(OTA)
- (2020/10/05更新)
-
- レスポンス(GIR)
- (2020/10/05更新)
-
- Ver5.2.0 リクエスト (2020/03/26更新)
-
- Ver5.2.0 レスポンス(OTA) (2020/03/26更新)
-
- Ver5.2.0 レスポンス(GIR) (2020/03/26更新)
-
- Ver5.1.0 リクエスト (2019/06/06更新)
-
- Ver5.1.0 レスポンス(OTA) (2019/06/06更新)
-
- Ver5.1.0 レスポンス(GIR) (2019/06/06更新)
XMLスキーマ
各種XMLスキーマをご利用いただけます。
リクエスト:2つのスキーマがダウンロードされますので、両方ご利用ください。
レスポンス:OTA版、GIR版のいずれかをご利用ください。
【注意点】
各種XMLスキーマは、Sabre社提供のオリジナル版となるため、「XMLタグ定義書」の記載上、
利用不可の情報が含まれております。
スキーマを利用してアプリケーションを構築される場合の各タグの利用可否は、
必ず「XMLタグ定義書」にてご確認ください。
※弊社にて「XMLタグ定義書」を作成する際、各タグの利用可否確認を行っております。
リクエスト:2つのスキーマがダウンロードされますので、両方ご利用ください。
レスポンス:OTA版、GIR版のいずれかをご利用ください。
【注意点】
各種XMLスキーマは、Sabre社提供のオリジナル版となるため、「XMLタグ定義書」の記載上、
利用不可の情報が含まれております。
スキーマを利用してアプリケーションを構築される場合の各タグの利用可否は、
必ず「XMLタグ定義書」にてご確認ください。
※弊社にて「XMLタグ定義書」を作成する際、各タグの利用可否確認を行っております。
-
- リクエストスキーマ
-
- レスポンススキーマ(OTA)
-
- レスポンススキーマ(GIR)
-
- Ver5.2.0 リクエスト (2020/03/26更新)
-
- Ver5.2.0 レスポンス(OTA) (2020/03/26更新)
-
- Ver5.2.0 レスポンス(GIR) (2020/03/26更新)
-
- Ver5.1.0 リクエスト (2019/06/06更新)
-
- Ver5.1.0 レスポンス(OTA) (2019/06/06更新)
-
- Ver5.1.0 レスポンス(GIR) (2019/06/06更新)
機能の補足説明
ここでは、INFINI Bargain Finder Maxで利用可能な機能の補足説明を掲載しています。
必要に応じてダウンロードしてご利用ください。
必要に応じてダウンロードしてご利用ください。
-
- Air Shopping Rule Managerツール
- Air Shopping Rule Managerツールの取扱い説明書を掲載しています。
-
- MarriageGrp について
- 接続便どうしがユニット管理されているMarriage区間の判断方法についてご確認いただけます。
-
- DiversityControlについて
- 通常、BFMは最安値を重視したロジックで検索しますがDiversityControl機能を利用することで、
最安値の旅程も維持しつつ偏りが少ない多様な旅程を検索することが可能になります。
-
- INFINI Bargain Finder Maxレスポンスからフライト情報指定予約リクエスト作成
- タグ置き換え処理及び値の変換処理についてご確認いただけます。
-
- MultipleFaresPerItinerary機能のケース
- MultipleFaresPerItinerary機能の概要についてご確認いただけます。
-
- GIRレスポンスのケース
- GIRレスポンスの概要をOTAレスポンスとの違いも交えてご確認いただけます。
-
- INFINI Bargain Finder Max-Alternate Date 版について
- INFINI Bargain Finder Max-Alternate Dateの機能概要をご確認いただけます。
エラー集
INFINI Bargain Finder Maxで返却されるエラーレスポンスを例示します。※下記以外のエラーについてはINFINIまでお問い合わせください。
# | エラーメッセージ | エラー内容 |
---|---|---|
1 | NO COMBINABLE FARES FOR CLASS USED | 組み合わせ可能な運賃が見つかりませんでした |
2 | NO FARE FOR CLASS USED | 指定のリクエストでは、適用できる旅程が見つかりませんでした |
3 | NO FLIGHT SCHEDULES FOR QUALIFIERS USED | 指定のリクエストでは、適用できる旅程が見つかりませんでした |
4 | NO PUBLIC FARES VALID FOR PASSENGER TYPE/CLASS OF SERVICE |
指定のリクエストでは、適用できる公示運賃が見つかりませんでした |
5 | NO PRIVATE FARES VALID FOR PASSENGER TYPE/CLASS OF SERVICE |
指定のリクエストでは、適用できるプライベート運賃が見つかりませんでした |
6 | MAX NBR COMBINATIONS EXCEEDED | 乗り継ぎ回数の上限を超えています |
7 | PRICING AND TICKETING FOR TRAVEL TO/FROM CUBA NOT PERMITTED |
キューバ発着旅程の運賃計算・発券は制限されています |
8 | ISSUE SEPARATE TICKETS-INTL SURFACE RESTRICTED |
別冊発券を行ってください(Surface の制限) |
9 | No Availability | 旅程が見つかりません |
10 | Error during Processing | 処理中にエラーが発生しました |
INFINI BFMサンプルプログラム
INFINI BFMサンプルプログラムは、INFINI BargainFinder Max(以下BFM)をご契約中のユーザー様へ無償で提供する
BFM開発支援ツールです。
本ツールを利用することで、BFM検索から仮予約作成までのフローを確認することができます。
利用にあたっては、下記ダウンロードボタンよりダウンロードしてご利用ください。
※本ツールにて表示される結果はすべて検証環境における結果となります。
本番環境での利用をご希望の場合は、お手数ですが弊社営業担当までお問い合わせください。
BFM開発支援ツールです。
本ツールを利用することで、BFM検索から仮予約作成までのフローを確認することができます。
利用にあたっては、下記ダウンロードボタンよりダウンロードしてご利用ください。
※本ツールにて表示される結果はすべて検証環境における結果となります。
本番環境での利用をご希望の場合は、お手数ですが弊社営業担当までお問い合わせください。
-
- INFINI BFMサンプルプログラム_Ver.4.2.2
INFINI BFM分析ツール
INFINI BFM分析ツールは、INFINI Bargain Finder Max(以下、BFM)をご契約中のユーザー様へ無償で提供するBFM開発支援ツールです。
BFM検索結果(単純往復)を分析し、グラフィカルな画面で分析結果を出力します。移動時間・料金・旅程数など様々な観点での比較ができるため、本ツールを利用することで、最適なリクエストを追及することができます。
※INFINI Bargain Finder Max Cacheもサポート開始しました。最新版をインストールし、ご利用ください。(2019/9/10提供開始)
※本ツールにて表示される結果はすべて検証環境における結果となります。
本番環境での利用をご希望の場合は、お手数ですが弊社営業担当までお問い合わせください。
BFM検索結果(単純往復)を分析し、グラフィカルな画面で分析結果を出力します。移動時間・料金・旅程数など様々な観点での比較ができるため、本ツールを利用することで、最適なリクエストを追及することができます。
※INFINI Bargain Finder Max Cacheもサポート開始しました。最新版をインストールし、ご利用ください。(2019/9/10提供開始)
※本ツールにて表示される結果はすべて検証環境における結果となります。
本番環境での利用をご希望の場合は、お手数ですが弊社営業担当までお問い合わせください。
-
- インストーラー
- INFINI BFM分析ツールのインストーラーです。
64bit版と32bit版をご用意しております。
-
- インストールガイド
- INFINI BFM分析ツールをインストールする際の手順書です。
-
- 取り扱い説明書
- INFINI BFM分析ツールの取り扱い説明書です。