-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
105 lines (96 loc) · 2.63 KB
/
mkdocs.yml
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
site_name: Bank Risk Management Simulation
site_author: Mingze Gao
site_url: https://bankrisk.org/
site_description: >-
A bank risk management simulation framework
repo_url: https://github.com/mgao6767/brms
repo_name: brms
copyright: Copyright © 2025 <a href="https://mingze-gao.com">Mingze Gao</a>
extra_css:
- stylesheets/extra.css
validation:
links:
absolute_links: relative_to_docs
theme:
name: material
custom_dir: overrides
favicon: icon.png
logo: icon.png
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: custom
accent: custom
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
repo: fontawesome/brands/github
admonition:
example: octicons/log-24
features:
- announce.dismiss
- navigation.footer
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.select
- content.code.annotate
- content.tabs.link
- toc.follow
- navigation.prune
- navigation.tabs
- navigation.path
- navigation.indexes
- navigation.top
- navigation.expand
extra:
generator: false
version:
provider: mike
alias: true
social:
- icon: fontawesome/brands/github
link: https://github.com/mgao6767/brms
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/adriangao
- icon: fontawesome/solid/paper-plane
link: mailto:mingze.gao@mq.edu.au
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- git-revision-date-localized:
enable_creation_date: true
nav:
- Home: index.md
- Basel III:
- basel_3/index.md
- Risk-Based Capital Requirements: basel_3/rbc.md
- Definition of Capital: basel_3/capital.md
- Risk-Weighted Assets (RWA):
- basel_3/rwa/index.md
- RWA for Credit Risk: basel_3/rwa/credit_risk.md
- RWA for Market Risk: basel_3/rwa/market_risk.md
- RWA for Operational Risk: basel_3/rwa/operational_risk.md
- Leverage Ratio: basel_3/lev.md
- Liquidity Coverage Ratio (LCR): basel_3/lcr.md
- Net Stable Funding Ratio (NSFR): basel_3/nsfr.md