cases.primeclerk.com Open in urlscan Pro
108.157.4.72  Public Scan

Submitted URL: http://click.primeclerknoticing.com/?qs=ce32e9eacf94bef2dc4bb71eaf3abcdf3fc139eeb7f9d3b1f7d41ea4b6b39b2b23679d96bed9b21746c840d59424...
Effective URL: https://cases.primeclerk.com/LATAM/
Submission: On March 29 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

<form id="form-docket-subscription" class="form" autocomplete="off">
  <div class="form-section">
    <label for="frequency" class="control-group-title">Repeats</label>
    <select name="frequency" id="frequency" class="select select--auto">
      <option value="daily">Daily</option>
      <option value="weekly">Weekly</option>
      <option value="monthly">Monthly</option>
    </select>
  </div>
  <div class="form-section">
    <label for="select-repeat-count" class="control-group-title">Repeat Every</label>
    <select name="" id="select-repeat-count" class="select select--auto">
      <option value="1">1</option>
      <option value="2">2</option>
      <option value="3">3</option>
      <option value="4">4</option>
      <option value="5">5</option>
    </select>
    <span id="day-label" class="inline">Days</span>
    <span id="week-label" class="inline is-hidden">Weeks</span>
    <span id="month-label" class="inline is-hidden">Months</span>
  </div>
  <div id="weeklyoptions" class="form-section is-hidden">
    <label for="" class="control-group-title">Repeat Every</label>
    <div class="control-group">
      <label for="sunday" class="inline-label"><input type="checkbox" id="sunday" name="sunday">S</label>
      <label for="monday" class="inline-label"><input type="checkbox" id="monday" name="monday">M</label>
      <label for="tuesday" class="inline-label"><input type="checkbox" id="tuesday" name="tuesday">T</label>
      <label for="wednesday" class="inline-label"><input type="checkbox" id="wednesday" name="wednesday">W</label>
      <label for="thursday" class="inline-label"><input type="checkbox" id="thursday" name="thursday">T</label>
      <label for="friday" class="inline-label"><input type="checkbox" id="friday" name="friday">F</label>
      <label for="saturday" class="inline-label"><input type="checkbox" id="saturday" name="saturday">S</label>
    </div>
  </div>
  <div id="monthlyoptions" class="form-section is-hidden">
    <label for="" class="control-group-title">Repeat By</label>
    <div class="control-group">
      <div id="divMonthRepeatOption">
        <label for="dayofmonth" class="inline-label">day of the month</label>
      </div>
      <label id="lblDayOfMonth" for="dayofmonth" class="inline-label"> Day <input class="maintable" onkeypress="NumOnlyCheck()" onblur="PC_TrimText(this)" type="text" id="txtM1" maxlength="3"> Of Every <input class="maintable"
          onkeypress="NumOnlyCheck()" onblur="PC_TrimText(this)" type="text" id="txtM2" maxlength="3"> Month(s) <br>
        <br>
      </label>
    </div>
  </div>
  <div class="form-section">
    <label for="" class="control-group-title">Starts On</label>
    <input id="datestart" type="text" class="date-picker js-date-picker flatpickr-input" name="date-start" placeholder="mm/dd/yyyy">
  </div>
  <div class="form-section relative">
    <label class="control-group-title">Time</label>
    <div class="control-group">
      <select id="selTOD" multiple="" class="multiselect select-time" style="display: none;">
        <option value="00:00">00:00</option>
        <option value="00:30">00:30</option>
        <option value="01:00">01:00</option>
        <option value="01:30">01:30</option>
        <option value="02:00">02:00</option>
        <option value="02:30">02:30</option>
        <option value="03:00">03:00</option>
        <option value="03:30">03:30</option>
        <option value="04:00">04:00</option>
        <option value="04:30">04:30</option>
        <option value="05:00">05:00</option>
        <option value="05:30">05:30</option>
        <option value="06:00">06:00</option>
        <option value="06:30">06:30</option>
        <option value="07:00">07:00</option>
        <option value="07:30">07:30</option>
        <option value="08:00">08:00</option>
        <option value="08:30">08:30</option>
        <option value="09:00">09:00</option>
        <option value="09:30">09:30</option>
        <option value="10:00">10:00</option>
        <option value="10:30">10:30</option>
        <option value="11:00">11:00</option>
        <option value="11:30">11:30</option>
        <option value="12:00">12:00</option>
        <option value="12:30">12:30</option>
        <option value="13:00">13:00</option>
        <option value="13:30">13:30</option>
        <option value="14:00">14:00</option>
        <option value="14:30">14:30</option>
        <option value="15:00">15:00</option>
        <option value="15:30">15:30</option>
        <option value="16:00">16:00</option>
        <option value="16:30">16:30</option>
        <option value="17:00">17:00</option>
        <option value="17:30">17:30</option>
        <option value="18:00">18:00</option>
        <option value="18:30">18:30</option>
        <option value="19:00">19:00</option>
        <option value="19:30">19:30</option>
        <option value="20:00">20:00</option>
        <option value="20:30">20:30</option>
        <option value="21:00">21:00</option>
        <option value="21:30">21:30</option>
        <option value="22:00">22:00</option>
        <option value="22:30">22:30</option>
        <option value="23:00">23:00</option>
        <option value="23:30">23:30</option>
      </select>
      <div class="chosen-container chosen-container-multi" title="" id="selTOD_chosen" style="width: 220px;">
        <ul class="chosen-choices">
          <li class="search-field">
            <input class="chosen-search-input default" type="text" autocomplete="off" value="Select time of day" style="width: 124px;">
          </li>
        </ul>
        <div class="chosen-drop">
          <ul class="chosen-results"></ul>
        </div>
      </div>
      <label for="repeat30" class="inline-label setTimePosition"><input type="checkbox" id="repeat30" name="repeat30" class="chosen-toggle select2">every half-hour</label>
    </div>
  </div>
  <div class="form-section" id="ends">
    <label class="control-group-title">Ends</label>
    <div class="control-group">
      <ul class="form-list">
        <li>
          <label for="endnever" class="inline-label">
            <input type="radio" name="ends" value="ROREnd1" id="endnever" checked="">Never </label>
        </li>
        <li>
          <label for="endafter" class="inline-label">
            <input type="radio" name="ends" value="ROREnd2" id="endafter">After <input class="inline-control small-text-input" id="txtOccurence" name="txtOccurence" type="text" onkeypress="NumOnlyCheck()" maxlength="3"> Occurrences </label>
        </li>
        <li>
          <label for="afterdate" class="inline-label">
            <input type="radio" name="ends" value="ROREnd3" id="afterdate">On <input id="enddate" type="text" class="date-picker js-date-picker flatpickr-input endate" name="end-date" placeholder="mm/dd/yyyy">
          </label>
        </li>
      </ul>
    </div>
  </div>
  <div class="form-section">
    <label class="control-group-title">Options</label>
    <div class="control-group">
      <ul class="form-list" id="options">
        <li>
          <label class="inline-label">Case</label>
          <select class="select select--auto" id="DebtorID" name="DebtorID">
            <option selected="selected" value="7820">LATAM Airlines Group S.A.(20-11254)</option>
            <option value="8423">TM Solutions USA LLC v. LATAM Airlines Group S.A.(20-01207)</option>
          </select>
        </li>
        <li>
          <label class="label--inline label--inline-checkbox" for="onlynewdocs">
            <input type="checkbox" id="onlynewdocs" name="onlynewdocs">Receive report ONLY if new documents have been filed </label>
        </li>
        <li><label class="label--inline label--inline-checkbox" for="excludeprohac"><input type="checkbox" id="excludeprohac" name="excludeprohac">Exclude Pro Hac Vice Motions</label></li>
        <li><label class="label--inline label--inline-checkbox" for="excludeclaimtransfer"><input type="checkbox" id="excludeclaimtransfer" name="excludeclaimtransfer">Exclude Claim Transfer Notices</label></li>
      </ul>
    </div>
  </div>
  <div class="form-section">
    <label class="control-group-title">Recipients</label>
    <div class="inline-div control-group field-wrap" id="emailrecipients_div">
      <input type="text" id="emailrecipients" class="input--text inline-control" required="">
      <small>e.g. cschepper@primeclerk.com, admin@primeclerk.com</small>
      <div class="field__messages1"></div>
    </div>
  </div>
  <input class="maintable hideDisplay" onblur="PC_TrimText(this)" type="text" id="txtSN" maxlength="100">
  <div class="form-section">
    <label class="control-group-title summary-title">Summary</label>
    <div class="inline-div control-group field-wrap">
      <p id="sub-summary-desc" class="sub-summary-desc"></p>
      <div class="field__messages"></div>
    </div>
  </div>
  <div class="form-section form-buttons">
    <button id="btnCancelDocketSub" type="button" value="Cancel" class="btn btn--secondary" data-toggle="modal" data-target="modal-docket-subscription">cancel</button>
    <img id="LAW" src="" class="hideDisplay">
    <button type="submit" id="btn-submit-docket-sub" class="btn btn--submit" disabled="">SUBMIT</button>
  </div>
</form>

<form class="frmChangePassword" id="frmChangePassword">
  <div class="field field-wrap">
    <label for="OldPasswordShow" class="label field__label">Old Password</label>
    <input id="OldPassword" name="OldPassword" type="password" placeholder="Enter Old Password" value="" class="required input-text--inset js-input-text--inset error" data-val="true">
    <label title="This field is required." class="error" for="OldPassword"></label>
    <span class="field__note error">Enter your old password</span>
  </div><!--end field-->
  <span class="field-validation-valid" data-valmsg-for="OldPassword" data-valmsg-replace="true"></span>
  <div class="field field-wrap">
    <label for="newpasswordShow" class="label field__label">New Password</label>
    <input id="NewPassword" name="NewPassword" type="password" placeholder="Enter New Password" value="" class="required input-text--inset js-input-text--inset error" data-val="true">
    <label title="This field is required." class="error" for="NewPassword"></label>
    <span class="field__note error">Minimum of 6 characters.</span>
  </div><!--end field-->
  <span class="field-validation-valid" data-valmsg-for="NewPassword" data-valmsg-replace="true"></span>
  <div class="field field-wrap">
    <label for="ConpasswordShow" class="label field__label">Re-enter Password</label>
    <input id="Conpassword" name="Conpassword" type="password" placeholder="Re-enter New Password" value="" class="required input-text--inset js-input-text--inset error" data-val="true">
    <label title="This field is required." class="error" for="Conpassword"></label>
    <span class="field__note error">Password must match previously entered new password.</span>
  </div><!--end field-->
  <span class="field-validation-valid" data-valmsg-for="Conpassword" data-valmsg-replace="true"></span>
  <div class="form__actions">
    <button type="button" id="btnSubmitChangePassword" class="btn btn--submit">Change Password</button>
  </div>
  <div>
    <label id="LabelErrorChangePassword" class="field-validation-valid"></label>
  </div>
</form>

GET /LATAM/Home-ClaimInfo

<form action="/LATAM/Home-ClaimInfo" method="get" id="frmClaims">
  <input placeholder="enter name or number" class="search__input" name="ClaimSearchValue">
  <button class="btn btn--submit qsearch__form__button" id="cmdClaimSearch">SEARCH</button>
</form>

GET /LATAM/Home-DocketInfo

<form action="/LATAM/Home-DocketInfo" method="get" id="frmDocket">
  <input placeholder="enter name or number" class="search__input" name="DockSearchValue">
  <button class="btn btn--submit qsearch__form__button" id="cmdDocketSearch">SEARCH</button>
</form>

Text Content

×


DOCKET SUBSCRIPTION SCHEDULER

Create a recurring email based on criteria you specify below

Repeats Daily Weekly Monthly
Repeat Every 1 2 3 4 5 Days Weeks Months
Repeat Every
S M T W T F S
Repeat By
day of the month
Day Of Every Month(s)


Starts On
Time
00:00 00:30 01:00 01:30 02:00 02:30 03:00 03:30 04:00 04:30 05:00 05:30 06:00
06:30 07:00 07:30 08:00 08:30 09:00 09:30 10:00 10:30 11:00 11:30 12:00 12:30
13:00 13:30 14:00 14:30 15:00 15:30 16:00 16:30 17:00 17:30 18:00 18:30 19:00
19:30 20:00 20:30 21:00 21:30 22:00 22:30 23:00 23:30
 * 


every half-hour
Ends
 * Never
 * After Occurrences
 * On

Options
 * Case LATAM Airlines Group S.A.(20-11254) TM Solutions USA LLC v. LATAM
   Airlines Group S.A.(20-01207)
 * Receive report ONLY if new documents have been filed
 * Exclude Pro Hac Vice Motions
 * Exclude Claim Transfer Notices

Recipients
e.g. cschepper@primeclerk.com, admin@primeclerk.com

Summary


cancel SUBMIT

Prime Clerk collects your email for the sole purpose of sending you updates on
the docket activity for the case you select at the frequency and for the
duration that you designate. You may unsubscribe by clicking the “Unsubscribe”
link at the bottom of the email updates you receive.

×


LANGUAGE OPTIONS


Select a language Afrikaans Albanian Amharic Arabic Armenian Azeerbaijani Basque
Belarusian Bengali Bosnian Bulgarian Catalan Cebuano Chinese (Simplified)
Chinese (Traditional) Corsican Croatian Czech Danish Dutch English Esperanto
Estonian Finnish French Frisian Galician Georgian German Greek Gujarati Haitian
Creole Hausa Hawaiian Hebrew Hindi Hmong Hungarian Icelandic Igbo Indonesian
Irish Italian Japanese Javanese Kannada Kazakh Khmer Korean Kurdish Kyrgyz Lao
Latin Latvian Lithuanian Luxembourgish Macedonian Malagasy Malay Malayalam
Maltese Maori Marathi Mongolian Myanmar (Burmese) Nepali Norwegian Nyanja
(Chichewa) Pashto Persian Polish Portuguese (Portugal, Brazil) Punjabi Romanian
Russian Samoan Scots Gaelic Serbian Sesotho Shona Sindhi Sinhala (Sinhalese)
Slovak Slovenian Somali Spanish Sundanese Swahili Swedish Tagalog (Filipino)
Tajik Tamil Telugu Thai Turkish Ukrainian Urdu Uzbek Vietnamese Welsh Xhosa
Yiddish Yoruba Zulu
Prime Clerk LATAM Airlines Group S.A.
 * login
 * cases


ACCOUNT

 * 
 * 
 * change password

Logoff
Menu
×


CLIENT ACCESS LOGIN

Login to our enhanced client management system

Username

Enter your username or email address
Password

Minimum of 6 characters. Forgot password?
Log In
Your username or password is incorrect. Please try again or contact your case
team to reset your password.
×


CHANGE YOUR PASSWORD

Old Password Enter your old password
New Password Minimum of 6 characters.
Re-enter Password Password must match previously entered new password.
Change Password

×


--------------------------------------------------------------------------------

 * cases
 * login

--------------------------------------------------------------------------------

INFO CENTER
 * (877) 606-3609
 * (929) 955-3449
 * 800 914 246 (Chile)
 * 0800 591 1542 (Brazil)
 * 01-800-5189225 (Colombia)
 * (0800) 78528 (Peru)
 * 1800 001 130 (Ecuador)
 * 0800-345-4865 (Argentina)
 * LIVE CHAT
 * CONTACT US
 * DOCKET SUBSCRIPTION
   

--------------------------------------------------------------------------------

CASE NAVIGATION
 * Case Info
 * Docket
 * Claims
 * Submit a Claim
 * Submit E-Ballot
 * Presentar un reclamo
 * Enviar uma reivindicação

--------------------------------------------------------------------------------

QUICK LINKS
 * Petitions
 * First Day Motions
 * First Day Orders
 * Second Day Motions
 * Second Day Hearing Orders
 * Subsequent Debtors' First Day Documents
 * Subsequent Debtors' Second Day Documents
 * Schedules & SOFA
 * Plan and Disclosure Statement
 * Solicitation Materials
 * Case Management Order
 * Chilean Recognition Order (English)
 * Chilean Recognition Order (Spanish)
 * Colombian Recognition Order (English)
 * Colombian Recognition Order (Spanish)
 * June 2020 Monthly Operating Report - English
 * June 2020 Monthly Operating Report - Spanish
 * July 2020 Monthly Operating Report - English
 * July 2020 Monthly Operating Report - Spanish
 * August 2020 Monthly Operating Report - English
 * August 2020 Monthly Operating Report - Spanish
 * September 2020 Monthly Operating Report - English
 * September 2020 Monthly Operating Report - Spanish
 * October 2020 Monthly Operating Report - English
 * October 2020 Monthly Operating Report - Spanish
 * November 2020 Monthly Operating Report - English
 * November 2020 Monthly Operating Report - Spanish
 * December 2020 Monthly Operating Report - English
 * December 2020 Monthly Operating Report - Spanish
 * TM Solutions USA LLC v. LATAM Airlines Group S.A. (Adv. Proc. No. 20-01207)
 * Master Service List as of 3/25/2022


LATAM AIRLINES GROUP S.A.

Case No. 20-11254

 * case info

--------------------------------------------------------------------------------

Case Navigation
 * Case Info
 * Docket
 * Claims
 * Submit a Claim
 * Submit E-Ballot
 * Presentar un reclamo
 * Enviar uma reivindicação

Quick Links
 * Petitions
 * First Day Motions
 * First Day Orders
 * Second Day Motions
 * Second Day Hearing Orders
 * Subsequent Debtors' First Day Documents
 * Subsequent Debtors' Second Day Documents
 * Schedules & SOFA
 * Plan and Disclosure Statement
 * Solicitation Materials
 * Case Management Order
 * Chilean Recognition Order (English)
 * Chilean Recognition Order (Spanish)
 * Colombian Recognition Order (English)
 * Colombian Recognition Order (Spanish)
 * June 2020 Monthly Operating Report - English
 * June 2020 Monthly Operating Report - Spanish
 * July 2020 Monthly Operating Report - English
 * July 2020 Monthly Operating Report - Spanish
 * August 2020 Monthly Operating Report - English
 * August 2020 Monthly Operating Report - Spanish
 * September 2020 Monthly Operating Report - English
 * September 2020 Monthly Operating Report - Spanish
 * October 2020 Monthly Operating Report - English
 * October 2020 Monthly Operating Report - Spanish
 * November 2020 Monthly Operating Report - English
 * November 2020 Monthly Operating Report - Spanish
 * December 2020 Monthly Operating Report - English
 * December 2020 Monthly Operating Report - Spanish
 * TM Solutions USA LLC v. LATAM Airlines Group S.A. (Adv. Proc. No. 20-01207)
 * Master Service List as of 3/25/2022

 * Important Dates
 * Supplemental Bar Date Notice
 * Case Background
 * Case Commencement
 * Parties
 * Debtors


PLAN AND DISCLOSURE STATEMENT

On March 21, 2022, the court approved the adequacy of the Chapter 11 Disclosure
Statement for LATAM Airlines Group S.A. and its affiliates (“LATAM”), enabling
the group to commence solicitation of votes through May 2, 2022, during which it
will seek approval of the Plan from creditors. The decision comes after LATAM
filed its Plan of Reorganization on November 26, 2021 (as revised, the “Plan”).

The Plan is a critical milestone in LATAM’s journey to a stronger financial
future, reflecting the path forward for the group to exit Chapter 11 and
implement the Plan, with meaningful consideration to all stakeholders. Further
details regarding the Plan are set forth in the Disclosure Statement.

All eligible voting parties can expect to receive the Plan and Disclosure
Statement in a solicitation package, which LATAM urges voting parties to
carefully consider. The Court has set the Confirmation Hearing to take place on
May 17 and 18, 2022.

--------------------------------------------------------------------------------


DATES

DonwlaodClaim
April 7 2022 Omnibus Hearing 11:00 a.m. (ET) Notice of Hear... Add to Calendar
May 17 2022 Confirmation Hearing 10:00 a.m. (ET) Order signed o... Add to
Calendar
June 23 2022 Omnibus Hearing 11:00 a.m. (ET) Notice of Hear... Add to Calendar
+ SHOW ALL DATES
May 26 2020
Petition Date Voluntary Petitions Add to Calendar
May 28 2020 11:00 a.m. (EST)
First Day Hearing Notice of Agenda /Notice of Commencement of Chapter 11 Cases
and First Day Hearing (REVISED) (related document(s)31) filed by Lisa M.
Schweitzer on behalf of LA... Add to Calendar
June 8 2020 10:00 a.m. (ET)
Omnibus Hearing Notice of Agenda /Revised Agenda of Matters Scheduled for
Hearing on June 8, 2020 at 10 a.m. (Eastern Time) (related document(s)121, 87)
filed by Lisa M. Schwei... Add to Calendar
June 23 2020 11:00 a.m. (EST)
Second Day Hearing Notice of Agenda for the Debtors' Motions and Applications to
be Heard at the Second Day Hearing Filed by Luke A Barefoot on behalf of LATAM
Airlines Group S.A.... Add to Calendar
July 9 2020
Subsequent Debtors' Petition Date Subsequent Debtors' First Day Documents Add to
Calendar
July 15 2020 2:00 p.m. (EST)
Subsequent Debtor's First Day Hearing Bridge Order signed on 7/10/2020. (related
document(s)484) Add to Calendar
July 22 2020 3:00 p.m. (EST)
Meeting of Creditors Notice of Meeting of Creditors (RESCHEDULED) (related
document(s)166) filed by Lisa M. Schweitzer on behalf of LATAM Airlines Group
S.A.. 341(a) meeting to be h... Add to Calendar
July 30 2020 11:00 a.m. (ET)
Omnibus Hearing Notice of Agenda /Amended Agenda of Matters Scheduled for
Hearing on July 30, 2020 at 11:00 a.m. (related document(s)710, 714) filed by
Luke A Barefoot on behal... Add to Calendar
August 19 2020 11:00 a.m. (ET)
Omnibus Hearing Notice of Agenda /Amended Agenda of Matters Scheduled for
Hearing on August 19, 2020 at 11:00 A.M. (related document(s)735, 788, 604)
filed by Luke A Barefoot o... Add to Calendar
September 14 2020 3:00 p.m. (ET)
Continued Meeting of Creditors Notice of Meeting of Creditors filed by Luke A
Barefoot on behalf of LATAM Airlines Group S.A.. 341(a) meeting to be held on
9/14/2020 at 03:00 PM at Office of... Add to Calendar
September 23 2020 11:00 a.m. (ET)
Omnibus Hearing Amended Notice of Agenda / Amended Agenda of Matters Scheduled
for Hearing on September 23, 2020 at 11:00 A.M. (related document(s)1004, 1006,
1005, 1051, 1054,... Add to Calendar
October 20 2020 11:00 a.m. (ET)
Omnibus Hearing Notice of Hearing /Notice of Establishment of Omnibus Hearing
Dates Pursuant to Order Implementing Certain Notice and Case Management
Procedures filed by Luke A... Add to Calendar
November 18 2020 11:00 a.m. (ET)
Omnibus Hearing Notice of Hearing /Notice of Establishment of Omnibus Hearing
Dates Pursuant to Order Implementing Certain Notice and Case Management
Procedures filed by Luke A... Add to Calendar
December 16 2020 11:00 a.m. (ET)
Omnibus Hearing Notice of Hearing /Notice of Establishment of Omnibus Hearing
Dates Pursuant to Order Implementing Certain Notice and Case Management
Procedures filed by Luke A... Add to Calendar
December 18 2020 4:00 p.m. (ET)
General Bar Date Order signed on 9/24/2020 Granting Motion to Set Last Day to
File Proofs of Claim (Related Doc # 1004) Proofs of Claim due by 12/18/2020 Add
to Calendar
January 5 2021 4:00 p.m. (ET)
Governmental Bar Date Order signed on 9/24/2020 Granting Motion to Set Last Day
to File Proofs of Claim (Related Doc # 1004) Proofs of Claim due by 12/18/2020
Add to Calendar
January 27 2021 11:00 a.m. (ET)
Omnibus Hearing Amended Notice of Agenda of Matters Scheduled for Hearing on
January 27, 2021 at 11:00 A.M. (related document(s)1617, 1507, 1509, 1575, 1607,
1609, 1508, 1506, ... Add to Calendar
February 5 2021 4:00 p.m. (ET)
Supplemental Bar Date Order signed on 12/17/2020 Establishing a Supplemental Bar
Date for Filing Proofs of Claim Applicable Only to Those Claimants Listed on
Exhibit I of the Propose... Add to Calendar
February 24 2021 11:00 a.m. (ET)
Omnibus Hearing Notice of Hearing / Notice of Establishment of Omnibus Hearing
Dates Pursuant to Order Implementing Certain Notice and Case Management
Procedures (related docum... Add to Calendar
March 31 2021 11:00 a.m. (ET)
Omnibus Hearing Notice of Hearing / Notice of Establishment of Omnibus Hearing
Dates Pursuant to Order Implementing Certain Notice and Case Management
Procedures (related docum... Add to Calendar
April 22 2021 11:00 a.m. (ET)
Omnibus Hearing Notice of Agenda of Matters Scheduled for Hearing on April 22,
2021 at 11:00 A.M. (related document(s)2026, 2028, 2054, 2024, 2012, 2003, 2002,
2021, 2019, 2110... Add to Calendar
May 19 2021 11:00 a.m. (ET)
Omnibus Hearing Notice of Agenda of Matters Scheduled for Hearing on May 19,
2021 at 11:00 A.M. (related document(s)2261, 2257, 2260, 2151, 2313, 1974, 2253,
2314, 2259, 2152, ... Add to Calendar
June 30 2021 11:00 a.m. (ET)
Omnibus Hearing Notice of Agenda of Matters Scheduled for Hearing on June 30,
2021 at 11:00 a.m. (related document(s)2380, 2383, 2486, 2505, 2483, 2489, 2517,
2504, 2502, 2480,... Add to Calendar
July 22 2021 11:00 a.m. (ET)
Omnibus Hearing Amended Notice of Agenda of Matters Scheduled for Hearing on
July 22, 2021 at 11:00 a.m. (related document(s)2652, 2651, 2592, 2529, 2528,
2384) filed by Lisa M... Add to Calendar
July 30 2021 11:00 a.m. (ET)
Omnibus Hearing Notice of Agenda of Matters Scheduled for Hearing on July 30,
2021 at 11:00 A.M. (related document(s)2532, 2531) filed by Lisa M. Schweitzer
on behalf of LATAM ... Add to Calendar
August 26 2021 11:00 a.m. (ET)
Omnibus Hearing Amended Notice of Agenda of Matters Scheduled for Hearing on
August 26, 2021 at 11:00 am (related document(s)2868, 2717, 2701, 2869, 2866,
2707, 2702, 2723, 271... Add to Calendar
September 23 2021 11:00 a.m. (ET)
Omnibus Hearing Amended Notice of Agenda of Matters Scheduled for Hearing on
September 23, 2021 at 11:00 a.m. (related document(s)3170, 2961, 3008, 3169,
2960, 3017, 3160) file... Add to Calendar
October 18 2021 11:00 a.m. (ET)
Omnibus Hearing Notice of Agenda of Matters Scheduled for Hearing on October 18,
2021 at 11:00 a.m. (related document(s)3243) filed by Lisa M. Schweitzer on
behalf of LATAM Air... Add to Calendar
October 28 2021 11:00 a.m. (ET)
Omnibus Hearing Amended Notice of Agenda of Matters Scheduled for Hearing on
October 28, 2021 at 11:00 A.M. (related document(s)3215, 3339, 3214, 3341, 3342,
3363) filed by Luk... Add to Calendar
November 30 2021 11:00 a.m. (ET)
Omnibus Hearing Notice of Agenda of Matters Scheduled for Hearing on November
30, 2021 at 11:00 a.m. (related document(s)3404, 3405, 3406, 3400, 3502, 3402,
3513, 3409, 3407) f... Add to Calendar
December 29 2021 11:00 a.m. (ET)
Omnibus Hearing Amended Notice of Agenda of Matters Scheduled for Hearing on
December 29, 2021 at 11:00 a.m. (related document(s)3599, 3587, 3597, 3604,
3768, 3601, 3594, 3602,... Add to Calendar
January 21 2022 9:30 a.m. (ET)
Omnibus Hearing Notice of Agenda /(Hearing Date: January 21, 2022 at 9:30 a.m.)
Agenda of Matters Scheduled for Hearing on January 21, 2022 at 9:30 a.m.
(related document(s)377... Add to Calendar
January 27 2022 2:00 p.m. (ET)
Disclosure Statement Hearing Notice of Agenda / Amended Agenda of Matters
Scheduled for Hearing on January 27, 2022 at 2:00 p.m. (related document(s)3835,
3669, 3819, 3833, 3668) filed by L... Add to Calendar
February 10 2022 11:00 a.m. (ET)
Omnibus Hearing Notice of Agenda of Matters Scheduled for Hearing on February
10, 2022 (related document(s)4056, 4110, 3823, 3668, 4000) Filed by Lisa M.
Schweitzer on behalf o... Add to Calendar
March 10 2022 10:00 a.m. (ET)
Omnibus Hearing Notice of Agenda of Matters Scheduled for Hearing on March 10,
2022 (related document(s)4259, 4253, 4258, 4254, 4283, 4240, 4375, 4276, 4378,
4275, 4267, 4264, ... Add to Calendar
March 15 2022 4:00 p.m. (ET)
Omnibus Hearing Amended Notice of Agenda of Matters Scheduled for Hearing on
March 15, 2022 (related document(s)4392) filed by Lisa M. Schweitzer on behalf
of LATAM Airlines Gr... Add to Calendar
April 7 2022 11:00 a.m. (ET)
Omnibus Hearing Notice of Hearing /Notice of Establishment of Omnibus Hearing
Dates Pursuant to Order Implementing Certain Notice and Case Management
Procedures (related docume... Add to Calendar
May 17 2022 10:00 a.m. (ET)
Confirmation Hearing Order signed on 3/21/2022 Approving (I) the Adequacy of
Information in the Disclosure Statement, (II) Solicitation and Voting
Procedures, (III) Forms of Ballots... Add to Calendar
June 23 2022 11:00 a.m. (ET)
Omnibus Hearing Notice of Hearing /Notice of Establishment of Omnibus Hearing
Dates Pursuant to Order Implementing Certain Notice and Case Management
Procedures (related docume... Add to Calendar
July 21 2022 11:00 a.m. (ET)
Omnibus Hearing Notice of Hearing /Notice of Establishment of Omnibus Hearing
Dates Pursuant to Order Implementing Certain Notice and Case Management
Procedures (related docume... Add to Calendar
August 4 2022 11:00 a.m. (ET)
Omnibus Hearing Notice of Hearing /Notice of Establishment of Omnibus Hearing
Dates Pursuant to Order Implementing Certain Notice and Case Management
Procedures (related docume... Add to Calendar
September 1 2022 11:00 a.m. (ET)
Omnibus Hearing Notice of Hearing /Notice of Establishment of Omnibus Hearing
Dates Pursuant to Order Implementing Certain Notice and Case Management
Procedures (related docume... Add to Calendar
October 6 2022 11:00 a.m. (ET)
Omnibus Hearing Notice of Hearing /Notice of Establishment of Omnibus Hearing
Dates Pursuant to Order Implementing Certain Notice and Case Management
Procedures (related docume... Add to Calendar
December 1 2022 11:00 a.m. (ET)
Omnibus Hearing Notice of Hearing /Notice of Establishment of Omnibus Hearing
Dates Pursuant to Order Implementing Certain Notice and Case Management
Procedures (related docume... Add to Calendar


SUPPLEMENTAL BAR DATE NOTICE

On December 17, 2020, the Court extended the claims bar date for certain parties
to file claims in these cases. To determine whether you are a person or entity
whose deadline to file claims has been extended, please click here to review the
list of parties whose deadline to file claims has been extended.

El 17 de diciembre de 2020, el Tribunal extendió la fecha límite para que
ciertas partes presenten reclamaciones en estos casos. Si desea determinar si es
una persona o entidad cuya fecha límite para presentar reclamaciones se ha
extendido, haga clic aquí para revisar la lista de partes cuya fecha límite para
presentar reclamaciones se ha extendido.

No dia 17 de dezembro de 2020, o Tribunal prorrogou o prazo de reivindicação de
créditos para certas partes habilitarem créditos nestas ações. Para verificar se
é uma pessoa ou entidade cujo prazo para habilitar créditos foi prorrogado,
clique aqui para consultar a lista das partes cujo prazo para habilitar créditos
tenha sido prorrogado.


CASE BACKGROUND

On May 26, 2020, LATAM Airlines Group S.A. and 28 affiliated debtors
(collectively, the "Initial Debtors") each filed a voluntary petition for relief
under Chapter 11 of the United States Bankruptcy Code in the United States
Bankruptcy Court for the Southern District of New York (the “Court”).
Thereafter, on July 7 and 9, 2020, an additional 9 affiliated debtors
(collectively, the “Subsequent Debtors”) filed voluntary petitions for relief
under Chapter 11 of the United States Bankruptcy Code in the Court. The cases
are pending before the Honorable Judge James L. Garrity Jr., and are jointly
administered under Case No. 20-11254.

--

No dia 26 de maio de 2020, a LATAM Airlines Group S.A. e 28 devedoras afiliadas
(coletivamente denominadas as "Devedoras Iniciais") individualmente protocolaram
um pedido voluntário de tutela nos termos do Capítulo 11 do Código de Falência
dos Estados Unidos junto ao Tribunal de Falências dos Estados Unidos para o
Distrito Sul de Nova York (o “Tribunal”).  Posteriormente, nos dias 7 e 9 de
julho de 2020, outras 9 devedoras afiliadas (coletivamente, as “Devedoras
Subsequentes”) apresentaram petições voluntárias de tutela nos termos do
Capítulo 11 do Código de Falências dos Estados Unidos ao Tribunal. Os processos
estão pendentes perante o MM. Juiz James L. Garrity Jr., sob administração
conjunta no Processo N° 20-11254.

--

El 26 de mayo de 2020, LATAM Airlines Group S.A. y 28 deudores afiliados (en
conjunto, los "Deudores Iniciales") presentaron individualmente una solicitud de
quiebra voluntaria ante el Tribunal de Quiebras de los Estados Unidos para el
Distrito Sur de Nueva York (el "Tribunal") conforme al Capítulo 11 del Código de
Quiebra de los Estados Unidos. Posteriormente, el 7 y 9 de julio de 2020, 9
deudores afiliados adicionales (colectivamente, los "Deudores Subsiguientes")
presentaron solicitudes de quiebra voluntarias ante el Tribunal conforme al
Capítulo 11 del Código de Quiebra de los Estados Unidos. Los casos están
pendientes de resolución ante el Honorable Juez James L. Garrity Jr. y se
administran de manera conjunta bajo el número de caso 20-11254.


FIRST AND SECOND DAY HEARING


PLAN & DISCLOSURE STATEMENT

On November 26, 2021, the Debtors filed their Plan of Reorganization and the
Disclosure Statement related thereto. The Bankruptcy Court will hold a hearing
to consider approval of the Disclosure Statement on January 27, 2022 at 11:00
a.m. (ET). Please click the link below to view and download the Plan and
Disclosure Statement.

El 26 de noviembre de 2021, los Deudores presentaron su Plan de reorganización y
la Declaración de Divulgación pertinente. El Tribunal de Quiebras llevará a cabo
una audiencia para considerar la aprobación de la Declaración de Divulgación el
27 de enero de 2022 a la 11:00 a. m. (hora del este).

No dia 26 de novembro de 2021, as Devedoras apresentaram o seu Plano de
Reorganização e a correlata Declaração de Divulgação. O Tribunal de Falências
realizará uma audiência para considerar a aprovação da Declaração de Divulgação
no dia 27 de janeiro de 2022 às 11h00 (horário da costa leste dos EUA). Clique
no link abaixo para visualizar e descarregar o Plano e a Declaração de
Divulgação.

Plan and Disclosure Statement


SUBSEQUENT DEBTORS' FIRST AND SECOND DAY HEARINGS

A hearing on the Subsequent Debtors’ First Day Motions was held on July 15, 2020
at 2:00 p.m. (EST) before the Honorable Judge Garrity, United States Bankruptcy
Court for the Southern District of New York, via telephone. A hearing on the
Subsequent Debtors’ Second Day Motions was held on August 19, 2020 at 11:00 a.m.
(EST) before the Honorable Judge Garrity, United States Bankruptcy Court for the
Southern District of New York, via telephone. Please click below to view and
download the Subsequent Debtors' First and Second Day documents:

Subsequent Debtors' First Day Documents

Subsequent Debtors' First Day Documents


SECOND DAY HEARING

A hearing on the Debtors' Second Day Motions was held on June 23, 2020 at 11:00
a.m. (EST) before the Honorable Judge Garrity, United States Bankruptcy Court
for the Southern District of New York, via telephone.  Please click below to
view and download the Debtors' Second Day Motions:

Second Day Motions

Second Day Hearing Orders


AUDIÊNCIA DO SEGUNDO DIA

Uma audiência para considerar as Petições do Segundo Dia das Devedoras foi
realizada no dia 23 de junho de 2020 às 11h00 (GMT-4) perante o MM. Juiz Garrity
do Tribunal de Falências dos Estados Unidos para o Distrito Sul de Nova York,
por telefone. Clicar abaixo para visualizar e baixar as Petições das Devedoras e
os Mandados do Segundo Dia:

Petições do Segundo Dia

Mandados do Segundo Dia


AUDIENCIA DEL SEGUNDO DÍA

El 23 de junio de 2020 a las 11:00 a. m. (hora del Este), se llevó a cabo una
audiencia telefónica respecto de las Mociones del Segundo Día de los Deudores
ante el Honorable Juez Garrity del Tribunal de Quiebra de los Estados Unidos
para el Distrito Sur de Nueva York. Haga clic a continuación para ver y
descargar las Mociones y Órdenes del Segundo Día de los Deudores:

Mociones del Segundo Día

Órdenes del Segundo Día


FIRST DAY HEARING

A hearing on the Debtors' First Day Motions was held on May 28, 2020 at 11:00
a.m. (EST) before the Honorable Judge Garrity, United States Bankruptcy Court
for the Southern District of New York, via telephone.  Please click below to
view and download the Debtors' First Day Motions:

First Day Motions

First Day Orders


AUDIÊNCIA DO PRIMEIRO DIA

Uma audiência para considerar as Petições do Primeiro Dia das Devedoras foi
realizada no dia 28 de maio de 2020 às 11h00 (GMT-4) perante o MM. Juiz Garrity
do Tribunal de Falências dos Estados Unidos para o Distrito Sul de Nova York,
por telefone. Clicar abaixo para visualizar e baixar as Petições das Devedoras e
os Mandados do Primeiro Dia:

Petições do Primeiro Dia

Mandados do Primeiro Dia


AUDIENCIA DEL PRIMER DÍA

El 28 de mayo de 2020 a las 11:00 a. m. (hora del Este), se llevó a cabo una
audiencia telefónica respecto de las Mociones del Primer Día de los Deudores
ante el Honorable Juez Garrity del Tribunal de Quiebra de los Estados Unidos
para el Distrito Sur de Nueva York. Haga clic a continuación para ver y
descargar las Mociones y Órdenes del Primer Día de los Deudores:

Mociones del Primer Día

Órdenes del Primer Día


PARTIES


DEBTORS' COUNSEL

 * CLEARY GOTTLIEB STEEN & HAMILTON LLP
   
   One Liberty Plaza
   New York, NY   10006
   https://www.clearygottlieb.com/
   Phone: 212.225.2000
   Fax: 212.225.3999
   
   
   Richard J. Cooper
   Lisa M. Schweitzer
   Luke A. Barefoot
   

 * TOGUT, SEGAL & SEGAL LLP
   
   One Penn Plaza, Suite 3335
   New York, NY   10119
   https://www.togutlawfirm.com
   Phone: 212.594.5000
   Fax: 212.967.4258
   
   
   Albert Togut
   Kyle J. Ortiz
   


DEBTORS' RESTRUCTURING ADVISORS

 * FTI CONSULTING
   
   TD South Tower, 79 Wellington Street West
   Toronto Dominion Centre, Suite 2010
   Toronto, ON, Canada   M5K 1G8
   https://www.fticonsulting.com/
   Phone: 416.649.8100
   Fax: 416.649.8101
   
   
   Brock Edgar
   


UNITED STATES TRUSTEE AND COURT INFORMATION

 * UNITED STATES BANKRUPTCY COURT
   
   Southern District of New York
   One Bowling Green
   New York, NY   10004-1408
   http://www.nysb.uscourts.gov/
   Phone: 212.668.2870
   
   
   
   
   

 * OFFICE OF THE UNITED STATES TRUSTEE
   
   U.S. Federal Office Building
   201 Varick Street, Suite 1006
   New York, NY   10014
   http://www.usdoj.gov/ust/r02
   Phone: 212.510.0500
   
   
   
   
   


COMMITTEE OF UNSECURED CREDITORS' PROFESSIONALS

 * DECHERT LLP
   
   1095 Avenue of the Americas
   New York, NY   10036
   https://www.dechert.com/
   Phone: 212.698.3500
   Fax: 212.698.3599
   
   
   Allan S. Brilliant
   Craig P. Druehl
   David A. Herman
   
   

 * KLESTADT WINTERS JURELLER SOUTHARD & STEVENS, LLP
   
   200 West 41st Street
   17th Floor
   New York, NY   10036
   http://klestadt.com/
   Phone: 212.972.3000
   Fax: 212.972.2245
   
   
   Tracy L. Klestadt
   Brendan M. Scott
   Lauren C. Kiss
   


DEBTORS

Case Number
Debtor Name
Petition Date
Case Number 20-11254 Debtor Name LATAM Airlines Group S.A. Petition Date May 26,
2020 Case Number 20-11259 Debtor Name Lan Cargo S.A. Petition Date May 26, 2020
Case Number 20-11255 Debtor Name Transporte Aereo S.A. Petition Date May 26,
2020 Case Number 20-11261 Debtor Name Inversiones Lan S.A. Petition Date May 26,
2020 Case Number 20-11262 Debtor Name Technical Training LATAM S.A. Petition
Date May 26, 2020 Case Number 20-11263 Debtor Name LATAM Travel Chile II S.A.
Petition Date May 26, 2020 Case Number 20-11264 Debtor Name Lan Pax Group S.A.
Petition Date May 26, 2020 Case Number 20-11265 Debtor Name Fast Air Almacenes
de Carga  S.A. Petition Date May 26, 2020 Case Number 20-11260 Debtor Name Linea
Aerea Carguera de Colombia SA Petition Date May 26, 2020 Case Number 20-11256
Debtor Name Aerovias de Integracion Regional S.A. (Aires S.A.) Petition Date May
26, 2020 Case Number 20-11266 Debtor Name LATAM Finance LTD Petition Date May
26, 2020 Case Number 20-11257 Debtor Name LATAM Airlines Ecuador S.A. Petition
Date May 26, 2020 Case Number 20-11268 Debtor Name Professional Airline Cargo
Services, LLC Petition Date May 26, 2020 Case Number 20-11269 Debtor Name Cargo
Handling Airport Services, LLC Petition Date May 26, 2020 Case Number 20-11270
Debtor Name Maintenance Service Experts, LLC Petition Date May 26, 2020 Case
Number 20-11271 Debtor Name Lan Cargo Repair Station LLC Petition Date May 26,
2020 Case Number 20-11272 Debtor Name Prime Airport Services Inc. Petition Date
May 26, 2020 Case Number 20-11273 Debtor Name Professional Airline Maintenance
Services, LLC Petition Date May 26, 2020 Case Number 20-11274 Debtor Name
Connecta Corporation Petition Date May 26, 2020 Case Number 20-11267 Debtor Name
Peuco Finance Ltd. Petition Date May 26, 2020 Case Number 20-11258 Debtor Name
Latam Airlines Peru S.A. Petition Date May 26, 2020 Case Number 20-11275 Debtor
Name Inversiones Aereas S.A. Petition Date May 26, 2020 Case Number 20-11276
Debtor Name Holdco Colombia II SpA Petition Date May 26, 2020 Case Number
20-11277 Debtor Name Holdco Colombia I SpA Petition Date May 26, 2020 Case
Number 20-11278 Debtor Name Holdco Ecuador S.A. Petition Date May 26, 2020 Case
Number 20-11279 Debtor Name Lan Cargo Inversiones S.A. Petition Date May 26,
2020 Case Number 20-11280 Debtor Name Lan Cargo Overseas Ltd Petition Date May
26, 2020 Case Number 20-11281 Debtor Name Mas Investment Ltd. Petition Date May
26, 2020 Case Number 20-11282 Debtor Name Professional Airline Services Inc.
Petition Date May 26, 2020 Case Number 20-11597 Debtor Name TAM S.A. Petition
Date July 09, 2020 Case Number 20-11598 Debtor Name TAM Linhas Aereas S.A.
Petition Date July 09, 2020 Case Number 20-11603 Debtor Name Aerolinhas
Brasileiras S.A. Petition Date July 09, 2020 Case Number 20-11600 Debtor Name
Prismah Fidelidade Ltda. Petition Date July 09, 2020 Case Number 20-11601 Debtor
Name Fidelidade Viagens e Turismo S.A. Petition Date July 09, 2020 Case Number
20-11602 Debtor Name TP Franchising Ltda. Petition Date July 09, 2020 Case
Number 20-11604 Debtor Name Holdco I S.A. Petition Date July 09, 2020 Case
Number 20-11599 Debtor Name Multiplus Corredora de Seguros Ltda. Petition Date
July 09, 2020 Case Number 20-11587 Debtor Name Piquero Leasing Limited Petition
Date July 07, 2020

Live chat
Info Center
 * (877) 606-3609
 * (929) 955-3449
 * 800 914 246 (Chile)
 * 0800 591 1542 (Brazil)
 * 01-800-5189225 (Colombia)
 * (0800) 78528 (Peru)
 * 1800 001 130 (Ecuador)
 * 0800-345-4865 (Argentina)
 * LIVE CHAT
 * CONTACT US
 * DOCKET SUBSCRIPTION
   

--------------------------------------------------------------------------------


QUICK SEARCH

ClaimsDocket
SEARCH
SEARCH


 * disclaimer
 * terms of use
 * privacy notice
 * team
 * 
 * 

© 2022 Prime Clerk. All rights reserved.

March

SunMonTueWedThuFriSat
272812345678910111213141516171819202122232425262728293031123456789
March

SunMonTueWedThuFriSat
272812345678910111213141516171819202122232425262728293031123456789