Skip to content

Commit

Permalink
Deploying to gh-pages from @ 65139c0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muecke committed Jul 29, 2024
1 parent 4a48554 commit 150d565
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 3.1.11
pkgdown: 2.1.0
pkgdown_sha: ~
articles: {}
last_built: 2024-07-20T23:06Z
last_built: 2024-07-29T22:22Z
urls:
reference: https://m-muecke.github.io/gleif/reference
article: https://m-muecke.github.io/gleif/articles
4 changes: 2 additions & 2 deletions reference/lei_mapping.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"path":"https://m-muecke.github.io/gleif/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2024 gleif authors Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":"https://m-muecke.github.io/gleif/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Maximilian Mücke. Author, maintainer.","code":""},{"path":"https://m-muecke.github.io/gleif/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Mücke M (2024). gleif: GLEIF API Wrapper. R package version 0.0.1, https://github.com/m-muecke/gleif, https://m-muecke.github.io/gleif.","code":"@Manual{, title = {gleif: GLEIF API Wrapper}, author = {Maximilian Mücke}, year = {2024}, note = {R package version 0.0.1, https://github.com/m-muecke/gleif}, url = {https://m-muecke.github.io/gleif}, }"},{"path":"https://m-muecke.github.io/gleif/index.html","id":"gleif","dir":"","previous_headings":"","what":"GLEIF API Wrapper","title":"GLEIF API Wrapper","text":"gleif minimal R client gleif API. major challenge dealing financial data mapping entities across different data sources. Especially dealing legal entities, Legal Entity Identifier (LEI) can used uniquely identify entities.","code":""},{"path":"https://m-muecke.github.io/gleif/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"GLEIF API Wrapper","text":"can install development version gleif GitHub :","code":"# install.packages(\"pak\") pak::pak(\"m-muecke/gleif\")"},{"path":"https://m-muecke.github.io/gleif/index.html","id":"usage","dir":"","previous_headings":"","what":"Usage","title":"GLEIF API Wrapper","text":"Currently download lei mapping data supported.","code":"library(gleif) mapping <- lei_mapping(\"isin\") mapping #> # A tibble: 7,137,616 × 2 #> lei isin #> <chr> <chr> #> 1 001GPB6A9XPE8XJICC14 US3158052262 #> 2 00EHHQ2ZHDCFXJCPCL46 US92204Q1031 #> 3 00KLB2PFTM3060S2N216 US4138382027 #> 4 00KLB2PFTM3060S2N216 US4138385749 #> 5 01ERPZV3DOLNXY2MLB90 US531554AA10 #> # ℹ 7,137,611 more rows"},{"path":"https://m-muecke.github.io/gleif/index.html","id":"related-work","dir":"","previous_headings":"","what":"Related work","title":"GLEIF API Wrapper","text":"gleifr - R package support analysis GLEIF data","code":""},{"path":"https://m-muecke.github.io/gleif/reference/gleif-package.html","id":null,"dir":"Reference","previous_headings":"","what":"gleif: GLEIF API Wrapper — gleif-package","title":"gleif: GLEIF API Wrapper — gleif-package","text":"Download data GLEIF API.","code":""},{"path":[]},{"path":"https://m-muecke.github.io/gleif/reference/gleif-package.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"gleif: GLEIF API Wrapper — gleif-package","text":"Maintainer: Maximilian Mücke muecke.maximilian@gmail.com (ORCID)","code":""},{"path":"https://m-muecke.github.io/gleif/reference/lei_mapping.html","id":null,"dir":"Reference","previous_headings":"","what":"Download the latest LEI mapping data — lei_mapping","title":"Download the latest LEI mapping data — lei_mapping","text":"Download latest Legal Entity Identifier (LEI) mapping data Global Legal Entity Identifier Foundation (GLEIF).","code":""},{"path":"https://m-muecke.github.io/gleif/reference/lei_mapping.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Download the latest LEI mapping data — lei_mapping","text":"","code":"lei_mapping(type = c(\"isin\", \"bic\", \"mic\", \"oc\"))"},{"path":"https://m-muecke.github.io/gleif/reference/lei_mapping.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"Download the latest LEI mapping data — lei_mapping","text":"https://www.gleif.org/en/lei-data/lei-mapping","code":""},{"path":"https://m-muecke.github.io/gleif/reference/lei_mapping.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Download the latest LEI mapping data — lei_mapping","text":"type character(1) type mapping data download. One \"isin\", \"bic\", \"mic\", \"oc\". Default \"isin\".","code":""},{"path":"https://m-muecke.github.io/gleif/reference/lei_mapping.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Download the latest LEI mapping data — lei_mapping","text":"data.frame() lei corresponding mapping.","code":""},{"path":"https://m-muecke.github.io/gleif/reference/lei_mapping.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Download the latest LEI mapping data — lei_mapping","text":"","code":"# \\donttest{ lei_mapping(\"isin\") #> # A tibble: 7,137,616 × 2 #> lei isin #> <chr> <chr> #> 1 001GPB6A9XPE8XJICC14 US3158052262 #> 2 00EHHQ2ZHDCFXJCPCL46 US92204Q1031 #> 3 00KLB2PFTM3060S2N216 US4138382027 #> 4 00KLB2PFTM3060S2N216 US4138385749 #> 5 01ERPZV3DOLNXY2MLB90 US531554AA10 #> 6 01ERPZV3DOLNXY2MLB90 US531554AB92 #> 7 01ERPZV3DOLNXY2MLB90 US531554AC75 #> 8 01ERPZV3DOLNXY2MLB90 US531554AD58 #> 9 01ERPZV3DOLNXY2MLB90 US531554AE32 #> 10 01ERPZV3DOLNXY2MLB90 US531554AF07 #> # ℹ 7,137,606 more rows # }"}]
[{"path":"https://m-muecke.github.io/gleif/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2024 gleif authors Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":"https://m-muecke.github.io/gleif/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Maximilian Mücke. Author, maintainer.","code":""},{"path":"https://m-muecke.github.io/gleif/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Mücke M (2024). gleif: GLEIF API Wrapper. R package version 0.0.1, https://github.com/m-muecke/gleif, https://m-muecke.github.io/gleif.","code":"@Manual{, title = {gleif: GLEIF API Wrapper}, author = {Maximilian Mücke}, year = {2024}, note = {R package version 0.0.1, https://github.com/m-muecke/gleif}, url = {https://m-muecke.github.io/gleif}, }"},{"path":"https://m-muecke.github.io/gleif/index.html","id":"gleif","dir":"","previous_headings":"","what":"GLEIF API Wrapper","title":"GLEIF API Wrapper","text":"gleif minimal R client gleif API. major challenge dealing financial data mapping entities across different data sources. Especially dealing legal entities, Legal Entity Identifier (LEI) can used uniquely identify entities.","code":""},{"path":"https://m-muecke.github.io/gleif/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"GLEIF API Wrapper","text":"can install development version gleif GitHub :","code":"# install.packages(\"pak\") pak::pak(\"m-muecke/gleif\")"},{"path":"https://m-muecke.github.io/gleif/index.html","id":"usage","dir":"","previous_headings":"","what":"Usage","title":"GLEIF API Wrapper","text":"Currently download lei mapping data supported.","code":"library(gleif) mapping <- lei_mapping(\"isin\") mapping #> # A tibble: 7,137,616 × 2 #> lei isin #> <chr> <chr> #> 1 001GPB6A9XPE8XJICC14 US3158052262 #> 2 00EHHQ2ZHDCFXJCPCL46 US92204Q1031 #> 3 00KLB2PFTM3060S2N216 US4138382027 #> 4 00KLB2PFTM3060S2N216 US4138385749 #> 5 01ERPZV3DOLNXY2MLB90 US531554AA10 #> # ℹ 7,137,611 more rows"},{"path":"https://m-muecke.github.io/gleif/index.html","id":"related-work","dir":"","previous_headings":"","what":"Related work","title":"GLEIF API Wrapper","text":"gleifr - R package support analysis GLEIF data","code":""},{"path":"https://m-muecke.github.io/gleif/reference/gleif-package.html","id":null,"dir":"Reference","previous_headings":"","what":"gleif: GLEIF API Wrapper — gleif-package","title":"gleif: GLEIF API Wrapper — gleif-package","text":"Download data GLEIF API.","code":""},{"path":[]},{"path":"https://m-muecke.github.io/gleif/reference/gleif-package.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"gleif: GLEIF API Wrapper — gleif-package","text":"Maintainer: Maximilian Mücke muecke.maximilian@gmail.com (ORCID)","code":""},{"path":"https://m-muecke.github.io/gleif/reference/lei_mapping.html","id":null,"dir":"Reference","previous_headings":"","what":"Download the latest LEI mapping data — lei_mapping","title":"Download the latest LEI mapping data — lei_mapping","text":"Download latest Legal Entity Identifier (LEI) mapping data Global Legal Entity Identifier Foundation (GLEIF).","code":""},{"path":"https://m-muecke.github.io/gleif/reference/lei_mapping.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Download the latest LEI mapping data — lei_mapping","text":"","code":"lei_mapping(type = c(\"isin\", \"bic\", \"mic\", \"oc\"))"},{"path":"https://m-muecke.github.io/gleif/reference/lei_mapping.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"Download the latest LEI mapping data — lei_mapping","text":"https://www.gleif.org/en/lei-data/lei-mapping","code":""},{"path":"https://m-muecke.github.io/gleif/reference/lei_mapping.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Download the latest LEI mapping data — lei_mapping","text":"type character(1) type mapping data download. One \"isin\", \"bic\", \"mic\", \"oc\". Default \"isin\".","code":""},{"path":"https://m-muecke.github.io/gleif/reference/lei_mapping.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Download the latest LEI mapping data — lei_mapping","text":"data.frame() lei corresponding mapping.","code":""},{"path":"https://m-muecke.github.io/gleif/reference/lei_mapping.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Download the latest LEI mapping data — lei_mapping","text":"","code":"# \\donttest{ lei_mapping(\"isin\") #> # A tibble: 7,045,533 × 2 #> lei isin #> <chr> <chr> #> 1 001GPB6A9XPE8XJICC14 US3158052262 #> 2 00EHHQ2ZHDCFXJCPCL46 US92204Q1031 #> 3 00KLB2PFTM3060S2N216 US4138382027 #> 4 00KLB2PFTM3060S2N216 US4138385749 #> 5 01ERPZV3DOLNXY2MLB90 US531554AA10 #> 6 01ERPZV3DOLNXY2MLB90 US531554AB92 #> 7 01ERPZV3DOLNXY2MLB90 US531554AC75 #> 8 01ERPZV3DOLNXY2MLB90 US531554AD58 #> 9 01ERPZV3DOLNXY2MLB90 US531554AE32 #> 10 01ERPZV3DOLNXY2MLB90 US531554AF07 #> # ℹ 7,045,523 more rows # }"}]

0 comments on commit 150d565

Please sign in to comment.