forked from MakoLab/schema-financial-doc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
financial.html
708 lines (607 loc) · 50.8 KB
/
financial.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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Markup for Banks and Financial Institutions - schema.org</title>
<meta name="description" content="Schema.org is a set of extensible schemas that enables webmasters to embed structured data on their web pages for use by search engines and other applications." />
<link rel="stylesheet" type="text/css" href="css/schemaorg.css" />
<link href="css/prettify.css" type="text/css" rel="stylesheet" />
<script async="" src="js/async-ads.js"></script>
<script type="text/javascript" src="js/prettify.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
prettyPrint();
setTimeout(function() {
$('.atn').each(function(i) {
if (($(this).text() == 'itemscope') || ($(this).text() == 'itemtype') || ($(this).text() == 'itemprop') || ($(this).text() == 'itemid') || ($(this).text() == 'time') || ($(this).text() == 'datetime') || ($(this).text() == 'vocab') || ($(this).text() == 'property') || ($(this).text() == 'typeOf') || ($(this).text() == 'rel'))
$(this).addClass('custom');
});
}, 500);
});
</script>
<style>
.tag { color: #000; } /* div, span, etc */
.atn { color: #000; } /* href, datetime, */
.custom { color: #660003; } /* itemscope, itemtype, etc,. */
</style>
<style type="text/css">.gscb_a{display:inline-block;font:27px/13px arial,sans-serif}.gsst_a .gscb_a{color:#a1b9ed;cursor:pointer}.gsst_a:hover .gscb_a,.gsst_a:focus .gscb_a{color:#36c}.gsst_a{display:inline-block}.gsst_a{cursor:pointer;padding:0 4px}.gsst_a:hover{text-decoration:none!important}.gsst_b{font-size:16px;padding:0 2px;position:relative;user-select:none;-moz-user-select:none;white-space:nowrap}.gsst_e{opacity:0.55;}.gsst_a:hover .gsst_e,.gsst_a:focus .gsst_e{opacity:0.72;}.gsst_a:active .gsst_e{opacity:1;}.gsst_f{background:white;text-align:left}.gsst_g{background-color:white;border:1px solid #ccc;border-top-color:#d9d9d9;box-shadow:0 2px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);margin:-1px -3px;padding:0 6px}.gsst_h{background-color:white;height:1px;margin-bottom:-1px;position:relative;top:-1px}.gsib_a{width:100%;padding:4px 6px 0}.gsib_a,.gsib_b{vertical-align:top}.gssb_c{border:0;position:absolute;z-index:989}.gssb_e{border:1px solid #ccc;border-top-color:#d9d9d9;box-shadow:0 2px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);cursor:default}.gssb_f{visibility:hidden;white-space:nowrap}.gssb_k{border:0;display:block;position:absolute;top:0;z-index:988}.gsdd_a{border:none!important}.gscsep_a{display:none}.gsq_a{padding:0}.gssb_a{padding:0 7px}.gssb_a,.gssb_a td{white-space:nowrap;overflow:hidden;line-height:22px}#gssb_b{font-size:11px;color:#36c;text-decoration:none}#gssb_b:hover{font-size:11px;color:#36c;text-decoration:underline}.gssb_g{text-align:center;padding:8px 0 7px;position:relative}.gssb_h{font-size:15px;height:28px;margin:0.2em}.gssb_i{background:#eee}.gss_ifl{visibility:hidden;padding-left:5px}.gssb_i .gss_ifl{visibility:visible}a.gssb_j{font-size:13px;color:#36c;text-decoration:none;line-height:100%}a.gssb_j:hover{text-decoration:underline}.gssb_l{height:1px;background-color:#e5e5e5}.gssb_m{color:#000;background:#fff}.gsfe_a{border:1px solid #b9b9b9;border-top-color:#a0a0a0;box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);}.gsfe_b{border:1px solid #4d90fe;outline:none;box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);-moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);}.gssb_a{padding:0 7px}.gssb_e{border:0}.gssb_l{margin:5px 0}#gsc-i-id1::-webkit-input-placeholder{font-size:14px}#gsc-i-id1:-moz-placeholder{font-size:14px}#gsc-i-id1::-moz-placeholder{font-size:14px}#gsc-i-id1:-ms-input-placeholder{font-size:14px}#gsc-i-id1:focus::-webkit-input-placeholder{color:transparent}#gsc-i-id1:focus:-moz-placeholder{color:transparent}#gsc-i-id1:focus::-moz-placeholder{color:transparent}#gsc-i-id1:focus:-ms-input-placeholder{color:transparent}.gssb_c .gsc-completion-container{position:static}.gssb_c{z-index:5000}.gsc-completion-container table{background:transparent;font-size:inherit;font-family:inherit}.gssb_c > tbody > tr,.gssb_c > tbody > tr > td,.gssb_d,.gssb_d > tbody > tr,.gssb_d > tbody > tr > td,.gssb_e,.gssb_e > tbody > tr,.gssb_e > tbody > tr > td{padding:0;margin:0;border:0}.gssb_a table,.gssb_a table tr,.gssb_a table tr td{padding:0;margin:0;border:0}</style>
</head>
<body>
<div id="container">
<div id="intro">
<div id="pageHeader">
<div class="wrapper">
<div id="sitename">
<h1>
<a href="http://schema.org/">schema.org</a>
</h1>
</div>
<div id="cse-search-form" style="width: 400px;">
<div class="gsc-control-searchbox-only gsc-control-searchbox-only-en" dir="ltr">
<form class="gsc-search-box" accept-charset="utf-8">
<table class="gsc-search-box" cellspacing="0" cellpadding="0">
<tbody><tr><td class="gsc-input"><input autocomplete="off" size="10" class=" gsc-input" name="search" title="search" id="gsc-i-id1" dir="ltr" spellcheck="false" style="outline: medium none;" type="text"><input name="bgresponse" id="bgresponse" type="hidden"></td><td class="gsc-search-button"><input value="Search" class="gsc-search-button" title="search" type="button"></td><td class="gsc-clear-button"><div class="gsc-clear-button" title="clear results"> </div></td></tr></tbody></table><table class="gsc-branding" cellspacing="0" cellpadding="0"><tbody><tr style="display: none;"><td class="gsc-branding-user-defined"></td><td class="gsc-branding-text"><div class="gsc-branding-text">powered by</div></td><td class="gsc-branding-img"><img src="Markup%20for%20Hotels%20-%20schema.org_files/googlelogo_grey_46x15dp.png" class="gsc-branding-img" srcset="https://www.google.com/cse/static/images/2x/googlelogo_grey_46x15dp.png 2x"></td></tr></tbody>
</table>
</form>
</div>
</div>
<script type="text/javascript" src="Markup%20for%20Hotels%20-%20schema.org_files/jsapi"></script>
<script type="text/javascript">
google.load('search', '1', {language : 'en', style : google.loader.themes.ESPRESSO});
google.setOnLoadCallback(function() {
var customSearchControl = new google.search.CustomSearchControl('013516846811604855281:nj5laplixaa');
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
var options = new google.search.DrawOptions();
options.enableSearchboxOnly("../docs/search_results.html", null, false, '#');
customSearchControl.draw('cse-search-form', options);
}, true);
</script>
<script src="js/a" type="text/javascript"></script>
<link href="css/defaulten.css" type="text/css" rel="stylesheet" />
<link href="css/espresso.css" type="text/css" rel="stylesheet" />
<script src="js/defaulten.js" type="text/javascript"></script>
</div>
</div>
</div>
</div>
<div id="selectionbar">
<div class="wrapper">
<ul>
<li class="activelink">
<a href="http://schema.org/docs/documents.html">Documentation</a>
</li>
<li>
<a href="http://schema.org/docs/schemas.html">Schemas</a>
</li>
<li>
<a href="http://schema.org/">Home</a>
</li>
</ul>
</div>
</div>
<div style="padding: 14px; float: right;" id="languagebox"></div>
<div id="mainContent">
<h1>Markup for Banks and Financial Institutions</h1>
<h2>Introduction</h2>
<p>
This page provides background information on the use of schema.org for marking up banks and their products. For more information and for communication with the community behind the project, please refer to <a href="http://w3.org/community/fibo/">http://w3.org/community/fibo/</a>.
</p>
<p>
This work has its roots in the Financial Industry Business Ontology project (see <a href="http://www.fibo.org/schema">http://www.fibo.org/schema</a> for details). Many class and property definitions are inspired, based on, or aligned with <a href="http://www.fibo.org">http://www.fibo.org</a>.
</p>
<h2 id="overview">Overview</h2>
<p>
The financial extension of schema.org refers to the most important real world objects related to banks and financial institutions. There are three major classes of the objects reflected in the extension:
</p>
<ul>
<li>A bank and its identification mechanism</li>
<li>A financial product</li>
<li>An offer to the client</li>
</ul>
<p>
In the selection of types and properties for each of the class of objects, the extension authors (see "Acknowledgments") were motivated by the principles of simplicity and practicality. 'Simplicity' led to an extremely small set of terms, resulting in a lean extension, whilst 'practicality' limited the scope of terms to reflect the most important objects, as seen from the retail banking perspective.
</p>
<p>
The principles of 'Occam’s Razor' dictated the focus on terms, reflecting the general consumer preferences observed from the perspective of their searches and typical digital financial activities.
</p>
<p>
Some of the types and properties that reflect these objects, that describe their features, were already defined in schema.org almost from its beginning. Others have entered into life in the "core" vocabulary in <a href="https://www.w3.org/community/fibo/2016/05/17/we-are-in-schema-org-3-0">May 2016</a> with the publication of schema.org v3.0, and the totality of the terms was made available in March 2017 with the publication of schema.org v3.2. Until the dedicated financial extension is published in the near future, most of these terms are now "located" in <a href="http://pending.schema.org">http://pending.schema.org</a>. Following the rules of schema.org extensions, they enjoy the canonicity of the schema.org main namespace.
</p>
<p>
Despite their various origins, in this page we treat them all equally using the umbrella term "financial extension". As all of them exist in the common shared schema.org namespace, from a practical perspective it is irrelevant how they entered into existence.
</p>
<p>
There is no doubt that the extension in the current form may not satisfy all the needs of the banks and other financial institutions. However, it creates a framework that can be utilised now and can bring huge benefits despite its small footprint.
</p>
<p>
The authors of this project are committed to the future development of the financial "face" of the schema.org vocabulary. This will include both the addition and amendment of the most important types and properties to the schema.org core, to the hosted extension and also to the future "external" financial extensions to schema.org that need not be limited by the minimalism of the earlier "lean" approach.
</p>
<h2>The conceptual map and the hierarchy of the financial extension</h2>
<p>
The following diagrams present the conceptual map of the extension. As it was explained before, the map contains elements from both the schema.org "core" and the actual financial extension (at the moment of writing this was placed in pending.schema.org):
</p>
<img alt="Mind Map for schema.org financial extension" src="img/1.png" title="Mind Map for schema.org financial extension" border="0" onload="this.width *= 0.55;" />
<img alt="Mind Map for schema.org financial extension" src="img/2.png" title="Mind Map for schema.org financial extension" border="0" onload="this.width *= 0.55;" />
<p>
The banks are identified by their LEI (Legal Entity Identifier) code: <a href="http://schema.org/leiCode">leiCode</a> (upper diagram above) and terms that were already present in schema.org (see "Basic Models" below).
</p>
<p>
The majority of terms in the extension allow for the description of financial products and their features (lower diagram above), reflecting the primary focus of the extension on the "retail view" of the financial industry.
</p>
<p>
There are also auxiliary terms that help in the description of offers from banks ("<a href="http://schema.org/ExchangeRateSpecification">ExchangeRateSpecification</a>", "<a href="http://schema.org/RepaymentSpecification">RepaymentSpecification</a>").
</p>
<h2>The complete hierarchy of all terms in the financial extension</h2>
<p>
All of the extension terms are depicted in <span style="color:red">red</span>. The branches already defined in the schema.org are depicted in <span style="color:gray">gray</a>.
</p>
<h3>Types:</h3>
<ul>
<li>
<a style="color:gray" href="http://pending.schema.org/Thing">Thing</a>
<ul>
<li>
<a style="color:gray" href="http://pending.schema.org/Action">Action</a>
<ul>
<li>
<a style="color:gray" href="http://pending.schema.org/TransferAction">TransferAction</a>
<ul>
<li>
<a href="http://pending.schema.org/MoneyTransfer">MoneyTransfer</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a style="color:gray" href="http://pending.schema.org/Intangible">Intangible</a>
<ul>
<li>
<a style="color:gray" href="http://pending.schema.org/Service">Service</a>
</li>
<ul>
<li>
<a href="http://pending.schema.org/FinancialProduct">FinancialProduct</a>
<ul>
<li>
<a href="http://pending.schema.org/BankAccount">BankAccount</a>
<ul>
<li>
<a href="http://pending.schema.org/DepositAccount">DepositAccount</a>
</li>
</ul>
</li>
<li>
<a href="http://pending.schema.org/CurrencyConversionService">CurrencyConversionService</a>
</li>
<li>
<a href="http://pending.schema.org/InvestmentOrDeposit">InvestmentOrDeposit</a>
<ul>
<li>
<a href="http://pending.schema.org/BrokerageAccount">BrokerageAccount </a>
</li>
<li>
<a href="http://pending.schema.org/DepositAccount">DepositAccount</a>
</li>
<li>
<a href="http://pending.schema.org/InvestmentFund">InvestmentFund</a>
</li>
</ul>
</li>
<li>
<a href="http://pending.schema.org/LoanOrCredit">LoanOrCredit</a>
<ul>
<li>
<a href="http://pending.schema.org/CreditCard">CreditCard</a>
</li>
<li>
<a href="http://pending.schema.org/MortgageLoan">MortgageLoan</a>
</li>
</ul>
</li>
<li>
<a href="http://pending.schema.org/PaymentCard">PaymentCard</a>
<ul>
<li>
<a href="http://pending.schema.org/CreditCard">CreditCard</a
</li>
</ul>
</li>
<li>
<a href="http://pending.schema.org/PaymentService">PaymentService</a>
</li>
</ul>
</li>
<li>
<a style="color:gray" href="http://pending.schema.org/StructuredValue">StructuredValue</a>
<ul>
<li>
<a href="http://pending.schema.org/ExchangeRateSpecification">ExchangeRateSpecification</a>
</li>
<li>
<a href="http://pending.schema.org/MonetaryAmount">MonetaryAmount</a>
</li>
<li>
<a href="http://pending.schema.org/RepaymentSpecification">RepaymentSpecification</a>
</li>
</ul>
</li>
</ul>
</ul>
</li>
</ul>
</li>
</ul>
<h3>Properties:</h3>
<ul>
<li>
<a style="color:gray" href="http://pending.schema.org/Thing">Thing</a>
<ul>
<li>
<a style="color:gray" href="http://pending.schema.org/Property">Property</a>
<ul>
<li>
<a href="http://pending.schema.org/annualPercentageRate">annualPercentageRate</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/feesAndCommissionsSpecification">feesAndCommissionsSpecification</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/interestRate">interestRate</a>
</li>
<li>
<a style="color:gray" href="http://pending.schema.org/identifier">identifier</a>
<ul>
<li>
<a style="color:red" href="http://pending.schema.org/leiCode">leiCode</a>
</li>
</ul>
</li>
<li>
<a style="color:gray" href="http://pending.schema.org/duration">duration</a>
<ul>
<li>
<a style="color:red" href="http://pending.schema.org/loanTerm">loanTerm</a>
</li>
</ul>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/requiredCollateral">requiredCollateral</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/accountMinimumInflow">accountMinimumInflow</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/accountOverdraftLimit">accountOverdraftLimit</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/amount">amount</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/bankAccountType">bankAccountType</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/beneficiaryBank">beneficiaryBank</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/cashBack">cashBack</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/contactlessPayment">contactlessPayment</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/currency">currency</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/currentExchangeRate">currentExchangeRate</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/domiciledMortgage">domiciledMortgage</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/downPayment">downPayment</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/earlyPrepaymentPenalty">earlyPrepaymentPenalty</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/exchangeRate">exchangeRate</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/exchangeRateSpread">exchangeRateSpread</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/floorLimit">floorLimit</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/gracePeriod">gracePeriod</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/loanMortgageMandateAmount">loanMortgageMandateAmount</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/loanPaymentAmount">loanPaymentAmount</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/loanPaymentFrequency">loanPaymentFrequency</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/loanRepaymentForm">loanRepaymentForm</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/loanType">loanType</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/monthlyMinimumRepaymentAmount">monthlyMinimumRepaymentAmount</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/numberOfLoanPayments">numberOfLoanPayments</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/recourseLoan">recourseLoan</a>
</li>
<li>
<a style="color:red" href="http://pending.schema.org/renegotiableLoan">renegotiableLoan</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>The basic models of the financial objects</h2>
<p>The diagram below illustrates the basic pattern for the description of the main classes of the financial objects of interest.</p>
<h3>A bank</h3>
<img alt="The pattern for the description of the ‘BankOrCreditUnion’ object by the financial extension to schema.org" src="img/3.png" title="The pattern for the description of the ‘BankOrCreditUnion’ object by the financial extension to schema.org" border="0" width="100%" />
<p>
The main type for the description of Banks and Credit Unions, <a href="http://schema.org/BankOrCreditUnion">BankOrCreditUnion</a> is a subclass of the following sequence of schema.org classes: <a href="http://schema.org/FinancialService">FinancialService</a> -> <a href="http://schema.org/LocalBusiness">LocalBusiness</a> -> (<a href="http://schema.org/Organization">Organization</a> and <a href="http://schema.org/Place">Place</a>). The institution can be identified by the following schema.org properties: <a href="http://schema.org/name">name</a>, <a href="http://schema.org/contactPoint">contactPoint</a>, <a href="http://schema.org/address">address</a> and the website <a href="http://schema.org/url">url</a>. The extension adds the fundamental global identifier of the financial institution: <a href="http://schema.org/leiCode">leiCode</a>: Legal Entity Identifier (the alphanumeric code or LEI URI) .
</p>
<h3>A financial product</h3>
<img alt="The pattern for the description of the ‘Financial product’ by the financial extension to schema.org" src="img/4.png" title="The pattern for the description of the ‘Financial product’ by the financial extension to schema.org" border="0" width="100%" />
<p>
The top ‘type’ for the description of the financial products, <a href="http://schema.org/FinancialProduct">FinancialProduct</a>, (which is a subclass of schema.org <a href="http://schema.org/Service">Service</a> type) is sub-classed by the most important specific products: <a href="http://schema.org/BankAccount">BankAccount</a>, <a href="http://schema.org/PaymentCard">PaymentCard</a>, <a href="http://schema.org/LoanOrCredit">LoanOrCredit</a>, <a href="http://schema.org/InvestmentOrDeposit">InvestmentOrDeposit</a>, <a href="http://schema.org/PaymentService">PaymentService</a> and <a href="http://schema.org/CurrencyConversionService">CurrencyConversionService</a>.
</p>
<p>
Examples of the specific products are illustrated in the following diagrams:
</p>
<img alt="The pattern for the description of the ‘Deposit Account’ by the financial extension to schema.org" src="img/5.png" title="The pattern for the description of the ‘Deposit Account’ by the financial extension to schema.org" border="0" width="100%" />
<p>
In this example, the <a href="http://schema.org/DepositAccount">DepositAccount</a> (sub-class of the sequence of <a href="http://schema.org/InvestmentOrDeposit">InvestmentOrDeposit</a> -> <a href="http://schema.org/FinancialProduct">FinancialProduct<a>) is described through the following properties: <a href="http://schema.org/amount">amount</a>, <a href="http://schema.org/interestRate">interestRate</a>, <a href="http://schema.org/provider">provider</a> and <a href="http://schema.org/availableChannel">availableChannel</a>.
</p>
<img alt="The pattern for the description of the ‘Mortgage Loan’ by the financial extension to schema.org" src="img/6.png" title="The pattern for the description of the ‘Mortgage Loan’ by the financial extension to schema.org" border="0" width="100%" />
<p>
In this example, the <a href="http://schema.org/MortgageLoan">MortgageLoan</a> (sub-class of the sequence of <a href="http://schema.org/LoanOrCredit">LoanOrCredit</a> -> <a href="http://schema.org/FinancialProduct">FinancialProduct</a>) is described through the following properties: <a href="http://schema.org/amount">amount</a>, <a href="http://schema.org/interestRate">interestRate</a>, <a href="http://schema.org/annualPercentageRate">annualPercentageRate</a (representing APR), <a href="http://schema.org/loanTerm">loanTerm</a> and <a href="http://schema.org/loanRepaymentForm">loanRepaymentForm</a>.
</p>
<h3>An offer</h3>
<p>
For the majority of the financial products, we enter into an area of schema.org relevant to commercial offers and other related terms coming from the GoodRelations Vocabulary for e-commerce:
</p>
<img alt="The pattern for the description of the ‘Payment Service’ by the financial extension to schema.org" src="img/7.png" title="The pattern for the description of the ‘Payment Service’ by the financial extension to schema.org" border="0" width="100%" />
<p>
In this example, the type <a href="http://schema.org/Offer">Offer</a> is used to describe <a href="http://schema.org/PaymentService">PaymentService</a> (a sub-class of <a href="http://schema.org/FinancialProduct">FinancialProduct</a>) as a service offered to the client. The service can be properly named (<a href="http://schema.org/name">name</a>) and the offered price is expressed through <a href="http://schema.org/PriceSpecification">PriceSpecification</a> allowing for the specification of the price (<a href="http://schema.org/price">price</a>) itself, the currency (<a href="http://schema.org/priceCurrency">priceCurrency</a>) and the quantity (<a href="http://schema.org/eligibleQuantity">eligibleQuantity</a>).
</p>
<p>
In another popular example, a payment card (<a href="http://schema.org/PaymentCard">PaymentCard</a>) (sub-classed from both <a href="http://schema.org/PaymentMethod">PaymentMethod</a> and <a href="http://schema.org/FinancialProduct">FinancialProduct</a>) can be properly named (<a href="http://schema.org/name">name</a>) and offered to the client using an element of the type <a href="http://schema.org/Offer">Offer</a>, allowing for expression of the offeror (<a href="http://schema.org/offeredBy">offeredBy</a>) and its actual function (<a href="http://schema.org/BusinessFunction">BusinessFunction</a>).
</p>
<img alt="The pattern for the description of the ‘Payment Card’ by the financial extension to schema.org" src="img/8.png" title="The pattern for the description of the ‘Payment Card’ by the financial extension to schema.org" border="0" width="100%" />
<h2>Usage Examples</h2>
<p>
In this section of the document we present several examples of the use of the schema.org mark-up in the HTML pages. There are examples for: <a href="http://schema.org/BrokerageAccount">BrokerageAccount</a>, <a href="http://schema.org/InvestmentFund">InvestmentFund</a>, <a href="http://schema.org/MortgageLoan">MortgageLoan</a>, <a href="http://schema.org/RepaymentSpecification">RepaymentSpecification</a>, <a href="http://schema.org/ExchangeRateSpecification">ExchangeRateSpecification</a>, <a href="http://schema.org/CreditCard">CreditCard</a> and <a href="http://schema.org/BankTransfer">BankTransfer</a>.
</p>
<p>
The first example (<A href="http://schema.org/BrokerageAccount">BrokerageAccount</a>) is illustrated by a hypothetical pre-mark-up code and the mark-up in the three acceptable formats: Microdata, RDFa and JSON-LD. The remaining examples are illustrated only by JSON-LD code.
</p>
<h3>BrokerageAccount</h3>
<p>
This example describes a typical Brokerage Account that allows an investor to deposit funds and place investment orders with a licensed broker or brokerage firm. The account is identified by its name and description. The specific data about it is expressed by the minimum account amount (minAmount), its basic currency (<a href="http://schema.org/currency">currency</a>), a specification of fees and commissions (<a href="http://schema.org/feesAndCommissionsSpecification">feesAndCommissionsSpecification</a>) and the available access channels (<a href="http://schema.org/availableChannel">availableChannel</a>):
</p>
<p>
PRE-MARKUP:
<pre class="">
<div>
<h1>ExampleBank® 1st Brokerage Account</h1>
<p>Our popular brokerage account lets you invest in everything from stocks and bonds to mutual funds, ETFs, and more. Take advantage of all our research and tools, expert insight, and investment guidance to support your investing decisions.</p>
<p>Ability to manage your money and deposits from anywhere using <a href="http://www.examplebank.com/public/investing/pricing_services/mobile/android">EB Mobile</a></p>
<p>$1,000 minimum investment to open an accouent</p>
<p>No fees to open or maintain an account. Other account fees, fund expenses, and brokerage commissions may apply. Commissions: $8.95 per online equity trade; commission-free ExampleBank® ETF online trades in your ExampleBank® account</p>
</div>
</pre>
</p>
<p>
MICRODATA:
<pre class="">
<div itemscope itemtype="http://schema.org/BrokerageAccount">
<h1 itemprop="name">ExampleBank® 1st Brokerage Account</h1>
<p itemprop="description">Our popular brokerage account lets you invest in everything from stocks and bonds to mutual funds, ETFs, and more. Take advantage of all our research and tools, expert insight, and investment guidance to support your investing decisions.</p>
<p itemprop="availableChannel" itemscope itemtype="http://schema.org/ServiceChannel">Ability to manage your money and deposits from anywhere using <a itemprop="serviceMobileApp" href="http://http://www.examplebank.com/public/investing/pricing_services/mobile/android">ExampleBank® Mobile</a></p>
<p itemprop="amount" itemscope itemtype="http://schema.org/MonetaryAmount"><span itemprop="currency" content="USD">$</span><span itemprop="minAmount" content="1000">1,000</span> minimum investment to open an account</p>
<p itemprop="feesAndCommissionsSpecification">No fees to open or maintain an account. Other account fees, fund expenses, and brokerage commissions may apply. Commissions: $8.95 per online equity trade; commission-free ExampleBank® ETF online trades in your ExampleBank® account</p>
</div>
</pre>
</p>
<p>
RDFA:
<pre class="">
<div vocab="http://schema.org/" typeof="BrokerageAccount">
<h1 property="name">ExampleBank® 1st Brokerage Account</h1>
<p property="description">Our popular brokerage account lets you invest in everything from stocks and bonds to mutual funds, ETFs, and more. Take advantage of all our research and tools, expert insight, and investment guidance to support your investing decisions.</p>
<p property="availableChannel" typeof="ServiceChannel">Ability to manage your money and deposits from anywhere using <a property="serviceMobileApp" href="http://http://www.examplebank.com/public/investing/pricing_services/mobile/android">ExampleBank® Mobile</a></p>
<p property="amount" typeof="MonetaryAmount"><span property="currency" content="USD">$</span><span property="minAmount" content="1000">1,000</span> minimum investment to open an account</p>
<p property="feesAndCommissionsSpecification">No fees to open or maintain an account. Other account fees, fund expenses, and brokerage commissions may apply. Commissions: $8.95 per online equity trade; commission-free ExampleBank® ETF online trades in your ExampleBank® account</p>
</div>
</pre>
</p>
<p>
JSON-LD:
<pre class="">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BrokerageAccount",
"name": "ExampleBank® 1st Brokerage Account",
"description": "Our popular brokerage account lets you invest in everything from stocks and bonds to mutual funds, ETFs, and more. Take advantage of all our research and tools, expert insight, and investment guidance to support your investing decisions.",
"amount": {
"@type": "MonetaryAmount",
"minAmount": "1000",
"currency": "USD"
},
"feesAndCommissionsSpecification": "No fees to open or maintain an account. Other account fees, fund expenses, and brokerage commissions may apply. Commissions: $8.95 per online equity trade; commission-free ExampleBank® ETF online trades in your ExampleBank® account",
"availableChannel": {
"@type": "ServiceChannel",
"serviceMobileApp": "http://http://www.examplebank.com/public/investing/pricing_services/mobile/android"
}
}
</script>
</pre>
</p>
<h3>InvestmentFund</h3>
<p>
This example illustrates the JSON-LD code snippet supporting a description of an Investment Fund. The fund can be identified by a name and a description. The details of the typical investment can be specified using <a href="http://schema.org/currency">currency</a>, "minAmount", "maxAmount" and <a href="http://schema.org/interestRate">interestRate</a>.
</p>
<p>
JSON-LD:
<pre class="">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "InvestmentFund",
"name": "Guaranteed Interest Fund",
"description": "This type of secure investment grows your money at a guaranteed rate of interest for a fixed period. It is ideal for investors looking for capital security.",
"amount": {
"@type": "MonetaryAmount",
"currency": "USD",
"minAmount": "25000",
"maxAmount": "90000"
},
"interestRate": "1.25"
}
</script>
</pre>
</p>
<h3>MortgageLoan, RepaymentSpecification</h3>
<p>
This example illustrates the JSON-LD code snippet supplementing a description of some Mortgage Loan and its Repayment Specification. The Loan can be identified by its type, name and description. The Loan details are described using: <a href="http://schema.org/amount">amount</a> detailed by its value and the currency, <a href="http://schema.org/loanTerm">loanTerm</a> detailed by the number of years (a <a href="http://schema.org/QuantitativeValue">QuantitativeValue</a> with <a href="http://schema.org/unitCode">unitCode</a> corresponding to an annum), <a href="http://schema.org/interestRate">interestRate</a> and its APR – <a href="http://schema.org/annualPercentageRate">annualPercentageRate</a>.
</p>
<p>
The Repayment Specification is described through its frequency (<a href="http://schema.org/loanPaymentFrequency">loanPaymentFrequency</a>), number of instalments (<a href="http://schema.org/numberOfLoanPayments">numberOfLoanPayments</a>), down payment percentage (<a href="http://schema.org/downPayment">downPayment</a>) and the payment amount (<a href="http://schema.org/loanPaymentAmount">loanPaymentAmount</a>), further detailed by the <a href="http://schema.org/amount">amount</a> and <a href="http://schema.org/currency">currency</a>.
</p>
<p>
JSON-LD:
<pre class="">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebPage",
"name": "Middle exchange rates of foreign currencies – table A",
"mainEntity": {
"@type": "ItemList",
"name": "Table No. 047/A/NBP/2016 of 2016-03-09",
"itemListElement": [
{
"@type": "ExchangeRateSpecification",
"currency":"EUR",
"currentExchangeRate":{
"@type": "UnitPriceSpecification",
"price": "4.3215",
"priceCurrency": "PLN"
}
},
{
"@type": "ExchangeRateSpecification",
"currency":"BRL",
"currentExchangeRate":{
"@type": "UnitPriceSpecification",
"price": "1.0490",
"priceCurrency": "PLN"
}
}
]
}
}
</script>
</pre>
</p>
<h3>CreditCard</h3>
<p>
This example illustrates the use of a JSON-LD code snippet to supplement the description of credit cards. The specific card being described is identified by its name (<a href="http://schema.org/name">name</a>). The details of the offer presented by the card are expressed through: <a href="http://schema.org/annualPercentageRate">annualPercentageRate</a>, <a href="http://schema.org/interestRate">interestRate</a>, a percentage of "<a href="http://pending.schema.org/cashBack">cashback</a>" (if applicable), the card grace period (<a href="http://pending.schema.org/gracePeriod">gracePeriod<a/>) and the flag for the contactless payments (<a href="http://schema.org/contactlessPayment">contactlessPayment</a>). The additional properties, like <a href="http://schema.org/offeredBy">offeredBy</a> allow to indicate the issuer of the card and annual cardholder’s cost of the card (<a href="http://schema.org/price">price</a>) – further detailed by its currency (<a href="http://schema.org/currency">currency</a>) and type ("@type").
</p>
<p>
JSON-LD:
<pre class="">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "CreditCard",
"name": "ExampleBank® Platinum Cashback Credit Card",
"amount": {
"@type": "MonetaryAmount",
"minAmount": "1200",
"currency": "GBP"
},
"offers": {
"@type": "Offer",
"offeredBy": {
"@type": "BankOrCreditUnion",
"name":"ExampleBank"
},
"priceSpecification": {
"@type": "UnitPriceSpecification",
"price": "25",
"priceCurrency": "GBP",
"referenceQuantity": {
"@type": "QuantitativeValue",
"value": "1",
"unitCode": "ANN"
}
}
},
"annualPercentageRate": "28.2",
"interestRate": "22.9",
"cashBack": "1.25",
"gracePeriod": "P45D",
"contactlessPayment": "true"
}
</script>
</pre>
</p>
<h3>BankTransfer</h3>
<p>
This example illustrates the use of a JSON-LD code snippet to describe a requested bank transfer. The goal of the transfer is expressed using its <a href="http://schema.org/name">name</a>. The amount of the transfer is expressed by the <a href="http://schema.org/amount">amount</a> detailed by the actual amount and the currency (<a href="http://schema.org/currency">currency</a>). The transfer beneficiary is indicated by the respective property (<a href="http://schema.org/beneficiaryBank">beneficiaryBank</a>).
</p>
<p>
JSON-LD:
<pre class="">
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "BankTransfer",
"name": "Donate wikimedia.org",
"amount": {
"@type": "MonetaryAmount",
"amount": "30",
"currency": "USD"
},
"beneficiaryBank": "European ExampleBank, London"
}
</script>
</pre>
</p>
<h2 id="acks">Acknowledgments</h2>
<p>
We would like to thank the following individuals: Dominik Kuzinski, Robert Trypuz, Richard Wallis, Adam Lis, Martin Hepp and Piotr Goetzen, coordinated by Mirek Sopek of MakoLab SA for creating the financial extension and this document.
</p>
<p>
The work has been endorsed by EDM Council and its FIBO team coordinated by Dennis Wisnosky and David Newman.
</p>
<p>
The maintenance and proposals for new elements and discussions are coordinated by W3C Community: <a href="https://www.w3.org/community/fibo/">https://www.w3.org/community/fibo/</a>.
</p>
</div>
<div id="footer">
<p>
<a href="http://schema.org/docs/terms.html">Terms and conditions</a>
</p>
</div>
<table style="width: 180px; display: none; top: 51px; left: 1186px; position: absolute;" class="gstl_50 gssb_c" cellspacing="0" cellpadding="0"><tbody><tr><td class="gssb_f"></td><td class="gssb_e" style="width: 100%;"></td></tr></tbody></table>
</body>
</html>