-
Notifications
You must be signed in to change notification settings - Fork 4
/
banktransfer.html
188 lines (161 loc) · 6.06 KB
/
banktransfer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Donate to the OpenBSD Foundation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 20px;
padding-bottom: 40px;
}
/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 800px;
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
margin: 20px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 72px;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 60px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="ico/favicon.ico">
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li><a href="index.html">Home</a></li>
<li><a href="foundation/bylaws.html">Our Bylaws</a></li>
<li><a href="donations.html">Donations</a></li>
<li><a href="activities.html">Activities</a></li>
<li><a href="contributors.html">Contributors</a></li>
<li><a href="membership.html">Membership</a></li>
</ul>
<h3 class="muted">The OpenBSD Foundation</h3>
<hr>
</div>
<div class="marketing">
<h4>Bank Transfer to the OpenBSD Foundation</h4><p>
<P> Donating to the Foundation by bank transfer is very possible. The procedure
may vary according to where in the world you are sending funds from. The
information below is provided to us by our bank, which is the Canadian Imperial Bank of Commerce (CIBC). It is hoped that you can show this page to your bank to make this process easy for you.
<BR><B>IMPORTANT NOTE</B>: Bank transfers are generally a subject of a hefty fee imposed by our bank, so unless you are planning to transfer more than a couple of hundred of dollars, you are better off using the other donation methods.
<P>
<b>The OpenBSD Foundation mailing address:</b><br>
The OpenBSD Foundation<br>
8101 160 Street<br>
Edmonton, Alberta, Canada<br>
T5R 2G9<br>
<hr>
<H4> From Most Places In the World</H4>
From most places around the world, The following information should allow your bank to send funds to us:
<tt><pre>
Bank: Canadian Imperial Bank Of Commerce (CIBC)
Branch Address: Canadian Imperial Bank of Commerce
15630-87 Avenue
Edmonton, Alberta
Canada, T5R 5W9
CIBC SWIFT Code: CIBCCATT
CIBC Institution Number (Bank Number): 010
Transit Number (Branch Transit Number): 06069
Account Number: 9113711
Name on Account: The OpenBSD Foundation
</tt></pre>
<P>
Our bank advises on their web page that if the above numbers have less
than the required number of digits to place zeros in front of the numbers
to the correct number of digits required.
<P>Some financial institutions may want a single Routing Number which may be used as:
<tt><pre>
Routing Number: 001006069
</pre></tt>
Or alternatively:
<tt><pre>
//CC001006069
</pre></tt>
<HR>
<H4> From The United States of America </H4>
If your bank is in the USA, many USA banks can use the SWIFT information above. However, Our bank advises us that other USA banks can transfer using the following information:
<tt><pre>
Bank: Canadian Imperial Bank Of Commerce (CIBC)
Branch Address: Canadian Imperial Bank of Commerce
15630-87 Avenue
Edmonton, Alberta
Canada, T5R 5W9
Transit Number (Branch Transit Number): 06069
Account Number: 9113711
Name on Account: The OpenBSD Foundation
</pre></tt>
Plus the following information:
<tt><pre>
Pay by CHIPS to: Wells Fargo Bank, N.A., New York, NY, USA
BIC: PNBPUS3NNYC
CHIPS: 0509
CIBC's CHIPs UID: 015035
Pay by FEDWIRE to: Wells Fargo Bank, N.A., New York, NY, USA
BIC: PNBPUS3NNYC
ABA or Routing Number: 026005092
</pre></tt>
Beneficiary's bank:
<br>
<tt><pre>
CIBC
</pre></tt>
Some financial institutions specifically require information in the format
<tt><pre>
//CC001006069
</tt></pre>
where 010 is CIBC's institution number and the last 5 digits are our branch transit number
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap-transition.js"></script>
<script src="js/bootstrap-alert.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/bootstrap-popover.js"></script>
<script src="js/bootstrap-button.js"></script>
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-carousel.js"></script>
<script src="js/bootstrap-typeahead.js"></script>
</body>
</html>