rstallman ullasmrnva commited on
Commit
83c741a
0 Parent(s):

Duplicate from ullasmrnva/LawBerta

Browse files

Co-authored-by: Ulla Smirnova <ullasmrnva@users.noreply.huggingface.co>

Files changed (4) hide show
  1. .gitattributes +27 -0
  2. README.md +13 -0
  3. app.py +1028 -0
  4. requirements.txt +6 -0
.gitattributes ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ftz filter=lfs diff=lfs merge=lfs -text
6
+ *.gz filter=lfs diff=lfs merge=lfs -text
7
+ *.h5 filter=lfs diff=lfs merge=lfs -text
8
+ *.joblib filter=lfs diff=lfs merge=lfs -text
9
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
10
+ *.model filter=lfs diff=lfs merge=lfs -text
11
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
12
+ *.onnx filter=lfs diff=lfs merge=lfs -text
13
+ *.ot filter=lfs diff=lfs merge=lfs -text
14
+ *.parquet filter=lfs diff=lfs merge=lfs -text
15
+ *.pb filter=lfs diff=lfs merge=lfs -text
16
+ *.pt filter=lfs diff=lfs merge=lfs -text
17
+ *.pth filter=lfs diff=lfs merge=lfs -text
18
+ *.rar filter=lfs diff=lfs merge=lfs -text
19
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
20
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
21
+ *.tflite filter=lfs diff=lfs merge=lfs -text
22
+ *.tgz filter=lfs diff=lfs merge=lfs -text
23
+ *.wasm filter=lfs diff=lfs merge=lfs -text
24
+ *.xz filter=lfs diff=lfs merge=lfs -text
25
+ *.zip filter=lfs diff=lfs merge=lfs -text
26
+ *.zstandard filter=lfs diff=lfs merge=lfs -text
27
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: LawBerta
3
+ emoji: 📉
4
+ colorFrom: green
5
+ colorTo: red
6
+ sdk: gradio
7
+ sdk_version: 3.0.20
8
+ app_file: app.py
9
+ pinned: false
10
+ duplicated_from: ullasmrnva/LawBerta
11
+ ---
12
+
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py ADDED
@@ -0,0 +1,1028 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import tensorflow as tf
4
+ import gradio as gr
5
+ import pandas as pd
6
+ import re
7
+ import ast
8
+ import spacy
9
+ import nltk
10
+ nltk.download('punkt')
11
+ from nltk.tokenize import sent_tokenize
12
+ from transformers import AutoTokenizer, \
13
+ TFAutoModelForSequenceClassification
14
+ import numpy as np
15
+
16
+
17
+ def make_prediction(contract):
18
+ if contract is list:
19
+ contract=contract[0]
20
+ tokenizer = AutoTokenizer.from_pretrained('roberta-base')
21
+ final_model = TFAutoModelForSequenceClassification.from_pretrained('ullasmrnva/LawBerta')
22
+ contract_df = pd.DataFrame()
23
+ contract_df = contract_df.append({'contracts': contract},
24
+ ignore_index=True)
25
+ contract_sentences_df = contract_df['contracts'
26
+ ].apply(sent_tokenize).reset_index()['contracts'
27
+ ].explode().to_frame().rename(columns={'contracts': 'sentences'
28
+ }).reset_index()
29
+ input = [np.array(tokenizer(list(contract_sentences_df.sentences),
30
+ truncation=True, max_length=100, padding='max_length'
31
+ ).input_ids)]
32
+ y_pred = np.argmax(final_model.predict(input)[0], axis=1)
33
+ clause_map = {
34
+ 0: 'Affiliate License-Licensee',
35
+ 1: 'Affiliate License-Licensor',
36
+ 2: 'Anti-Assignment',
37
+ 3: 'Audit Rights',
38
+ 4: 'Cap On Liability',
39
+ 5: 'Change Of Control',
40
+ 6: 'Competitive Restriction Exception',
41
+ 7: 'Covenant Not To Sue',
42
+ 8: 'Exclusivity',
43
+ 9: 'Insurance',
44
+ 10: 'Ip Ownership Assignment',
45
+ 11: 'Irrevocable Or Perpetual License',
46
+ 12: 'Joint Ip Ownership',
47
+ 13: 'License Grant',
48
+ 14: 'Liquidated Damages',
49
+ 15: 'Minimum Commitment',
50
+ 16: 'Most Favored Nation',
51
+ 17: 'No Clause',
52
+ 18: 'No-Solicit Of Customers',
53
+ 19: 'No-Solicit Of Employees',
54
+ 20: 'Non-Compete',
55
+ 21: 'Non-Disparagement',
56
+ 22: 'Non-Transferable License',
57
+ 23: 'Post-Termination Services',
58
+ 24: 'Price Restrictions',
59
+ 25: 'Revenue/Profit Sharing',
60
+ 26: 'Rofr/Rofo/Rofn',
61
+ 27: 'Source Code Escrow',
62
+ 28: 'Termination For Convenience',
63
+ 29: 'Third Party Beneficiary',
64
+ 30: 'Uncapped Liability',
65
+ 31: 'Unlimited/All-You-Can-Eat-License',
66
+ 32: 'Volume Restriction',
67
+ 33: 'Warranty Duration',
68
+ }
69
+ final_df = contract_sentences_df[y_pred != 17][['sentences']]
70
+ final_df['clause'] = np.array([clause_map[x] for x in y_pred[y_pred
71
+ != 17]])
72
+ output_sentences = []
73
+ clauses_found=[]
74
+ for i in [
75
+ 'License Grant',
76
+ 'Audit Rights',
77
+ 'Non-Disparagement',
78
+ 'Cap On Liability',
79
+ 'Anti-Assignment',
80
+ 'Minimum Commitment',
81
+ 'Most Favored Nation',
82
+ 'Unlimited/All-You-Can-Eat-License',
83
+ 'Revenue/Profit Sharing',
84
+ 'Uncapped Liability',
85
+ 'Termination For Convenience',
86
+ 'Exclusivity',
87
+ 'Change Of Control',
88
+ 'Rofr/Rofo/Rofn',
89
+ 'Irrevocable Or Perpetual License',
90
+ 'Competitive Restriction Exception',
91
+ 'Price Restrictions',
92
+ 'Covenant Not To Sue',
93
+ 'Volume Restriction',
94
+ 'Joint Ip Ownership',
95
+ 'Post-Termination Services',
96
+ 'Ip Ownership Assignment',
97
+ 'Non-Compete',
98
+ 'Insurance',
99
+ 'Affiliate License-Licensor',
100
+ 'Affiliate License-Licensee',
101
+ 'Non-Transferable License',
102
+ 'No-Solicit Of Customers',
103
+ 'Warranty Duration',
104
+ 'No-Solicit Of Employees',
105
+ 'Liquidated Damages',
106
+ 'Third Party Beneficiary',
107
+ 'Source Code Escrow',
108
+ ]:
109
+ clause=final_df[final_df['clause']== i]['sentences'].str.cat(sep='***\n\n***')
110
+ if clause!='':
111
+ print(i)
112
+ clauses_found.append(i)
113
+ output_sentences.append(clause)
114
+ found=''
115
+ if len(clauses_found)==0:
116
+ found='None'
117
+ else:
118
+ found=', '.join(clauses_found)
119
+ return [found]+output_sentences
120
+
121
+
122
+ gr.Interface(fn=make_prediction, inputs=gr.Textbox(placeholder="In a timely manner, upon the written instruction of the Company, invest and reinvest the Property in United States government securities within the meaning of Section 2(a)(16) of the Investment Company Act of 1940...\nPlease see example below."),\
123
+ outputs=[gr.Textbox(label='Clauses Found:'), gr.Textbox(label='License Grant'),\
124
+ gr.Textbox(label='Audit Rights'),\
125
+ gr.Textbox(label='Non-Disparagement'),\
126
+ gr.Textbox(label='Cap On Liability'),\
127
+ gr.Textbox(label='Anti-Assignment'),\
128
+ gr.Textbox(label='Minimum Commitment'),\
129
+ gr.Textbox(label='Most Favored Nation'),\
130
+ gr.Textbox(label='Unlimited/All-You-Can-Eat-License'),\
131
+ gr.Textbox(label='Revenue/Profit Sharing'),\
132
+ gr.Textbox(label='Uncapped Liability'),\
133
+ gr.Textbox(label='Termination For Convenience'),\
134
+ gr.Textbox(label='Exclusivity'),\
135
+ gr.Textbox(label='Change Of Control'),\
136
+ gr.Textbox(label='Rofr/Rofo/Rofn'),\
137
+ gr.Textbox(label='Irrevocable Or Perpetual License'),\
138
+ gr.Textbox(label='Competitive Restriction Exception'),\
139
+ gr.Textbox(label='Price Restrictions'),\
140
+ gr.Textbox(label='Covenant Not To Sue'),\
141
+ gr.Textbox(label='Volume Restriction'),\
142
+ gr.Textbox(label='Joint Ip Ownership'),\
143
+ gr.Textbox(label='Post-Termination Services'),\
144
+ gr.Textbox(label='Ip Ownership Assignment'),\
145
+ gr.Textbox(label='Non-Compete'),\
146
+ gr.Textbox(label='Insurance'),\
147
+ gr.Textbox(label='Affiliate License-Licensor'),\
148
+ gr.Textbox(label='Affiliate License-Licensee'),\
149
+ gr.Textbox(label='Non-Transferable License'),\
150
+ gr.Textbox(label='No-Solicit Of Customers'),\
151
+ gr.Textbox(label='Warranty Duration'),\
152
+ gr.Textbox(label='No-Solicit Of Employees'),\
153
+ gr.Textbox(label='Liquidated Damages'),\
154
+ gr.Textbox(label='Third Party Beneficiary'),\
155
+ gr.Textbox(label='Source Code Escrow')], examples=["""--------------------------------------------------------------------------------
156
+
157
+ Exhibit 10.2
158
+
159
+  
160
+ INVESTMENT MANAGEMENT TRUST AGREEMENT
161
+  
162
+ This Investment Management Trust Agreement (this “Agreement”) is made effective
163
+ as of September 30, 2020 by and between Altimeter Growth Corp., a Cayman Islands
164
+ exempted company (the “Company”), and Continental Stock Transfer & Trust
165
+ Company, a New York corporation (the “Trustee”).
166
+  
167
+ WHEREAS, the Company’s registration statement on Form S-1, File No. 333-248762
168
+ (the “Registration Statement”) and prospectus (the “Prospectus”) for the initial
169
+ public offering of the Company’s units (the “Units”), each of which consists of
170
+ one of the Company’s Class A ordinary shares, par value $0.0001 per share (the
171
+ “Ordinary Shares”), and a fraction of one redeemable warrant, each whole warrant
172
+ entitling the holder thereof to purchase one Ordinary Share (such initial public
173
+ offering hereinafter referred to as the “Offering”), has been declared effective
174
+ as of the date hereof by the U.S. Securities and Exchange Commission; and
175
+  
176
+ WHEREAS, the Company has entered into an Underwriting Agreement (the
177
+ “Underwriting Agreement”) with Citigroup Global Markets Inc., Goldman Sachs &
178
+ Co. LLC and Morgan Stanley & Co. LLC, as representatives (the “Representatives”)
179
+ to the several underwriters (the “Underwriters”) named therein; and
180
+  
181
+ WHEREAS, as described in the Prospectus, $450,000,000 of the gross proceeds of
182
+ the Offering and sale of the Private Placement Warrants (as defined in the
183
+ Underwriting Agreement) (or $500,000,000 if the Underwriters’ option to purchase
184
+ additional units is exercised in full) will be delivered to the Trustee to be
185
+ deposited and held in a segregated trust account located at all times in the
186
+ United States (the “Trust Account”) for the benefit of the Company and the
187
+ holders of the Ordinary Shares included in the Units issued in the Offering as
188
+ hereinafter provided (the amount to be delivered to the Trustee (and any
189
+ interest subsequently earned thereon) is referred to herein as the “Property,”
190
+ the shareholders for whose benefit the Trustee shall hold the Property will be
191
+ referred to as the “Public Shareholders,” and the Public Shareholders and the
192
+ Company will be referred to together as the “Beneficiaries”); and
193
+  
194
+ WHEREAS, pursuant to the Underwriting Agreement, a portion of the Property equal
195
+ to $15,750,000, or $17,500,000 if the Underwriters’ option to purchase
196
+ additional units is exercised in full, is attributable to deferred underwriting
197
+ discounts and commissions that will be payable by the Company to the
198
+ Underwriters upon the consummation of the Business Combination (as defined
199
+ below) (the “Deferred Discount”); and
200
+  
201
+ WHEREAS, the Company and the Trustee desire to enter into this Agreement to set
202
+ forth the terms and conditions pursuant to which the Trustee shall hold the
203
+ Property.
204
+  
205
+ NOW THEREFORE, IT IS AGREED:
206
+  
207
+ 1. Agreements and Covenants of Trustee. The Trustee hereby agrees and covenants
208
+ to:
209
+  
210
+ (a) Hold the Property in trust for the Beneficiaries in accordance with the
211
+ terms of this Agreement in the Trust Account established by the Trustee in the
212
+ United States at J.P. Morgan Chase Bank, N.A. (or at another U.S chartered
213
+ commercial bank with consolidated assets of $100 billion or more) and at a
214
+ brokerage institution selected by the Trustee that is reasonably satisfactory to
215
+ the Company;
216
+  
217
+ (b) Manage, supervise and administer the Trust Account subject to the terms and
218
+ conditions set forth herein;
219
+  
220
+ (c) In a timely manner, upon the written instruction of the Company, invest and
221
+ reinvest the Property in United States government securities within the meaning
222
+ of Section 2(a)(16) of the Investment Company Act of 1940, as amended, having a
223
+ maturity of 185 days or less, or in money market funds meeting the conditions of
224
+ paragraphs (d)(1), (d)(2), (d)(3) and (d)(4) of Rule 2a-7 promulgated under the
225
+ Investment Company Act of 1940, as amended (or any successor rule), which invest
226
+ only in direct U.S. government treasury obligations, as determined by the
227
+ Company; the Trustee may not invest in any other securities or assets, it being
228
+ understood that the Trust Account will earn no interest while account funds are
229
+ uninvested awaiting the Company’s instructions hereunder and the Trustee may
230
+ earn bank credits or other consideration;
231
+  
232
+
233
+ --------------------------------------------------------------------------------
234
+
235
+ (d) Collect and receive, when due, all principal, interest or other income
236
+ arising from the Property, which shall become part of the “Property,” as such
237
+ term is used herein;
238
+  
239
+ (e) Promptly notify the Company and the Representative of all communications
240
+ received by the Trustee with respect to any Property requiring action by the
241
+ Company;
242
+  
243
+ (f) Supply any necessary information or documents as may be requested by the
244
+ Company (or its authorized agents) in connection with the Company’s preparation
245
+ of the tax returns relating to assets held in the Trust Account;
246
+  
247
+ (g) Participate in any plan or proceeding for protecting or enforcing any right
248
+ or interest arising from the Property if, as and when instructed by the Company
249
+ to do so;
250
+  
251
+ (h) Render to the Company monthly written statements of the activities of, and
252
+ amounts in, the Trust Account reflecting all receipts and disbursements of the
253
+ Trust Account;
254
+  
255
+ (i) Commence liquidation of the Trust Account only after and promptly after (x)
256
+ receipt of, and only in accordance with, the terms of a letter from the Company
257
+ (“Termination Letter”) in a form substantially similar to that attached hereto
258
+ as either Exhibit A or Exhibit B, as applicable, signed on behalf of the Company
259
+ by its Chief Executive Officer, President, Chief Operating Officer or other
260
+ authorized officer of the Company, and complete the liquidation of the Trust
261
+ Account and distribute the Property in the Trust Account, including interest
262
+ earned on the funds held in the Trust Account and not previously released to us
263
+ to pay our income taxes (less up to $100,000 of interest to pay dissolution
264
+ expenses), only as directed in the Termination Letter and the other documents
265
+ referred to therein, or (y) upon the date which is the later of (1) 24 months
266
+ after the closing of the Offering (or 27 months from the closing of Offering if
267
+ the Company has executed a letter of intent, agreement in principle or
268
+ definitive agreement for a Business Combination within 24 months from the
269
+ closing of Offering but has not completed a Business Combination within such 24
270
+ month period) and (2) such later date as may be approved by the Company’s
271
+ shareholders in accordance with the Company’s amended and restated memorandum
272
+ and articles of association, if a Termination Letter has not been received by
273
+ the Trustee prior to such date, in which case the Trust Account shall be
274
+ liquidated in accordance with the procedures set forth in the Termination Letter
275
+ attached as Exhibit B and the Property in the Trust Account, including interest
276
+ earned on the funds held in the Trust Account and not previously released to the
277
+ Company to pay its income taxes (less up to $100,000 of interest to pay
278
+ dissolution expenses), shall be distributed to the Public Shareholders of record
279
+ as of such date It is acknowledged and agreed that there should be no reduction
280
+ in the principal amount per share initially deposited in the Trust Account;
281
+  
282
+ (j) Upon written request from the Company, which may be given from time to time
283
+ in a form substantially similar to that attached hereto as Exhibit C (a “Tax
284
+ Payment Withdrawal Instruction”), withdraw from the Trust Account and distribute
285
+ to the Company the amount of interest earned on the Property requested by the
286
+ Company to cover any tax obligation owed by the Company as a result of assets of
287
+ the Company or interest or other income earned on the Property, which amount
288
+ shall be delivered directly to the Company by electronic funds transfer or other
289
+ method of prompt payment, and the Company shall forward such payment to the
290
+ relevant taxing authority, so long as there is no reduction in the principal
291
+ amount per share initially deposited in the Trust Account; provided, however,
292
+ that to the extent there is not sufficient cash in the Trust Account to pay such
293
+ tax obligation, the Trustee shall liquidate such assets held in the Trust
294
+ Account as shall be designated by the Company in writing to make such
295
+ distribution (it being acknowledged and agreed that any such amount in excess of
296
+ interest income earned on the Property shall not be payable from the Trust
297
+ Account). The written request of the Company referenced above shall constitute
298
+ presumptive evidence that the Company is entitled to said funds, and the Trustee
299
+ shall have no responsibility to look beyond said request;
300
+  
301
+ (k) Upon written request from the Company, which may be given from time to time
302
+ in a form substantially similar to that attached hereto as Exhibit D (a
303
+ “Shareholder Redemption Withdrawal Instruction”), the Trustee shall distribute
304
+ to the remitting brokers on behalf of Public Shareholders redeeming Ordinary
305
+ Shares the amount required to pay redeemed Ordinary Shares from Public
306
+ Shareholders pursuant to the Company’s amended and restated memorandum and
307
+ articles of association; and
308
+  
309
+ (l) Not make any withdrawals or distributions from the Trust Account other than
310
+ pursuant to Section 1(i), (j) or (k) above.
311
+  
312
+
313
+ --------------------------------------------------------------------------------
314
+
315
+ 2. Agreements and Covenants of the Company. The Company hereby agrees and
316
+ covenants to:
317
+  
318
+ (a) Give all instructions to the Trustee hereunder in writing, signed by the
319
+ Company’s Chief Executive Officer, President, Chief Operating Officer or other
320
+ authorized officer of the Company. In addition, except with respect to its
321
+ duties under Sections 1(i), (j) or (k) hereof, the Trustee shall be entitled to
322
+ rely on, and shall be protected in relying on, any verbal or telephonic advice
323
+ or instruction which it, in good faith and with reasonable care, believes to be
324
+ given by any one of the persons authorized above to give written instructions,
325
+ provided that the Company shall promptly confirm such instructions in writing;
326
+  
327
+ (b) Subject to Section 4 hereof, hold the Trustee harmless and indemnify the
328
+ Trustee from and against any and all expenses, including reasonable counsel fees
329
+ and disbursements, or losses suffered by the Trustee in connection with any
330
+ action taken by it hereunder and in connection with any action, suit or other
331
+ proceeding brought against the Trustee involving any claim, or in connection
332
+ with any claim or demand, which in any way arises out of or relates to this
333
+ Agreement, the services of the Trustee hereunder, or the Property or any
334
+ interest earned on the Property, except for expenses and losses resulting from
335
+ the Trustee’s gross negligence, fraud or willful misconduct. Promptly after the
336
+ receipt by the Trustee of notice of demand or claim or the commencement of any
337
+ action, suit or proceeding, pursuant to which the Trustee intends to seek
338
+ indemnification under this Section 2(b), it shall notify the Company in writing
339
+ of such claim (hereinafter referred to as the “Indemnified Claim”). The Trustee
340
+ shall have the right to conduct and manage the defense against such Indemnified
341
+ Claim; provided that the Trustee shall obtain the consent of the Company with
342
+ respect to the selection of counsel, which consent shall not be unreasonably
343
+ withheld. The Trustee may not agree to settle any Indemnified Claim without the
344
+ prior written consent of the Company, which such consent shall not be
345
+ unreasonably withheld. The Company may participate in such action with its own
346
+ counsel;
347
+  
348
+ (c) Pay the Trustee the fees set forth on Schedule A hereto, including an
349
+ initial acceptance fee, annual administration fee, and transaction processing
350
+ fee which fees shall be subject to modification by the parties from time to
351
+ time. It is expressly understood that the Property shall not be used to pay such
352
+ fees unless and until it is distributed to the Company pursuant to Sections 1(i)
353
+ through 1(k) hereof. The Company shall pay the Trustee the initial acceptance
354
+ fee and the first annual administration fee at the consummation of the Offering.
355
+ The Company shall not be responsible for any other fees or charges of the
356
+ Trustee except as set forth in this Section 2(c) and as may be provided in
357
+ Section 2(b) hereof;
358
+  
359
+ (d) In connection with any vote of the Company’s shareholders regarding a
360
+ merger, share exchange, asset acquisition, share purchase, reorganization or
361
+ similar business combination involving the Company and one or more businesses
362
+ (the “Business Combination”), provide to the Trustee an affidavit or certificate
363
+ of the inspector of elections for the shareholder meeting verifying the vote of
364
+ such shareholders regarding such Business Combination;
365
+  
366
+ (e) Provide the Representative with a copy of any Termination Letter(s) and/or
367
+ any other correspondence that is sent to the Trustee with respect to any
368
+ proposed withdrawal from the Trust Account promptly after it issues the same;
369
+  
370
+ (f) Unless otherwise agreed between the Company and the Representative, ensure
371
+ that any Instruction Letter (as defined in Exhibit A) delivered in connection
372
+ with a Termination Letter in the form of Exhibit A expressly provides that the
373
+ Deferred Discount is paid directly to the account or accounts directed by the
374
+ Representative on behalf of the Underwriters prior to any transfer of the funds
375
+ held in the Trust Account to the Company or any other person;
376
+  
377
+ (g) Instruct the Trustee to make only those distributions that are permitted
378
+ under this Agreement, and refrain from instructing the Trustee to make any
379
+ distributions that are not permitted under this Agreement;
380
+  
381
+ (h) If the Company seeks to amend any provisions of its amended and restated
382
+ memorandum and articles of association (A) to modify the substance or timing of
383
+ the Company’s obligation to provide holders of the Ordinary Shares the right to
384
+ have their shares redeemed in connection with the Company’s initial Business
385
+ Combination or to redeem 100% of the Ordinary Shares if the Company does not
386
+ complete its initial Business Combination within the time period set forth
387
+ therein or (B) with respect to any other provision relating to the rights of
388
+ holders of the Ordinary Shares (in each case, an “Amendment”), the Company will
389
+ provide the Trustee with a letter (an “Amendment Notification Letter”) in the
390
+ form of Exhibit D providing instructions for the distribution of funds to Public
391
+ Shareholders who exercise their redemption option in connection with such
392
+ Amendment; and
393
+  
394
+ (i) Within five (5) business days after the Underwriters exercise their option
395
+ to purchase additional units (or any unexercised portion thereof) or such option
396
+ to purchase additional units expires, provide the Trustee with a notice in
397
+ writing of the total amount of the Deferred Discount.
398
+  
399
+ 3. Limitations of Liability. The Trustee shall have no responsibility or
400
+ liability to:
401
+  
402
+ (a) Imply obligations, perform duties, inquire or otherwise be subject to the
403
+ provisions of any agreement or document other than this Agreement and that which
404
+ is expressly set forth herein;
405
+  
406
+
407
+ --------------------------------------------------------------------------------
408
+
409
+ (b) Take any action with respect to the Property, other than as directed in
410
+ Section 1 hereof, and the Trustee shall have no liability to any third party
411
+ except for liability arising out of the Trustee’s gross negligence, fraud or
412
+ willful misconduct;
413
+  
414
+ (c) Institute any proceeding for the collection of any principal and income
415
+ arising from, or institute, appear in or defend any proceeding of any kind with
416
+ respect to, any of the Property unless and until it shall have received written
417
+ instructions from the Company given as provided herein to do so and the Company
418
+ shall have advanced or guaranteed to it funds sufficient to pay any expenses
419
+ incident thereto;
420
+  
421
+ (d) Change the investment of any Property, other than in compliance with Section
422
+ 1 hereof;
423
+  
424
+ (e) Refund any depreciation in principal of any Property;
425
+  
426
+ (f) Assume that the authority of any person designated by the Company to give
427
+ instructions hereunder shall not be continuing unless provided otherwise in such
428
+ designation, or unless the Company shall have delivered a written revocation of
429
+ such authority to the Trustee;
430
+  
431
+ (g) The other parties hereto or to anyone else for any action taken or omitted
432
+ by it, or any action suffered by it to be taken or omitted, in good faith and in
433
+ the Trustee’s best judgment, except for the Trustee’s gross negligence, fraud or
434
+ willful misconduct. The Trustee may rely conclusively and shall be protected in
435
+ acting upon any order, notice, demand, certificate, opinion or advice of counsel
436
+ (including counsel chosen by the Trustee, which counsel may be the Company’s
437
+ counsel), statement, instrument, report or other paper or document (not only as
438
+ to its due execution and the validity and effectiveness of its provisions, but
439
+ also as to the truth and acceptability of any information therein contained)
440
+ which the Trustee believes, in good faith and with reasonable care, to be
441
+ genuine and to be signed or presented by the proper person or persons. The
442
+ Trustee shall not be bound by any notice or demand, or any waiver, modification,
443
+ termination or rescission of this Agreement or any of the terms hereof, unless
444
+ evidenced by a written instrument delivered to the Trustee, signed by the proper
445
+ party or parties and, if the duties or rights of the Trustee are affected,
446
+ unless it shall give its prior written consent thereto;
447
+  
448
+ (h) Verify the accuracy of the information contained in the Registration
449
+ Statement;
450
+  
451
+ (i) Provide any assurance that any Business Combination entered into by the
452
+ Company or any other action taken by the Company is as contemplated by the
453
+ Registration Statement;
454
+  
455
+ (j) File information returns with respect to the Trust Account with any local,
456
+ state or federal taxing authority or provide periodic written statements to the
457
+ Company documenting the taxes payable by the Company, if any, relating to any
458
+ interest income earned on the Property;
459
+  
460
+ (k) Prepare, execute and file tax reports, income or other tax returns and pay
461
+ any taxes with respect to any income generated by, and activities relating to,
462
+ the Trust Account, regardless of whether such tax is payable by the Trust
463
+ Account or the Company, including, but not limited to, income tax obligations,
464
+ except pursuant to Section 1(j) hereof; or
465
+  
466
+ (l) Verify calculations, qualify or otherwise approve the Company’s written
467
+ requests for distributions pursuant to Sections 1(i), 1(j) or 1(k) hereof.
468
+  
469
+ 4. Trust Account Waiver. The Trustee has no right of set-off or any right,
470
+ title, interest or claim of any kind (“Claim”) to, or to any monies in, the
471
+ Trust Account, and hereby irrevocably waives any Claim to, or to any monies in,
472
+ the Trust Account that it may have now or in the future. In the event the
473
+ Trustee has any Claim against the Company under this Agreement, including,
474
+ without limitation, under Section 2(b) or Section 2(c) hereof, the Trustee shall
475
+ pursue such Claim solely against the Company and its assets outside the Trust
476
+ Account and not against the Property or any monies in the Trust Account.
477
+  
478
+ 5. Termination. This Agreement shall terminate as follows:
479
+  
480
+ (a) If the Trustee gives written notice to the Company that it desires to resign
481
+ under this Agreement, the Company shall use its reasonable efforts to locate a
482
+ successor trustee, pending which the Trustee shall continue to act in accordance
483
+ with this Agreement. At such time that the Company notifies the Trustee that a
484
+ successor trustee has been appointed by the Company and has agreed to become
485
+ subject to the terms of this Agreement, the Trustee shall transfer the
486
+ management of the Trust Account to the successor trustee, including but not
487
+ limited to the transfer of copies of the reports and statements relating to the
488
+ Trust Account, whereupon this Agreement shall terminate; provided, however, that
489
+ in the event that the Company does not locate a successor trustee within ninety
490
+ (90) days of receipt of the resignation notice from the Trustee, the Trustee may
491
+ submit an application to have the Property deposited with any court in the State
492
+ of New York or with the United States District Court for the Southern District
493
+ of New York and upon such deposit, the Trustee shall be immune from any
494
+ liability whatsoever; or
495
+  
496
+
497
+ --------------------------------------------------------------------------------
498
+
499
+ (b) At such time that the Trustee has completed the liquidation of the Trust
500
+ Account and its obligations in accordance with the provisions of Section 1(i)
501
+ hereof and distributed the Property in accordance with the provisions of the
502
+ Termination Letter, this Agreement shall terminate except with respect to
503
+ Section 2(b).
504
+  
505
+ 6. Miscellaneous.
506
+  
507
+ (a) The Company and the Trustee each acknowledge that the Trustee will follow
508
+ the security procedures set forth below with respect to funds transferred from
509
+ the Trust Account. The Company and the Trustee will each restrict access to
510
+ confidential information relating to such security procedures to authorized
511
+ persons. Each party must notify the other party immediately if it has reason to
512
+ believe unauthorized persons may have obtained access to such confidential
513
+ information, or of any change in its authorized personnel. In executing funds
514
+ transfers, the Trustee shall rely upon all information supplied to it by the
515
+ Company, including, account names, account numbers, and all other identifying
516
+ information relating to a Beneficiary, Beneficiary’s bank or intermediary bank.
517
+ Except for any liability arising out of the Trustee’s gross negligence, fraud or
518
+ willful misconduct, the Trustee shall not be liable for any loss, liability or
519
+ expense resulting from any error in the information or transmission of the
520
+ funds.
521
+  
522
+ (b) This Agreement shall be governed by and construed and enforced in accordance
523
+ with the laws of the State of New York, without giving effect to conflicts of
524
+ law principles that would result in the application of the substantive laws of
525
+ another jurisdiction. This Agreement may be executed in several original or
526
+ facsimile counterparts, each one of which shall constitute an original, and
527
+ together shall constitute but one instrument.
528
+  
529
+ (c) This Agreement contains the entire agreement and understanding of the
530
+ parties hereto with respect to the subject matter hereof. Except for Section
531
+ 1(i), 1(j) and 1(k) hereof (which sections may not be modified, amended or
532
+ deleted without the affirmative vote of sixty-five percent (65%) of the then
533
+ outstanding Ordinary Shares and Class B ordinary shares, par value $0.0001 per
534
+ share, of the Company, voting together as a single class; provided that no such
535
+ amendment will affect any Public Shareholder who has properly elected to redeem
536
+ his or her Ordinary Shares in connection with a shareholder vote to amend this
537
+ Agreement to modify the substance or timing of the Company’s obligation to
538
+ provide for the redemption of the Public Shares in connection with an initial
539
+ Business Combination or an Amendment or to redeem 100% of its Ordinary Shares if
540
+ the Company does not complete its initial Business Combination within the time
541
+ frame specified in the Company’s amended and restated memorandum and articles of
542
+ association), this Agreement or any provision hereof may only be changed,
543
+ amended or modified (other than to correct a typographical error) by a writing
544
+ signed by each of the parties hereto.
545
+  
546
+ (d) The parties hereto consent to the jurisdiction and venue of any state or
547
+ federal court located in the City of New York, State of New York, for purposes
548
+ of resolving any disputes hereunder. AS TO ANY CLAIM, CROSS-CLAIM OR
549
+ COUNTERCLAIM IN ANY WAY RELATING TO THIS AGREEMENT, EACH PARTY WAIVES THE RIGHT
550
+ TO TRIAL BY JURY.
551
+  
552
+ (e) Any notice, consent or request to be given in connection with any of the
553
+ terms or provisions of this Agreement shall be in writing and shall be sent by
554
+ express mail or similar private courier service, by certified mail (return
555
+ receipt requested), by hand delivery or by electronic mail:
556
+  
557
+ if to the Trustee, to:
558
+  
559
+ Continental Stock Transfer & Trust Company
560
+ 1 State Street, 30th Floor
561
+ New York, New York 10004
562
+ Attn: Francis E. Wolf, Jr. & Celeste Gonzalez
563
+ Email: fwolf@continentalstock.com
564
+ cgonzalez@continentalstock.com
565
+  
566
+
567
+ --------------------------------------------------------------------------------
568
+
569
+ if to the Company, to:
570
+  
571
+ Altimeter Growth Corp.
572
+
573
+
574
+ 2550 Sand Hill Road
575
+ Suite 150
576
+ Menlo Park, CA 94025
577
+ Attn: Hab Siam
578
+ Email: hab@altimeter.com
579
+  
580
+ in each case, with copies to:
581
+  
582
+ Ropes & Gray LLP
583
+ 1211 Avenue of the Americas
584
+ New York, New York 10036
585
+ Attn: Paul D. Tropp
586
+ Michael S. Pilo
587
+ E-mail: paul.tropp@ropesgray.com
588
+ michael.pilo @ropesgray.com
589
+  
590
+ and
591
+
592
+
593
+ Citigroup Global Markets Inc.
594
+ 388 Greenwich Street
595
+ New York, New York 10013
596
+ Attn: Pavan Bellur
597
+ Email: pavan.bellur@citigroup.com
598
+
599
+
600
+ and
601
+
602
+
603
+ Goldman Sachs & Co. LLC
604
+ 200 West Street
605
+ New York, NY 10282
606
+ Attn: Registration Department
607
+
608
+
609
+ and
610
+
611
+
612
+ Morgan Stanley & Co. LLC
613
+ 1585 Broadway
614
+ New York, New York 10036
615
+ Attn: Equity Syndicate Desk
616
+
617
+
618
+ and
619
+  
620
+ Kirkland & Ellis LLP
621
+ 601 Lexington Avenue
622
+ New York, New York 10022
623
+ Attn: Christian O. Nagler
624
+ E-mail: cnagler@kirkland.com
625
+  
626
+ (f) Each of the Company and the Trustee hereby represents that it has the full
627
+ right and power and has been duly authorized to enter into this Agreement and to
628
+ perform its respective obligations as contemplated hereunder. The Trustee
629
+ acknowledges and agrees that it shall not make any claims or proceed against the
630
+ Trust Account, including by way of set-off, and shall not be entitled to any
631
+ funds in the Trust Account under any circumstance.
632
+  
633
+ (g) This Agreement is the joint product of the Trustee and the Company and each
634
+ provision hereof has been subject to the mutual consultation, negotiation and
635
+ agreement of such parties and shall not be construed for or against any party
636
+ hereto.
637
+  
638
+ (h) This Agreement may be executed in any number of counterparts, each of which
639
+ shall be deemed to be an original, but all such counterparts shall together
640
+ constitute one and the same instrument. Delivery of a signed counterpart of this
641
+ Agreement by facsimile or electronic transmission shall constitute valid and
642
+ sufficient delivery thereof.
643
+  
644
+
645
+ --------------------------------------------------------------------------------
646
+
647
+ (i) Each of the Company and the Trustee hereby acknowledges and agrees that the
648
+ Representative on behalf of the Underwriters is a third-party beneficiary of
649
+ this Agreement.
650
+  
651
+ (j) Except as specified herein, no party to this Agreement may assign its rights
652
+ or delegate its obligations hereunder to any other person or entity.
653
+  
654
+ [Signature Page Follows]
655
+
656
+
657
+
658
+ --------------------------------------------------------------------------------
659
+
660
+ IN WITNESS WHEREOF, the parties have duly executed this Investment Management
661
+ Trust Agreement as of the date first written above.
662
+
663
+
664
+
665
+
666
+  
667
+ CONTINENTAL STOCK TRANSFER & TRUST COMPANY, as Trustee
668
+        
669
+ By:
670
+ /s/ Francis Wolf
671
+  
672
+ Name:
673
+ Francis Wolf
674
+  
675
+ Title:
676
+ Vice President
677
+      
678
+ ALTIMETER GROWTH CORP.
679
+        
680
+ By:
681
+ /s/ Hab Siam
682
+  
683
+ Name:
684
+ Hab Siam
685
+  
686
+ Title:
687
+ General Counsel
688
+
689
+
690
+
691
+ [Signature Page to Investment Management Trust Agreement]
692
+
693
+
694
+
695
+ --------------------------------------------------------------------------------
696
+
697
+ SCHEDULE A
698
+
699
+
700
+
701
+ Fee Item
702
+  
703
+ Time and method of payment
704
+  
705
+ Amount
706
+  
707
+ Initial acceptance fee
708
+  
709
+ Initial closing of IPO by wire transfer
710
+  
711
+ $
712
+ 3,500.00
713
+  
714
+ Annual fee
715
+  
716
+ First year, initial closing of IPO by wire transfer; thereafter on the
717
+ anniversary of the effective date of the IPO by wire transfer or check
718
+  
719
+ $
720
+ 10,000.00
721
+  
722
+ Transaction processing fee for disbursements to Company under Sections 1(i),
723
+ (j), and (k)
724
+  
725
+ Billed by Trustee to Company under Section 1
726
+  
727
+ $
728
+ 250.00
729
+  
730
+ Paying Agent services as required pursuant to Section 1(i) and 1(k)
731
+  
732
+ Billed to Company upon delivery of service pursuant to Section 1(i) and 1(k)
733
+  
734
+ Prevailing rates
735
+  
736
+
737
+
738
+
739
+
740
+ --------------------------------------------------------------------------------
741
+
742
+ EXHIBIT A
743
+  
744
+ [Letterhead of Company]
745
+  
746
+ [Insert date]
747
+  
748
+ Continental Stock Transfer & Trust Company
749
+ 1 State Street, 30th Floor
750
+ New York, New York 10004
751
+ Attn: Francis Wolf & Celeste Gonzalez
752
+  
753
+ Re: Trust Account - Termination Letter
754
+  
755
+ Dear Mr. Wolf and Ms. Gonzalez:
756
+  
757
+ Pursuant to Section 1(i) of the Investment Management Trust Agreement between
758
+ Altimeter Growth Corp. (the “Company”) and Continental Stock Transfer & Trust
759
+ Company (“Trustee”), dated as of October [•], 2020 (the “Trust Agreement”), this
760
+ is to advise you that the Company has entered into an agreement with ___________
761
+ (the “Target Business”) to consummate a business combination with Target
762
+ Business (the “Business Combination”) on or about [insert date]. The Company
763
+ shall notify you at least seventy-two (72) hours in advance of the actual date
764
+ (or such shorter time period as you may agree) of the consummation of the
765
+ Business Combination (the “Consummation Date”). Capitalized terms used but not
766
+ defined herein shall have the meanings set forth in the Trust Agreement.
767
+  
768
+ In accordance with the terms of the Trust Agreement, we hereby authorize you to
769
+ commence to liquidate all of the assets of the Trust Account, and to transfer
770
+ the proceeds into the trust operating account at J.P. Morgan Chase Bank, N.A. to
771
+ the effect that, on the Consummation Date, all of the funds held in the Trust
772
+ Account will be immediately available for transfer to the account or accounts
773
+ that the Representative (with respect to the Deferred Discount) and the Company
774
+ shall direct on the Consummation Date. It is acknowledged and agreed that while
775
+ the funds are on deposit in said trust operating account at J.P. Morgan Chase
776
+ Bank, N.A. awaiting distribution, neither the Company nor the Representative
777
+ will earn any interest or dividends.
778
+  
779
+ On the Consummation Date (i) counsel for the Company shall deliver to you
780
+ written notification that the Business Combination has been consummated, or will
781
+ be consummated substantially concurrently with your transfer of funds to the
782
+ accounts as directed by the Company (the “Notification”), and (ii) the Company
783
+ shall deliver to you (a) a certificate by the Chief Executive Officer, Chief
784
+ Financial Officer or other authorized officer of the Company, which verifies
785
+ that the Business Combination has been approved by a vote of the Company’s
786
+ shareholders, if a vote is held and (b) joint written instruction signed by the
787
+ Company and the Representative with respect to the transfer of the funds held in
788
+ the Trust Account, including payment of the Deferred Discount from the Trust
789
+ Account (the “Instruction Letter”). You are hereby directed and authorized to
790
+ transfer the funds held in the Trust Account immediately upon your receipt of
791
+ the Notification and the Instruction Letter, in accordance with the terms of the
792
+ Instruction Letter. In the event that certain deposits held in the Trust Account
793
+ may not be liquidated by the Consummation Date without penalty, you will notify
794
+ the Company in writing of the same and the Company shall direct you as to
795
+ whether such funds should remain in the Trust Account and be distributed after
796
+ the Consummation Date to the Company. Upon the distribution of all the funds,
797
+ net of any payments necessary for reasonable unreimbursed expenses related to
798
+ liquidating the Trust Account, your obligations under the Trust Agreement shall
799
+ be terminated.
800
+  
801
+ In the event that the Business Combination is not consummated on the
802
+ Consummation Date described in the notice thereof and we have not notified you
803
+ on or before the original Consummation Date of a new Consummation Date, then
804
+ upon receipt by the Trustee of written instructions from the Company, the funds
805
+ held in the Trust Account shall be reinvested as provided in Section 1(c) of the
806
+ Trust Agreement on the business day immediately following the Consummation Date
807
+ as set forth in such notice as soon thereafter as possible.
808
+
809
+
810
+
811
+ --------------------------------------------------------------------------------
812
+
813
+  
814
+ Very truly yours,
815
+      
816
+ Altimeter Growth Corp.
817
+        
818
+ By:
819
+    
820
+ Name:
821
+    
822
+ Title:
823
+  
824
+
825
+
826
+
827
+ cc:
828
+ Citigroup Global Markets Inc.
829
+    
830
+ Goldman Sachs & Co. LLC
831
+    
832
+ Morgan Stanley &Co. LLC
833
+  
834
+
835
+
836
+
837
+
838
+ --------------------------------------------------------------------------------
839
+
840
+ EXHIBIT B
841
+  
842
+ [Letterhead of Company]
843
+  
844
+ [Insert date]
845
+  
846
+ Continental Stock Transfer & Trust Company
847
+ 1 State Street, 30th Floor
848
+ New York, New York 10004
849
+ Attn: Francis Wolf & Celeste Gonzalez
850
+  
851
+ Re: Trust Account - Termination Letter
852
+  
853
+ Ladies and Gentlemen:
854
+  
855
+ Pursuant to Section 1(i) of the Investment Management Trust Agreement between
856
+ Altimeter Growth Corp. (the “Company”) and Continental Stock Transfer & Trust
857
+ Company (the “Trustee”), dated as of October [•], 2020 (the “Trust Agreement”),
858
+ this is to advise you that the Company has been unable to effect a business
859
+ combination with a Target Business (the “Business Combination”) within the time
860
+ frame specified in the Company’s Amended and Restated Memorandum and Articles of
861
+ Association, as described in the Company’s Prospectus relating to the Offering.
862
+ Capitalized terms used but not defined herein shall have the meanings set forth
863
+ in the Trust Agreement.
864
+  
865
+ In accordance with the terms of the Trust Agreement, we hereby authorize you to
866
+ liquidate all of the assets in the Trust Account and to transfer the total
867
+ proceeds into the trust operating account at J.P. Morgan Chase Bank, N.A. to
868
+ await distribution to the Public Shareholders. The Company has selected
869
+ __________ as the effective date for the purpose of determining the Public
870
+ Shareholders that will be entitled to receive their share of the liquidation
871
+ proceeds. It is acknowledged that no interest will be earned by the Company on
872
+ the liquidation proceeds while on deposit in the trust operating account You
873
+ agree to be the Paying Agent of record and, in your separate capacity as Paying
874
+ Agent, agree to distribute said funds directly to the Company’s Public
875
+ Shareholders in accordance with the terms of the Trust Agreement and the Amended
876
+ and Restated Memorandum and Articles of Association of the Company. Upon the
877
+ distribution of all the funds, net of any payments necessary for reasonable
878
+ unreimbursed expenses related to liquidating the Trust Account, your obligations
879
+ under the Trust Agreement shall be terminated, except to the extent otherwise
880
+ provided in Section 1(j) of the Trust Agreement.
881
+  
882
+
883
+  
884
+ Very truly yours,
885
+      
886
+ Altimeter Growth Corp.
887
+        
888
+ By:
889
+    
890
+ Name:
891
+    
892
+ Title:
893
+  
894
+
895
+
896
+
897
+ cc:
898
+ Citigroup Global Markets Inc.
899
+    
900
+ Goldman Sachs & Co. LLC
901
+    
902
+ Morgan Stanley &Co. LLC
903
+  
904
+
905
+
906
+
907
+
908
+ --------------------------------------------------------------------------------
909
+
910
+ EXHIBIT C
911
+  
912
+ [Letterhead of Company]
913
+  
914
+ [Insert date]
915
+  
916
+ Continental Stock Transfer & Trust Company
917
+ 1 State Street, 30th Floor
918
+ New York, New York 10004
919
+ Attn: Francis Wolf & Celeste Gonzalez
920
+  
921
+ Re: Trust Account - Tax Payment Withdrawal Instruction
922
+  
923
+ Dear Mr. Wolf and Ms. Gonzalez:
924
+  
925
+ Pursuant to Section 1(j) of the Investment Management Trust Agreement between
926
+ Altimeter Growth Corp. (the “Company”) and Continental Stock Transfer & Trust
927
+ Company (the “Trustee”), dated as of October [•], 2020 (the “Trust Agreement”),
928
+ the Company hereby requests that you deliver to the Company $___________ of the
929
+ interest income earned on the Property as of the date hereof. Capitalized terms
930
+ used but not defined herein shall have the meanings set forth in the Trust
931
+ Agreement.
932
+  
933
+ The Company needs such funds to pay for the tax obligations as set forth on the
934
+ attached tax return or tax statement. In accordance with the terms of the Trust
935
+ Agreement, you are hereby directed and authorized to transfer (via wire
936
+ transfer) such funds promptly upon your receipt of this letter to the Company’s
937
+ operating account at:
938
+  
939
+ [WIRE INSTRUCTION INFORMATION]
940
+  
941
+
942
+  
943
+ Very truly yours,
944
+      
945
+ Altimeter Growth Corp.
946
+        
947
+ By:
948
+    
949
+ Name:
950
+    
951
+ Title:
952
+  
953
+
954
+
955
+
956
+ cc:
957
+ Citigroup Global Markets Inc.
958
+    
959
+ Goldman Sachs & Co. LLC
960
+    
961
+ Morgan Stanley &Co. LLC
962
+  
963
+
964
+
965
+
966
+
967
+ --------------------------------------------------------------------------------
968
+
969
+ EXHIBIT D
970
+  
971
+ [Letterhead of Company]
972
+  
973
+ [Insert date]
974
+  
975
+ Continental Stock Transfer & Trust Company
976
+ 1 State Street, 30th Floor
977
+ New York, New York 10004
978
+ Attn: Francis Wolf & Celeste Gonzalez
979
+  
980
+ Re: Trust Account  -. Shareholder Redemption Withdrawal Instruction
981
+  
982
+ Dear Mr. Wolf and Ms. Gonzalez:
983
+  
984
+ Pursuant to Section 1(k) of the Investment Management Trust Agreement between
985
+ Altimeter Growth Corp. (the “Company”) and Continental Stock Transfer & Trust
986
+ Company (the “Trustee”), dated as of October [•], 2020 (the “Trust Agreement”),
987
+ the Company hereby requests that you deliver to the Company’s shareholders
988
+ $___________ of the principal and interest income earned on the Property as of
989
+ the date hereof. Capitalized terms used but not defined herein shall have the
990
+ meanings set forth in the Trust Agreement.
991
+  
992
+ Pursuant to Section 1(k) of the Trust Agreement, this is to advise you that the
993
+ Company has sought an Amendment. Accordingly, in accordance with the terms of
994
+ the Trust Agreement, we hereby authorize you to liquidate a sufficient portion
995
+ of the Trust Account and to transfer $[•] of the proceeds of the Trust Account
996
+ to the trust operating account at J.P. Morgan Chase Bank, N.A. for distribution
997
+ to the shareholders that have requested redemption of their shares in connection
998
+ with such Amendment.
999
+  
1000
+
1001
+  
1002
+ Very truly yours,
1003
+      
1004
+ Altimeter Growth Corp.
1005
+        
1006
+ By:
1007
+    
1008
+ Name:
1009
+    
1010
+ Title:
1011
+  
1012
+
1013
+
1014
+
1015
+ cc:
1016
+ Citigroup Global Markets Inc.
1017
+    
1018
+ Goldman Sachs & Co. LLC
1019
+    
1020
+ Morgan Stanley &Co. LLC
1021
+  
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+ --------------------------------------------------------------------------------"""]).launch(share=True)
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ pandas==1.3.5
2
+ tensorflow==2.8.2
3
+ spacy==3.3.1
4
+ nltk==3.7
5
+ numpy==1.21.6
6
+ transformers==4.20.1