greeks-live-ui 0.1.20 → 0.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.full.min.mjs +92 -92
  3. package/dist/index.full.min.mjs.map +1 -1
  4. package/dist/index.full.mjs +328 -61
  5. package/dist/locale/en.min.mjs +1 -1
  6. package/dist/locale/en.min.mjs.map +1 -1
  7. package/dist/locale/en.mjs +6 -0
  8. package/dist/locale/zh-cn.min.mjs +1 -1
  9. package/dist/locale/zh-cn.min.mjs.map +1 -1
  10. package/dist/locale/zh-cn.mjs +6 -0
  11. package/dist/locale/zh-tw.min.mjs +1 -1
  12. package/dist/locale/zh-tw.min.mjs.map +1 -1
  13. package/dist/locale/zh-tw.mjs +6 -0
  14. package/es/components/panel-vrp/index.d.ts +59 -24
  15. package/es/components/panel-vrp/src/panel-vrp.d.ts +5 -0
  16. package/es/components/panel-vrp/src/panel-vrp.vue.d.ts +61 -24
  17. package/es/index.mjs +27 -27
  18. package/es/locale/lang/en.d.ts +6 -0
  19. package/es/locale/lang/zh-cn.d.ts +6 -0
  20. package/es/locale/lang/zh-tw.d.ts +6 -0
  21. package/es/packages/components/chart/index.mjs +2 -2
  22. package/es/packages/components/chart/src/chart.mjs +12 -86
  23. package/es/packages/components/chart/src/chart.mjs.map +1 -1
  24. package/es/packages/components/chart/src/chart2.mjs +86 -12
  25. package/es/packages/components/chart/src/chart2.mjs.map +1 -1
  26. package/es/packages/components/checkbox-group/index.mjs +2 -2
  27. package/es/packages/components/checkbox-group/src/checkbox-group.mjs +31 -5
  28. package/es/packages/components/checkbox-group/src/checkbox-group.mjs.map +1 -1
  29. package/es/packages/components/checkbox-group/src/checkbox-group2.mjs +5 -31
  30. package/es/packages/components/checkbox-group/src/checkbox-group2.mjs.map +1 -1
  31. package/es/packages/components/countdown/index.mjs +2 -2
  32. package/es/packages/components/countdown/src/countdown.mjs +53 -163
  33. package/es/packages/components/countdown/src/countdown.mjs.map +1 -1
  34. package/es/packages/components/countdown/src/countdown2.mjs +163 -53
  35. package/es/packages/components/countdown/src/countdown2.mjs.map +1 -1
  36. package/es/packages/components/currency-icon/index.mjs +2 -2
  37. package/es/packages/components/currency-icon/src/currency-icon.mjs +45 -8
  38. package/es/packages/components/currency-icon/src/currency-icon.mjs.map +1 -1
  39. package/es/packages/components/currency-icon/src/currency-icon2.mjs +8 -45
  40. package/es/packages/components/currency-icon/src/currency-icon2.mjs.map +1 -1
  41. package/es/packages/components/dropdown/index.mjs +2 -2
  42. package/es/packages/components/dropdown/src/dropdown.mjs +34 -5
  43. package/es/packages/components/dropdown/src/dropdown.mjs.map +1 -1
  44. package/es/packages/components/dropdown/src/dropdown2.mjs +5 -34
  45. package/es/packages/components/dropdown/src/dropdown2.mjs.map +1 -1
  46. package/es/packages/components/dropdown-button/index.mjs +2 -2
  47. package/es/packages/components/dropdown-button/src/dropdown-button.mjs +5 -39
  48. package/es/packages/components/dropdown-button/src/dropdown-button.mjs.map +1 -1
  49. package/es/packages/components/dropdown-button/src/dropdown-button2.mjs +39 -5
  50. package/es/packages/components/dropdown-button/src/dropdown-button2.mjs.map +1 -1
  51. package/es/packages/components/greeks-summary/index.mjs +2 -2
  52. package/es/packages/components/greeks-summary/src/greeks-summary.mjs +340 -49
  53. package/es/packages/components/greeks-summary/src/greeks-summary.mjs.map +1 -1
  54. package/es/packages/components/greeks-summary/src/greeks-summary2.mjs +49 -340
  55. package/es/packages/components/greeks-summary/src/greeks-summary2.mjs.map +1 -1
  56. package/es/packages/components/icon/index.mjs +2 -2
  57. package/es/packages/components/icon/src/icon.mjs +16 -54
  58. package/es/packages/components/icon/src/icon.mjs.map +1 -1
  59. package/es/packages/components/icon/src/icon2.mjs +54 -16
  60. package/es/packages/components/icon/src/icon2.mjs.map +1 -1
  61. package/es/packages/components/index.mjs +27 -27
  62. package/es/packages/components/input-number/index.mjs +2 -2
  63. package/es/packages/components/input-number/src/input-number.mjs +31 -5
  64. package/es/packages/components/input-number/src/input-number.mjs.map +1 -1
  65. package/es/packages/components/input-number/src/input-number2.mjs +5 -31
  66. package/es/packages/components/input-number/src/input-number2.mjs.map +1 -1
  67. package/es/packages/components/number-format/index.mjs +2 -2
  68. package/es/packages/components/number-format/src/number-format.mjs +71 -152
  69. package/es/packages/components/number-format/src/number-format.mjs.map +1 -1
  70. package/es/packages/components/number-format/src/number-format2.mjs +152 -71
  71. package/es/packages/components/number-format/src/number-format2.mjs.map +1 -1
  72. package/es/packages/components/page-turner/index.mjs +2 -2
  73. package/es/packages/components/page-turner/src/page-turner.mjs +12 -63
  74. package/es/packages/components/page-turner/src/page-turner.mjs.map +1 -1
  75. package/es/packages/components/page-turner/src/page-turner2.mjs +63 -12
  76. package/es/packages/components/page-turner/src/page-turner2.mjs.map +1 -1
  77. package/es/packages/components/panel/index.mjs +2 -2
  78. package/es/packages/components/panel/src/panel.mjs +82 -5
  79. package/es/packages/components/panel/src/panel.mjs.map +1 -1
  80. package/es/packages/components/panel/src/panel2.mjs +5 -82
  81. package/es/packages/components/panel/src/panel2.mjs.map +1 -1
  82. package/es/packages/components/panel-atm-iv/index.mjs +2 -2
  83. package/es/packages/components/panel-atm-iv/src/panel-atm-iv.mjs +21 -1064
  84. package/es/packages/components/panel-atm-iv/src/panel-atm-iv.mjs.map +1 -1
  85. package/es/packages/components/panel-atm-iv/src/panel-atm-iv2.mjs +1064 -21
  86. package/es/packages/components/panel-atm-iv/src/panel-atm-iv2.mjs.map +1 -1
  87. package/es/packages/components/panel-gex-by-expiry/index.mjs +2 -2
  88. package/es/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry.mjs +22 -554
  89. package/es/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry.mjs.map +1 -1
  90. package/es/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry2.mjs +554 -22
  91. package/es/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry2.mjs.map +1 -1
  92. package/es/packages/components/panel-implied-volatility-surface/index.mjs +2 -2
  93. package/es/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface.mjs +22 -332
  94. package/es/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface.mjs.map +1 -1
  95. package/es/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface2.mjs +332 -22
  96. package/es/packages/components/panel-implied-volatility-surface/src/panel-implied-volatility-surface2.mjs.map +1 -1
  97. package/es/packages/components/panel-max-pain-price/index.mjs +2 -2
  98. package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price.mjs +369 -22
  99. package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price.mjs.map +1 -1
  100. package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price2.mjs +22 -369
  101. package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price2.mjs.map +1 -1
  102. package/es/packages/components/panel-option-flow/index.mjs +2 -2
  103. package/es/packages/components/panel-option-flow/src/panel-option-flow.mjs +448 -22
  104. package/es/packages/components/panel-option-flow/src/panel-option-flow.mjs.map +1 -1
  105. package/es/packages/components/panel-option-flow/src/panel-option-flow2.mjs +22 -448
  106. package/es/packages/components/panel-option-flow/src/panel-option-flow2.mjs.map +1 -1
  107. package/es/packages/components/panel-option-trade-volume/index.mjs +2 -2
  108. package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.mjs +22 -523
  109. package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.mjs.map +1 -1
  110. package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.mjs +523 -22
  111. package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.mjs.map +1 -1
  112. package/es/packages/components/panel-rv-calc/index.mjs +2 -2
  113. package/es/packages/components/panel-rv-calc/src/panel-rv-calc.mjs +8 -507
  114. package/es/packages/components/panel-rv-calc/src/panel-rv-calc.mjs.map +1 -1
  115. package/es/packages/components/panel-rv-calc/src/panel-rv-calc2.mjs +507 -8
  116. package/es/packages/components/panel-rv-calc/src/panel-rv-calc2.mjs.map +1 -1
  117. package/es/packages/components/panel-sabr-calibrated-parameters/index.mjs +2 -2
  118. package/es/packages/components/panel-sabr-calibrated-parameters/src/panel-sabr-calibrated-parameters.mjs +256 -25
  119. package/es/packages/components/panel-sabr-calibrated-parameters/src/panel-sabr-calibrated-parameters.mjs.map +1 -1
  120. package/es/packages/components/panel-sabr-calibrated-parameters/src/panel-sabr-calibrated-parameters2.mjs +25 -256
  121. package/es/packages/components/panel-sabr-calibrated-parameters/src/panel-sabr-calibrated-parameters2.mjs.map +1 -1
  122. package/es/packages/components/panel-spots-etf-net-inflow/index.mjs +2 -2
  123. package/es/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow.mjs +624 -21
  124. package/es/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow.mjs.map +1 -1
  125. package/es/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow2.mjs +21 -624
  126. package/es/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow2.mjs.map +1 -1
  127. package/es/packages/components/panel-vrp/src/panel-vrp.mjs.map +1 -1
  128. package/es/packages/components/panel-vrp/src/panel-vrp2.mjs +322 -61
  129. package/es/packages/components/panel-vrp/src/panel-vrp2.mjs.map +1 -1
  130. package/es/packages/components/pro-badge/index.mjs +2 -2
  131. package/es/packages/components/pro-badge/src/pro-badge.mjs +90 -5
  132. package/es/packages/components/pro-badge/src/pro-badge.mjs.map +1 -1
  133. package/es/packages/components/pro-badge/src/pro-badge2.mjs +5 -90
  134. package/es/packages/components/pro-badge/src/pro-badge2.mjs.map +1 -1
  135. package/es/packages/components/progress/index.mjs +2 -2
  136. package/es/packages/components/progress/src/progress.mjs +45 -12
  137. package/es/packages/components/progress/src/progress.mjs.map +1 -1
  138. package/es/packages/components/progress/src/progress2.mjs +12 -45
  139. package/es/packages/components/progress/src/progress2.mjs.map +1 -1
  140. package/es/packages/components/radio/index.mjs +2 -2
  141. package/es/packages/components/radio/src/radio-button.mjs +1 -1
  142. package/es/packages/components/radio/src/radio-group.mjs +1 -1
  143. package/es/packages/components/radio/src/radio.mjs +31 -5
  144. package/es/packages/components/radio/src/radio.mjs.map +1 -1
  145. package/es/packages/components/radio/src/radio2.mjs +5 -31
  146. package/es/packages/components/radio/src/radio2.mjs.map +1 -1
  147. package/es/packages/components/select/index.mjs +2 -2
  148. package/es/packages/components/select/src/option.mjs +1 -1
  149. package/es/packages/components/select/src/select.mjs +10 -41
  150. package/es/packages/components/select/src/select.mjs.map +1 -1
  151. package/es/packages/components/select/src/select2.mjs +41 -10
  152. package/es/packages/components/select/src/select2.mjs.map +1 -1
  153. package/es/packages/components/spin/index.mjs +2 -2
  154. package/es/packages/components/spin/src/spin.mjs +31 -5
  155. package/es/packages/components/spin/src/spin.mjs.map +1 -1
  156. package/es/packages/components/spin/src/spin2.mjs +5 -31
  157. package/es/packages/components/spin/src/spin2.mjs.map +1 -1
  158. package/es/packages/components/tag/index.mjs +2 -2
  159. package/es/packages/components/tag/src/tag.mjs +112 -28
  160. package/es/packages/components/tag/src/tag.mjs.map +1 -1
  161. package/es/packages/components/tag/src/tag2.mjs +28 -112
  162. package/es/packages/components/tag/src/tag2.mjs.map +1 -1
  163. package/es/packages/locale/lang/en.mjs +6 -0
  164. package/es/packages/locale/lang/en.mjs.map +1 -1
  165. package/es/packages/locale/lang/zh-cn.mjs +6 -0
  166. package/es/packages/locale/lang/zh-cn.mjs.map +1 -1
  167. package/es/packages/locale/lang/zh-tw.mjs +6 -0
  168. package/es/packages/locale/lang/zh-tw.mjs.map +1 -1
  169. package/lib/components/panel-vrp/index.d.ts +59 -24
  170. package/lib/components/panel-vrp/src/panel-vrp.d.ts +5 -0
  171. package/lib/components/panel-vrp/src/panel-vrp.vue.d.ts +61 -24
  172. package/lib/index.js +23 -23
  173. package/lib/locale/lang/en.d.ts +6 -0
  174. package/lib/locale/lang/zh-cn.d.ts +6 -0
  175. package/lib/locale/lang/zh-tw.d.ts +6 -0
  176. package/lib/packages/components/chart/index.js +2 -2
  177. package/lib/packages/components/chart/src/chart.js +13 -90
  178. package/lib/packages/components/chart/src/chart.js.map +1 -1
  179. package/lib/packages/components/chart/src/chart2.js +90 -13
  180. package/lib/packages/components/chart/src/chart2.js.map +1 -1
  181. package/lib/packages/components/chart-table/index.js +2 -2
  182. package/lib/packages/components/chart-table/src/chart-table.js +16 -145
  183. package/lib/packages/components/chart-table/src/chart-table.js.map +1 -1
  184. package/lib/packages/components/chart-table/src/chart-table2.js +145 -16
  185. package/lib/packages/components/chart-table/src/chart-table2.js.map +1 -1
  186. package/lib/packages/components/checkbox-group/index.js +2 -2
  187. package/lib/packages/components/checkbox-group/src/checkbox-group.js +31 -6
  188. package/lib/packages/components/checkbox-group/src/checkbox-group.js.map +1 -1
  189. package/lib/packages/components/checkbox-group/src/checkbox-group2.js +6 -31
  190. package/lib/packages/components/checkbox-group/src/checkbox-group2.js.map +1 -1
  191. package/lib/packages/components/currency-radio-group/index.js +2 -2
  192. package/lib/packages/components/currency-radio-group/src/currency-radio-group.js +57 -19
  193. package/lib/packages/components/currency-radio-group/src/currency-radio-group.js.map +1 -1
  194. package/lib/packages/components/currency-radio-group/src/currency-radio-group2.js +19 -57
  195. package/lib/packages/components/currency-radio-group/src/currency-radio-group2.js.map +1 -1
  196. package/lib/packages/components/direction-tag/index.js +2 -2
  197. package/lib/packages/components/direction-tag/src/direction-tag.js +72 -15
  198. package/lib/packages/components/direction-tag/src/direction-tag.js.map +1 -1
  199. package/lib/packages/components/direction-tag/src/direction-tag2.js +15 -72
  200. package/lib/packages/components/direction-tag/src/direction-tag2.js.map +1 -1
  201. package/lib/packages/components/dropdown/index.js +2 -2
  202. package/lib/packages/components/dropdown/src/dropdown.js +6 -34
  203. package/lib/packages/components/dropdown/src/dropdown.js.map +1 -1
  204. package/lib/packages/components/dropdown/src/dropdown2.js +34 -6
  205. package/lib/packages/components/dropdown/src/dropdown2.js.map +1 -1
  206. package/lib/packages/components/dropdown-button/index.js +2 -2
  207. package/lib/packages/components/dropdown-button/src/dropdown-button.js +39 -6
  208. package/lib/packages/components/dropdown-button/src/dropdown-button.js.map +1 -1
  209. package/lib/packages/components/dropdown-button/src/dropdown-button2.js +6 -39
  210. package/lib/packages/components/dropdown-button/src/dropdown-button2.js.map +1 -1
  211. package/lib/packages/components/greeks-summary/index.js +2 -2
  212. package/lib/packages/components/greeks-summary/src/greeks-summary.js +50 -340
  213. package/lib/packages/components/greeks-summary/src/greeks-summary.js.map +1 -1
  214. package/lib/packages/components/greeks-summary/src/greeks-summary2.js +340 -50
  215. package/lib/packages/components/greeks-summary/src/greeks-summary2.js.map +1 -1
  216. package/lib/packages/components/index.js +23 -23
  217. package/lib/packages/components/input-number/index.js +2 -2
  218. package/lib/packages/components/input-number/src/input-number.js +31 -6
  219. package/lib/packages/components/input-number/src/input-number.js.map +1 -1
  220. package/lib/packages/components/input-number/src/input-number2.js +6 -31
  221. package/lib/packages/components/input-number/src/input-number2.js.map +1 -1
  222. package/lib/packages/components/page-turner/index.js +2 -2
  223. package/lib/packages/components/page-turner/src/page-turner.js +13 -63
  224. package/lib/packages/components/page-turner/src/page-turner.js.map +1 -1
  225. package/lib/packages/components/page-turner/src/page-turner2.js +63 -13
  226. package/lib/packages/components/page-turner/src/page-turner2.js.map +1 -1
  227. package/lib/packages/components/panel-gex-by-expiry/index.js +2 -2
  228. package/lib/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry.js +23 -558
  229. package/lib/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry.js.map +1 -1
  230. package/lib/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry2.js +558 -23
  231. package/lib/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry2.js.map +1 -1
  232. package/lib/packages/components/panel-option-open-interest/index.js +2 -2
  233. package/lib/packages/components/panel-option-open-interest/src/panel-option-open-interest.js +23 -474
  234. package/lib/packages/components/panel-option-open-interest/src/panel-option-open-interest.js.map +1 -1
  235. package/lib/packages/components/panel-option-open-interest/src/panel-option-open-interest2.js +474 -23
  236. package/lib/packages/components/panel-option-open-interest/src/panel-option-open-interest2.js.map +1 -1
  237. package/lib/packages/components/panel-option-skew-table/index.js +2 -2
  238. package/lib/packages/components/panel-option-skew-table/src/panel-option-skew-table.js +22 -265
  239. package/lib/packages/components/panel-option-skew-table/src/panel-option-skew-table.js.map +1 -1
  240. package/lib/packages/components/panel-option-skew-table/src/panel-option-skew-table2.js +265 -22
  241. package/lib/packages/components/panel-option-skew-table/src/panel-option-skew-table2.js.map +1 -1
  242. package/lib/packages/components/panel-sabr-calibrated-parameters/index.js +2 -2
  243. package/lib/packages/components/panel-sabr-calibrated-parameters/src/panel-sabr-calibrated-parameters.js +26 -256
  244. package/lib/packages/components/panel-sabr-calibrated-parameters/src/panel-sabr-calibrated-parameters.js.map +1 -1
  245. package/lib/packages/components/panel-sabr-calibrated-parameters/src/panel-sabr-calibrated-parameters2.js +256 -26
  246. package/lib/packages/components/panel-sabr-calibrated-parameters/src/panel-sabr-calibrated-parameters2.js.map +1 -1
  247. package/lib/packages/components/panel-sabr-iv-curve/index.js +2 -2
  248. package/lib/packages/components/panel-sabr-iv-curve/src/panel-sabr-iv-curve.js +26 -585
  249. package/lib/packages/components/panel-sabr-iv-curve/src/panel-sabr-iv-curve.js.map +1 -1
  250. package/lib/packages/components/panel-sabr-iv-curve/src/panel-sabr-iv-curve2.js +585 -26
  251. package/lib/packages/components/panel-sabr-iv-curve/src/panel-sabr-iv-curve2.js.map +1 -1
  252. package/lib/packages/components/panel-vol-fly/index.js +2 -2
  253. package/lib/packages/components/panel-vol-fly/src/panel-vol-fly.js +758 -22
  254. package/lib/packages/components/panel-vol-fly/src/panel-vol-fly.js.map +1 -1
  255. package/lib/packages/components/panel-vol-fly/src/panel-vol-fly2.js +22 -758
  256. package/lib/packages/components/panel-vol-fly/src/panel-vol-fly2.js.map +1 -1
  257. package/lib/packages/components/panel-volatility-term-structure/index.js +2 -2
  258. package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.js +589 -23
  259. package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.js.map +1 -1
  260. package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.js +23 -589
  261. package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.js.map +1 -1
  262. package/lib/packages/components/panel-vrp/index.js +2 -2
  263. package/lib/packages/components/panel-vrp/src/panel-vrp.js +739 -23
  264. package/lib/packages/components/panel-vrp/src/panel-vrp.js.map +1 -1
  265. package/lib/packages/components/panel-vrp/src/panel-vrp2.js +23 -478
  266. package/lib/packages/components/panel-vrp/src/panel-vrp2.js.map +1 -1
  267. package/lib/packages/components/popover/index.js +2 -2
  268. package/lib/packages/components/popover/src/popover.js +34 -88
  269. package/lib/packages/components/popover/src/popover.js.map +1 -1
  270. package/lib/packages/components/popover/src/popover2.js +88 -34
  271. package/lib/packages/components/popover/src/popover2.js.map +1 -1
  272. package/lib/packages/components/pro-badge/index.js +2 -2
  273. package/lib/packages/components/pro-badge/src/pro-badge.js +90 -6
  274. package/lib/packages/components/pro-badge/src/pro-badge.js.map +1 -1
  275. package/lib/packages/components/pro-badge/src/pro-badge2.js +6 -90
  276. package/lib/packages/components/pro-badge/src/pro-badge2.js.map +1 -1
  277. package/lib/packages/components/select/index.js +2 -2
  278. package/lib/packages/components/select/src/option.js +1 -1
  279. package/lib/packages/components/select/src/select.js +15 -41
  280. package/lib/packages/components/select/src/select.js.map +1 -1
  281. package/lib/packages/components/select/src/select2.js +41 -15
  282. package/lib/packages/components/select/src/select2.js.map +1 -1
  283. package/lib/packages/components/spin/index.js +2 -2
  284. package/lib/packages/components/spin/src/spin.js +31 -6
  285. package/lib/packages/components/spin/src/spin.js.map +1 -1
  286. package/lib/packages/components/spin/src/spin2.js +6 -31
  287. package/lib/packages/components/spin/src/spin2.js.map +1 -1
  288. package/lib/packages/components/toggle-button/index.js +2 -2
  289. package/lib/packages/components/toggle-button/src/toggle-button.js +17 -95
  290. package/lib/packages/components/toggle-button/src/toggle-button.js.map +1 -1
  291. package/lib/packages/components/toggle-button/src/toggle-button2.js +95 -17
  292. package/lib/packages/components/toggle-button/src/toggle-button2.js.map +1 -1
  293. package/lib/packages/locale/lang/en.js +6 -0
  294. package/lib/packages/locale/lang/en.js.map +1 -1
  295. package/lib/packages/locale/lang/zh-cn.js +6 -0
  296. package/lib/packages/locale/lang/zh-cn.js.map +1 -1
  297. package/lib/packages/locale/lang/zh-tw.js +6 -0
  298. package/lib/packages/locale/lang/zh-tw.js.map +1 -1
  299. package/package.json +2 -2
  300. package/theme-chalk/g-panel-vrp.css +1 -0
  301. package/theme-chalk/index.css +1 -1
  302. package/theme-chalk/src/panel-vrp.scss +72 -2
  303. package/web-types.json +1 -1
@@ -11512,6 +11512,12 @@ var ZhCN = {
11512
11512
  periodLabel: "\u7C92\u5EA6\uFF1A",
11513
11513
  vrp: "\u6CE2\u52A8\u7387\u98CE\u9669\u6EA2\u4EF7",
11514
11514
  vrpTips: "<p>VRP\uFF08\u6CE2\u52A8\u7387\u98CE\u9669\u6EA2\u4EF7\uFF09</p><p>VRP \u5373 Volatility Risk Premium\uFF0C\u5373\u9690\u542B\u6CE2\u52A8\u7387\u4E0E\u5B9E\u73B0\u6CE2\u52A8\u7387\u4E4B\u5DEE\uFF0CVRP = IV - RV\u3002</p><p>\u6CE2\u52A8\u7387\u4EA4\u6613\u8005\u9664\u4E86\u5173\u6CE8\u9884\u671F\u7684\u6CE2\u52A8\u7387\uFF08\u9690\u542B\u6CE2\u52A8\u7387\uFF0CIV\uFF09\u4E4B\u5916\uFF0C\u4E5F\u5173\u6CE8\u5B9E\u9645\u53D1\u751F\u7684\u60C5\u51B5\uFF08\u5B9E\u73B0\u6CE2\u52A8\u7387\uFF0CRV\uFF09\u3002VRP \u5C31\u662F\u8861\u91CF\u4E8C\u8005\u4E4B\u95F4\u7684\u5DEE\u503C\u53D8\u52A8\u7684\u6307\u6807\u3002</p>",
11515
+ vrpMean: "VRP \u5747\u503C\uFF1A",
11516
+ vrpRangeStats: "\u533A\u95F4 VRP \u7EDF\u8BA1",
11517
+ statMean: "\u5747\u503C\uFF1A",
11518
+ statMax: "\u6700\u5927\uFF1A",
11519
+ statMin: "\u6700\u5C0F\uFF1A",
11520
+ statDays: "\u5929\u6570\uFF1A",
11515
11521
  volTenor: "\u6CE2\u52A8\u7387\u5468\u671F\uFF1A",
11516
11522
  samplePeriod: "\u6570\u636E\u6837\u672C\u5468\u671F\uFF1A",
11517
11523
  ivSurface: "\u9690\u542B\u6CE2\u52A8\u7387\u66F2\u9762",
@@ -115540,6 +115546,154 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
115540
115546
  props.exchange ? emit("update:exchange", newVal) : state.exchange = newVal;
115541
115547
  }
115542
115548
  });
115549
+ const selectedPeriodDays = computed(() => {
115550
+ var _a, _b;
115551
+ return (_b = (_a = periodList.find((item) => item.value === state.period)) == null ? void 0 : _a.days) != null ? _b : 0;
115552
+ });
115553
+ const filterChartDataByPeriod = (chartData, days) => {
115554
+ if (!days) {
115555
+ return chartData;
115556
+ }
115557
+ const cutoff = Date.now() - days * 24 * 60 * 60 * 1e3;
115558
+ return chartData.filter((item) => item.datetime >= cutoff);
115559
+ };
115560
+ const filteredChartData = computed(
115561
+ () => filterChartDataByPeriod(state.chartData, selectedPeriodDays.value)
115562
+ );
115563
+ const getVolTenorResolution = (volTenor) => {
115564
+ switch (volTenor) {
115565
+ case "1D":
115566
+ return 1;
115567
+ case "3D":
115568
+ return 3;
115569
+ case "7D":
115570
+ return 7;
115571
+ case "15D":
115572
+ return 15;
115573
+ case "1M":
115574
+ return 30;
115575
+ case "3M":
115576
+ return 90;
115577
+ default:
115578
+ return 15;
115579
+ }
115580
+ };
115581
+ const buildVrpSeries = (chartData, volTenor) => {
115582
+ const resolution = getVolTenorResolution(volTenor);
115583
+ const vrpData = [];
115584
+ chartData.forEach((item) => {
115585
+ item.data.forEach((dataItem) => {
115586
+ if (dataItem.day === resolution) {
115587
+ vrpData.push([item.datetime, dataItem.iv - dataItem.rv]);
115588
+ }
115589
+ });
115590
+ });
115591
+ return vrpData;
115592
+ };
115593
+ const formatVrpPercent = (value, fractionDigits = 1) => {
115594
+ if (value == null || !Number.isFinite(value)) {
115595
+ return "-";
115596
+ }
115597
+ const fixed = Number(value).toFixed(fractionDigits);
115598
+ if (Number(fixed) === 0) {
115599
+ return "0.0%";
115600
+ }
115601
+ return `${fixed}%`;
115602
+ };
115603
+ const computeVrpStats = (values) => {
115604
+ if (!values.length) {
115605
+ return null;
115606
+ }
115607
+ let sum = 0;
115608
+ let max = values[0];
115609
+ let min = values[0];
115610
+ values.forEach((value) => {
115611
+ sum += value;
115612
+ if (value > max)
115613
+ max = value;
115614
+ if (value < min)
115615
+ min = value;
115616
+ });
115617
+ return {
115618
+ mean: sum / values.length,
115619
+ max,
115620
+ min
115621
+ };
115622
+ };
115623
+ const getZeroMarkLine = () => ({
115624
+ name: "0",
115625
+ yAxis: 0,
115626
+ symbol: ["none", "arrow"],
115627
+ symbolSize: [0, 8],
115628
+ silent: true,
115629
+ lineStyle: {
115630
+ color: "#909399"
115631
+ },
115632
+ label: {
115633
+ show: true,
115634
+ position: "end",
115635
+ color: isDark.value ? "#CED4DA" : "#343A40",
115636
+ borderWidth: 0,
115637
+ padding: 0,
115638
+ shadowBlur: 0,
115639
+ fontSize: 12
115640
+ }
115641
+ });
115642
+ const getMeanMarkLine = (mean) => {
115643
+ const meanLabel = mean.toFixed(1);
115644
+ return {
115645
+ name: "mean",
115646
+ yAxis: mean,
115647
+ symbol: ["none", "arrow"],
115648
+ symbolSize: [0, 8],
115649
+ silent: true,
115650
+ lineStyle: {
115651
+ color: "#ADB5BD",
115652
+ type: "dashed"
115653
+ },
115654
+ label: {
115655
+ show: true,
115656
+ position: "end",
115657
+ formatter: meanLabel,
115658
+ color: isDark.value ? "#CED4DA" : "#343A40",
115659
+ borderWidth: 0,
115660
+ padding: 0,
115661
+ shadowBlur: 0,
115662
+ fontSize: 12
115663
+ }
115664
+ };
115665
+ };
115666
+ const vrpSeries = computed(
115667
+ () => buildVrpSeries(filteredChartData.value, state.volTenor)
115668
+ );
115669
+ const vrpStats = computed(() => {
115670
+ const values = vrpSeries.value.map(([, value]) => value);
115671
+ return computeVrpStats(values);
115672
+ });
115673
+ const meanHeaderValue = computed(() => {
115674
+ var _a, _b;
115675
+ if (state.loadingFlag) {
115676
+ return "-";
115677
+ }
115678
+ return formatVrpPercent((_b = (_a = vrpStats.value) == null ? void 0 : _a.mean) != null ? _b : null, 1);
115679
+ });
115680
+ const statsDisplay = computed(() => {
115681
+ const days = `${selectedPeriodDays.value}d`;
115682
+ if (state.loadingFlag || !vrpStats.value) {
115683
+ return {
115684
+ mean: "-",
115685
+ max: "-",
115686
+ min: "-",
115687
+ days
115688
+ };
115689
+ }
115690
+ return {
115691
+ mean: formatVrpPercent(vrpStats.value.mean, 1),
115692
+ max: formatVrpPercent(vrpStats.value.max, 1),
115693
+ min: formatVrpPercent(vrpStats.value.min, 1),
115694
+ days
115695
+ };
115696
+ });
115543
115697
  watch(currency, () => {
115544
115698
  fetchData();
115545
115699
  });
@@ -115555,8 +115709,10 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
115555
115709
  }).then((res) => {
115556
115710
  var _a;
115557
115711
  const resData = (_a = res.data) == null ? void 0 : _a.data;
115558
- if (!resData)
115712
+ if (!resData) {
115713
+ state.chartData = [];
115559
115714
  return;
115715
+ }
115560
115716
  state.chartData = resData;
115561
115717
  }).finally(() => {
115562
115718
  state.loadingFlag = false;
@@ -115572,44 +115728,12 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
115572
115728
  state.periodDateRange = showDateRange(selectedPeriod.days);
115573
115729
  fetchData();
115574
115730
  };
115575
- const getEchartData = () => {
115576
- const data = [...state.chartData];
115577
- let vrpData = [];
115578
- let tempResolution = 30;
115579
- switch (state.volTenor) {
115580
- case "1D":
115581
- tempResolution = 1;
115582
- break;
115583
- case "3D":
115584
- tempResolution = 3;
115585
- break;
115586
- case "7D":
115587
- tempResolution = 7;
115588
- break;
115589
- case "15D":
115590
- tempResolution = 15;
115591
- break;
115592
- case "1M":
115593
- tempResolution = 30;
115594
- break;
115595
- case "3M":
115596
- tempResolution = 90;
115597
- break;
115731
+ const getEchartOption = (vrpData, stats) => {
115732
+ const markLineData = [getZeroMarkLine()];
115733
+ const showMeanLine = !state.loadingFlag && stats != null;
115734
+ if (showMeanLine) {
115735
+ markLineData.push(getMeanMarkLine(stats.mean));
115598
115736
  }
115599
- data.forEach((item) => {
115600
- let dataList = item.data;
115601
- dataList.forEach((dataItem) => {
115602
- if (dataItem.day === tempResolution) {
115603
- vrpData.push([item.datetime, dataItem.iv - dataItem.rv]);
115604
- }
115605
- });
115606
- });
115607
- return {
115608
- vrpData
115609
- };
115610
- };
115611
- const getEchartOption = (params) => {
115612
- const { vrpData } = params;
115613
115737
  const option = {
115614
115738
  color: ["#FFD600"],
115615
115739
  tooltip: {
@@ -115622,11 +115746,11 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
115622
115746
  color: "#343A40",
115623
115747
  padding: [4, 6, 4, 6],
115624
115748
  margin: 9,
115625
- formatter: (params2) => {
115626
- if (params2.axisDimension === "x") {
115627
- return timestampFormat(params2.value);
115749
+ formatter: (params) => {
115750
+ if (params.axisDimension === "x") {
115751
+ return timestampFormat(params.value);
115628
115752
  } else {
115629
- return numberFormat(params2.value, 2);
115753
+ return numberFormat(params.value, 2);
115630
115754
  }
115631
115755
  }
115632
115756
  },
@@ -115637,19 +115761,19 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
115637
115761
  color: "#8B959F"
115638
115762
  }
115639
115763
  },
115640
- formatter: (params2) => {
115764
+ formatter: (params) => {
115641
115765
  try {
115642
115766
  let html = `
115643
115767
  <div style="display: flex;justify-content: space-between;align-items: center;">
115644
- <div>${getTooltipDate(params2[0].axisValue, locale.value.name, {
115768
+ <div>${getTooltipDate(params[0].axisValue, locale.value.name, {
115645
115769
  showSeconds: false
115646
115770
  })}</div>
115647
115771
  </div>
115648
115772
  `;
115649
- if (params2[0]) {
115773
+ if (params[0]) {
115650
115774
  html += `<div style="display: flex;justify-content: space-between;align-items: center;">
115651
- <div style="margin-right: 40px;">${params2[0].marker}&nbsp;${params2[0].seriesName}</div>
115652
- <div>&nbsp;${numberFormat(params2[0].data[1], 2)}</div>
115775
+ <div style="margin-right: 40px;">${params[0].marker}&nbsp;${params[0].seriesName}</div>
115776
+ <div>&nbsp;${numberFormat(params[0].data[1], 2)}</div>
115653
115777
  </div>`;
115654
115778
  }
115655
115779
  return html;
@@ -115708,8 +115832,6 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
115708
115832
  scale: true,
115709
115833
  name: "VRP(%)",
115710
115834
  nameLocation: "end",
115711
- nameGap: -30,
115712
- nameRotate: 90,
115713
115835
  nameTextStyle: {
115714
115836
  color: isDark.value ? "#8B959F" : "#8B959F",
115715
115837
  fontWeight: 400,
@@ -115735,9 +115857,9 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
115735
115857
  }
115736
115858
  },
115737
115859
  grid: {
115738
- top: 20,
115860
+ top: 30,
115739
115861
  left: "left",
115740
- right: 15,
115862
+ right: 40,
115741
115863
  bottom: 50,
115742
115864
  containLabel: true
115743
115865
  },
@@ -115768,15 +115890,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
115768
115890
  data: vrpData,
115769
115891
  symbol: "none",
115770
115892
  markLine: {
115771
- data: [
115772
- {
115773
- name: "0",
115774
- yAxis: 0,
115775
- lineStyle: {
115776
- color: "#909399"
115777
- }
115778
- }
115779
- ]
115893
+ data: markLineData
115780
115894
  }
115781
115895
  }
115782
115896
  ]
@@ -115784,7 +115898,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
115784
115898
  return option;
115785
115899
  };
115786
115900
  const chartOption = computed(() => {
115787
- return getEchartOption(getEchartData());
115901
+ return getEchartOption(vrpSeries.value, vrpStats.value);
115788
115902
  });
115789
115903
  return (_ctx, _cache) => {
115790
115904
  const _component_g_icon = resolveComponent("g-icon");
@@ -115862,6 +115976,159 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
115862
115976
  _: 1
115863
115977
  }, 8, ["value", "size"])
115864
115978
  ]),
115979
+ createElementVNode(
115980
+ "div",
115981
+ {
115982
+ class: normalizeClass(unref(ns).e("mean-value"))
115983
+ },
115984
+ [
115985
+ createVNode(_component_g_tooltip, {
115986
+ underdotted: true,
115987
+ placement: "bottom",
115988
+ isMobile: unref(isMobile)
115989
+ }, {
115990
+ title: withCtx(() => [
115991
+ createElementVNode(
115992
+ "div",
115993
+ {
115994
+ class: normalizeClass(unref(ns).e("stats-tooltip"))
115995
+ },
115996
+ [
115997
+ createElementVNode(
115998
+ "div",
115999
+ {
116000
+ class: normalizeClass(unref(ns).e("stats-header"))
116001
+ },
116002
+ toDisplayString(unref(t)("message.vrpRangeStats")),
116003
+ 3
116004
+ ),
116005
+ createElementVNode(
116006
+ "div",
116007
+ {
116008
+ class: normalizeClass(unref(ns).e("stats-row"))
116009
+ },
116010
+ [
116011
+ createElementVNode(
116012
+ "span",
116013
+ {
116014
+ class: normalizeClass(unref(ns).e("stats-label"))
116015
+ },
116016
+ toDisplayString(unref(t)("message.statMean")),
116017
+ 3
116018
+ ),
116019
+ createElementVNode(
116020
+ "span",
116021
+ {
116022
+ class: normalizeClass(unref(ns).e("stats-value"))
116023
+ },
116024
+ toDisplayString(unref(statsDisplay).mean),
116025
+ 3
116026
+ )
116027
+ ],
116028
+ 2
116029
+ ),
116030
+ createElementVNode(
116031
+ "div",
116032
+ {
116033
+ class: normalizeClass(unref(ns).e("stats-row"))
116034
+ },
116035
+ [
116036
+ createElementVNode(
116037
+ "span",
116038
+ {
116039
+ class: normalizeClass(unref(ns).e("stats-label"))
116040
+ },
116041
+ toDisplayString(unref(t)("message.statMax")),
116042
+ 3
116043
+ ),
116044
+ createElementVNode(
116045
+ "span",
116046
+ {
116047
+ class: normalizeClass(unref(ns).e("stats-value"))
116048
+ },
116049
+ toDisplayString(unref(statsDisplay).max),
116050
+ 3
116051
+ )
116052
+ ],
116053
+ 2
116054
+ ),
116055
+ createElementVNode(
116056
+ "div",
116057
+ {
116058
+ class: normalizeClass(unref(ns).e("stats-row"))
116059
+ },
116060
+ [
116061
+ createElementVNode(
116062
+ "span",
116063
+ {
116064
+ class: normalizeClass(unref(ns).e("stats-label"))
116065
+ },
116066
+ toDisplayString(unref(t)("message.statMin")),
116067
+ 3
116068
+ ),
116069
+ createElementVNode(
116070
+ "span",
116071
+ {
116072
+ class: normalizeClass(unref(ns).e("stats-value"))
116073
+ },
116074
+ toDisplayString(unref(statsDisplay).min),
116075
+ 3
116076
+ )
116077
+ ],
116078
+ 2
116079
+ ),
116080
+ createElementVNode(
116081
+ "div",
116082
+ {
116083
+ class: normalizeClass(unref(ns).e("stats-row"))
116084
+ },
116085
+ [
116086
+ createElementVNode(
116087
+ "span",
116088
+ {
116089
+ class: normalizeClass(unref(ns).e("stats-label"))
116090
+ },
116091
+ toDisplayString(unref(t)("message.statDays")),
116092
+ 3
116093
+ ),
116094
+ createElementVNode(
116095
+ "span",
116096
+ {
116097
+ class: normalizeClass(unref(ns).e("stats-value"))
116098
+ },
116099
+ toDisplayString(unref(statsDisplay).days),
116100
+ 3
116101
+ )
116102
+ ],
116103
+ 2
116104
+ )
116105
+ ],
116106
+ 2
116107
+ )
116108
+ ]),
116109
+ default: withCtx(() => [
116110
+ createElementVNode(
116111
+ "span",
116112
+ {
116113
+ class: normalizeClass(unref(ns).e("mean-label"))
116114
+ },
116115
+ toDisplayString(unref(t)("message.vrpMean")),
116116
+ 3
116117
+ ),
116118
+ createElementVNode(
116119
+ "span",
116120
+ {
116121
+ class: normalizeClass(unref(ns).e("mean-text"))
116122
+ },
116123
+ toDisplayString(unref(meanHeaderValue)),
116124
+ 3
116125
+ )
116126
+ ]),
116127
+ _: 1
116128
+ }, 8, ["isMobile"])
116129
+ ],
116130
+ 2
116131
+ ),
115865
116132
  createElementVNode("div", _hoisted_4$a, [
115866
116133
  createElementVNode(
115867
116134
  "span",
@@ -1,2 +1,2 @@
1
- /*! Greeks UI v0.0.57 */var e={name:"en",message:{gex:"GEX (Gamma Exposure)",gexTips:"<p>GEX (Gamma Exposure)</p><p>This chart shows the aggregated net gamma exposure of option dealers at each strike price. Positive gamma (green) indicates dealer hedging dampens price movement; negative gamma (red) indicates dealer hedging amplifies price movement.</p><p>GEX = \u03A3(Option Gamma \xD7 Open Interest \xD7 Contract Multiplier \xD7 Spot Price) per $1 move</p>",gexByExpiry:"GEX by Expiration",gexByExpiryTips:"<p>GEX by Expiration</p><p>This chart breaks down gamma exposure at each strike price by expiration date. Each color represents a different expiry, allowing users to identify which expirations contribute most to the gamma profile at specific strikes.</p><p>GEX per Expiry = \u03A3(Option Gamma \xD7 Open Interest \xD7 Contract Multiplier \xD7 Spot Price) for a given expiration</p>",sabrCalibratedParameters:"SABR Calibrated Parameters",sabrCalibratedParametersTips:"<p>SABR Calibrated Parameters</p><p>Displays the calibrated SABR model parameters (Alpha, Rho, Nu) and Forward price for each expiry. Used to assess volatility smile dynamics.</p>",sabrCalibrationDiagnostics:"SABR Calibration Diagnostics",sabrCalibrationDiagnosticsTips:"<p>SABR Calibration Diagnostics</p><p>Diagnostic metrics evaluating the quality and stability of the SABR model calibration for each expiry.</p>",sabrIVTitle:"SABR IV Curve",sabrIVTips:"<p>SABR IV Curve</p><p>Compares the continuous SABR implied volatility curve against actual market Mid IV across different strike prices for a selected expiry.</p>",sabrIVStrikes:"Strikes",sabrIVYAxisLabel:"Implied Volatility",sabrIVLegendModel:"SABR Model",sabrIVLegendMarket:"Market Mid IV",sabrIVLegendInterpolated:"Interpolated Strike",sabrIVInterpolatedStrike:"Interpolated Strike",sabrIVTooltipSabrAtmIv:"SABR ATM IV",sabrIVTooltipMarketMidIv:"Market Mid IV",sabrCalibrationDiagnosticsState:"State",sabrCalibrationDiagnosticsStateApplied:"Applied",sabrCalibrationDiagnosticsStateWarmingUp:"Warming up",sabrCalibrationDiagnosticsStateInvalid:"Invalid",sabrCalibrationDiagnosticsReasonWarmingUp:"Gathering data points (Min requirement: 1440 points).",sabrCalibrationDiagnosticsReasonExpiryTooShort:"Expiry is less than 7 days, or SABR surface parameters are invalid.",sabrCalibrationDiagnosticsReasonMissingSurface:"SABR surface data not found for this expiry.",sabrCalibrationDiagnosticsReasonProviderUnavailable:"Skew data provider is currently unavailable.",sabrCalibrationDiagnosticsReasonMissingHistory:"Historical data missing for this expiry.",sabrCalibrationDiagnosticsReasonStale:"Surface data is stale (delayed over 60 seconds).",sabrCalibrationDiagnosticsReasonUnknown:"Unknown SABR calibration error.",strike:"Strike",contractsPer1Move:"Nr contracts for $1 move in underlying",atmIVTips:"<p>ATM IV (At-the-Money Implied Volatility)</p><p>This chart displays the changes in implied volatility (IV) of at-the-money options (ATM) over time. It also overlays Realized Volatility (RV) for comparison.</p><p>By default, it shows the IV for 1 month, 3 months, and 6 months, along with 7-day RV. You can also choose to overlay different RV periods through column management in the top right corner.</p>",deltaSkewTips:"<p>25\u0394 Skew (25-Delta Skew)</p><p>This chart shows the degree of volatility skewness between Call and Put options with a Delta of 0.25.</p><p>25\u0394 Skew = 25d Call IV - 25d Put IV</p>",volFly:"25\u0394 Fly",volFlyTips:"<p>25\u0394 Fly (25 Delta Fly)</p><p>This chart shows volatility surface convexity, measuring the market's pricing differential for extreme market conditions.</p><p>Fly = Avg(25\u0394 Call IV, 25\u0394 Put IV) - 50\u0394 Call IV</p>",realizedVolatilityTips:"<p>Realized Volatility (RV)</p><p>This chart displays the realized volatility for options with different expiration dates. You can use the calculator view in the upper-right corner to customize.</p><p>Realized Volatility (RV), also known as Historical Volatility (HV).</p>",atmVolatilityTermStructure:"ATM Volatility Term Structure",atmVolatilityTermStructureTips:'<p>ATM Volatility Term Structure</p><p>This chart simultaneously shows the implied volatility for at-the-money options (ATM IV) and forward volatility (FWD IV) with different expiration dates.</p><p>FWD IV, for Forward IV. Divide the time period into near-term and far-term, and the IV after excluding near-term IV adjustments is the forward IV (similar to forward rates).</p><p>Learn More: <a href="https://en.wikipedia.org/wiki/Forward_volatility" target="_blank"> Forward volatility - Wikipedia</a></p>',optionFlow:"Option Flow",optionFlowTips:"<p>Option Flow (Option Trading Ratio)</p><p>This chart shows the trading volume and ratio of buy and sell orders, as well as block trades, for call and put options in the last 1 hour and 24 hours. You can switch between different time periods in the upper-right corner.</p>",upto:"Up to:",total:"Total:",optionsOpenInterest:"Option Open Interest",optionsOpenInterestTips:"<p>Options Open Interest</p><p>This chart displays the open interest for options at different strike prices or expiration dates.</p>",cprTips:"<p>PCR = Total number of Puts / Total number of Calls</p>",historicalDeliveryPrice:"Historical Delivery Price",historicalDeliveryPriceTips:"<p>Historical Delivery Price</p><p>This chart shows the recent daily historical delivery prices.</p>",maxPainPrice:"Max Pain Price",maxPainPriceTips:'<p>Max Pain Price</p><p>This chart shows the strike price with the most concentrated open interest for different expiration dates, also known as the "Max Pain" price.</p>',ivSkew:"IV Skew",iVSkewTips:"<p>IV Skew (Implied Volatility Skew Curve)</p><p>This chart shows the skew curve formed by IV for options with different exercise prices.</p>",optionTradeVolume:"Option Trade Volume",optionTradeVolumeTips:"<p>Option Trade Volume</p><p>This chart shows the distribution of option trading volume over time, both in the Buy and Sell directions. You can switch between different time granularities in the upper-right corner.</p>",periodLabel:"Period:",vrp:"VRP",vrpTips:"<p>VRP\uFF08Volatility Risk Premium\uFF09</p><p>VRP, or Volatility Risk Premium, represents the difference between implied volatility (IV) and realized volatility (RV), where VRP = IV - RV.</p><p>Volatility traders care not only about what is expected (Implied Volatility) but also what actually transpired (Realized Volatility). VRP serves as a metric to measure the fluctuation in the difference between these two.</p>",volTenor:"Vol Tenor:",samplePeriod:"Sample Period:",ivSurface:"Implied Volatility Surface",impliedVolatilitySurfaceTips:"<p>Implied Volatility Surface</p><p>This 3D chart shows a surface formed by the implied volatility (IV) of options with different expiration dates and strike prices. It supports mouse dragging, as well as zooming in and out.</p>",tradeScatterPlot:"Trade Scatter Plot",tradeScatterPlotTips:"<p>Trade Scatter Plot</p><p>This scatter plot shows the distribution of trades across time and Mark Price spread (SFM), where dot size represents the number of contracts traded.</p>",contracts:"Contracts",spotsEtfNetInflow:"Spots ETF Net Inflow",spotsEtfNetInflowTips:"<p>Spots ETF Net Inflow</p><p>This chart shows the market spot ETF net inflows and net assets.</p>",optionSkewTable:"Option Skew Table",optionSkewTableTips:"<p>Option Skew Table</p><p>This table shows volatility skew values for contracts with different expiration dates across various Delta values.</p>",expiryIn:"Expiry In",chg1dTips:"Changes in the Last Day",chg2dTips:"Changes in the Last 2 Days",chg1wTips:"Changes in the Last Week",chg2wTips:"Changes in the Last 2 Weeks",chg1mTips:"Changes in the last Month",colon:":",algorithm:"Algorithm",day:"day",rv:"Realized volatility",unbiasedHv:"Unbiased estimator of volatility",parkinsonHv:"Parkinson volatility",klineResolution:"Resolution",period:"Period",hour:"Hours",minute:"Mins",calc:"CALCULATE",kLinePeriodStatement:"* Maximum 1000 cycles.",tooManyRequest:"invalid param, param resolution is required",tips:"Notifications",buy:"Buy",sell:"Sell",long:"Long",short:"Short",range:"Range:",time:"Time:",contractsLabel:"Contracts:",mode:"Mode:",natural:"Natural",settlement:"Settlement",naturalModeTips:"<p>Natural Time Comparison Mode shows the change of the value between the current time and a specified natural time period in the past (1 day/2 days/1 week, etc.). For example, Chg-1D displays the change between the current value and the value from 24 hours ago.</p>",settlementModeTips:"<p>Settlement Time Comparison Mode shows the change of the value between the current time and the most recent settlement time. For example, Chg-1D displays the change between the current value and the value at the previous settlement time. Useful for analyzing the value changes within settlement cycles.</p>",deltaTotal:"Delta Total",optionsDelta:"Options Delta",expiry:"Expiry"}};export{e as default};
1
+ /*! Greeks UI v0.0.57 */var e={name:"en",message:{gex:"GEX (Gamma Exposure)",gexTips:"<p>GEX (Gamma Exposure)</p><p>This chart shows the aggregated net gamma exposure of option dealers at each strike price. Positive gamma (green) indicates dealer hedging dampens price movement; negative gamma (red) indicates dealer hedging amplifies price movement.</p><p>GEX = \u03A3(Option Gamma \xD7 Open Interest \xD7 Contract Multiplier \xD7 Spot Price) per $1 move</p>",gexByExpiry:"GEX by Expiration",gexByExpiryTips:"<p>GEX by Expiration</p><p>This chart breaks down gamma exposure at each strike price by expiration date. Each color represents a different expiry, allowing users to identify which expirations contribute most to the gamma profile at specific strikes.</p><p>GEX per Expiry = \u03A3(Option Gamma \xD7 Open Interest \xD7 Contract Multiplier \xD7 Spot Price) for a given expiration</p>",sabrCalibratedParameters:"SABR Calibrated Parameters",sabrCalibratedParametersTips:"<p>SABR Calibrated Parameters</p><p>Displays the calibrated SABR model parameters (Alpha, Rho, Nu) and Forward price for each expiry. Used to assess volatility smile dynamics.</p>",sabrCalibrationDiagnostics:"SABR Calibration Diagnostics",sabrCalibrationDiagnosticsTips:"<p>SABR Calibration Diagnostics</p><p>Diagnostic metrics evaluating the quality and stability of the SABR model calibration for each expiry.</p>",sabrIVTitle:"SABR IV Curve",sabrIVTips:"<p>SABR IV Curve</p><p>Compares the continuous SABR implied volatility curve against actual market Mid IV across different strike prices for a selected expiry.</p>",sabrIVStrikes:"Strikes",sabrIVYAxisLabel:"Implied Volatility",sabrIVLegendModel:"SABR Model",sabrIVLegendMarket:"Market Mid IV",sabrIVLegendInterpolated:"Interpolated Strike",sabrIVInterpolatedStrike:"Interpolated Strike",sabrIVTooltipSabrAtmIv:"SABR ATM IV",sabrIVTooltipMarketMidIv:"Market Mid IV",sabrCalibrationDiagnosticsState:"State",sabrCalibrationDiagnosticsStateApplied:"Applied",sabrCalibrationDiagnosticsStateWarmingUp:"Warming up",sabrCalibrationDiagnosticsStateInvalid:"Invalid",sabrCalibrationDiagnosticsReasonWarmingUp:"Gathering data points (Min requirement: 1440 points).",sabrCalibrationDiagnosticsReasonExpiryTooShort:"Expiry is less than 7 days, or SABR surface parameters are invalid.",sabrCalibrationDiagnosticsReasonMissingSurface:"SABR surface data not found for this expiry.",sabrCalibrationDiagnosticsReasonProviderUnavailable:"Skew data provider is currently unavailable.",sabrCalibrationDiagnosticsReasonMissingHistory:"Historical data missing for this expiry.",sabrCalibrationDiagnosticsReasonStale:"Surface data is stale (delayed over 60 seconds).",sabrCalibrationDiagnosticsReasonUnknown:"Unknown SABR calibration error.",strike:"Strike",contractsPer1Move:"Nr contracts for $1 move in underlying",atmIVTips:"<p>ATM IV (At-the-Money Implied Volatility)</p><p>This chart displays the changes in implied volatility (IV) of at-the-money options (ATM) over time. It also overlays Realized Volatility (RV) for comparison.</p><p>By default, it shows the IV for 1 month, 3 months, and 6 months, along with 7-day RV. You can also choose to overlay different RV periods through column management in the top right corner.</p>",deltaSkewTips:"<p>25\u0394 Skew (25-Delta Skew)</p><p>This chart shows the degree of volatility skewness between Call and Put options with a Delta of 0.25.</p><p>25\u0394 Skew = 25d Call IV - 25d Put IV</p>",volFly:"25\u0394 Fly",volFlyTips:"<p>25\u0394 Fly (25 Delta Fly)</p><p>This chart shows volatility surface convexity, measuring the market's pricing differential for extreme market conditions.</p><p>Fly = Avg(25\u0394 Call IV, 25\u0394 Put IV) - 50\u0394 Call IV</p>",realizedVolatilityTips:"<p>Realized Volatility (RV)</p><p>This chart displays the realized volatility for options with different expiration dates. You can use the calculator view in the upper-right corner to customize.</p><p>Realized Volatility (RV), also known as Historical Volatility (HV).</p>",atmVolatilityTermStructure:"ATM Volatility Term Structure",atmVolatilityTermStructureTips:'<p>ATM Volatility Term Structure</p><p>This chart simultaneously shows the implied volatility for at-the-money options (ATM IV) and forward volatility (FWD IV) with different expiration dates.</p><p>FWD IV, for Forward IV. Divide the time period into near-term and far-term, and the IV after excluding near-term IV adjustments is the forward IV (similar to forward rates).</p><p>Learn More: <a href="https://en.wikipedia.org/wiki/Forward_volatility" target="_blank"> Forward volatility - Wikipedia</a></p>',optionFlow:"Option Flow",optionFlowTips:"<p>Option Flow (Option Trading Ratio)</p><p>This chart shows the trading volume and ratio of buy and sell orders, as well as block trades, for call and put options in the last 1 hour and 24 hours. You can switch between different time periods in the upper-right corner.</p>",upto:"Up to:",total:"Total:",optionsOpenInterest:"Option Open Interest",optionsOpenInterestTips:"<p>Options Open Interest</p><p>This chart displays the open interest for options at different strike prices or expiration dates.</p>",cprTips:"<p>PCR = Total number of Puts / Total number of Calls</p>",historicalDeliveryPrice:"Historical Delivery Price",historicalDeliveryPriceTips:"<p>Historical Delivery Price</p><p>This chart shows the recent daily historical delivery prices.</p>",maxPainPrice:"Max Pain Price",maxPainPriceTips:'<p>Max Pain Price</p><p>This chart shows the strike price with the most concentrated open interest for different expiration dates, also known as the "Max Pain" price.</p>',ivSkew:"IV Skew",iVSkewTips:"<p>IV Skew (Implied Volatility Skew Curve)</p><p>This chart shows the skew curve formed by IV for options with different exercise prices.</p>",optionTradeVolume:"Option Trade Volume",optionTradeVolumeTips:"<p>Option Trade Volume</p><p>This chart shows the distribution of option trading volume over time, both in the Buy and Sell directions. You can switch between different time granularities in the upper-right corner.</p>",periodLabel:"Period:",vrp:"VRP",vrpTips:"<p>VRP\uFF08Volatility Risk Premium\uFF09</p><p>VRP, or Volatility Risk Premium, represents the difference between implied volatility (IV) and realized volatility (RV), where VRP = IV - RV.</p><p>Volatility traders care not only about what is expected (Implied Volatility) but also what actually transpired (Realized Volatility). VRP serves as a metric to measure the fluctuation in the difference between these two.</p>",vrpMean:"Mean VRP: ",vrpRangeStats:"Range VRP Stats",statMean:"Mean: ",statMax:"Max: ",statMin:"Min: ",statDays:"Days: ",volTenor:"Vol Tenor:",samplePeriod:"Sample Period:",ivSurface:"Implied Volatility Surface",impliedVolatilitySurfaceTips:"<p>Implied Volatility Surface</p><p>This 3D chart shows a surface formed by the implied volatility (IV) of options with different expiration dates and strike prices. It supports mouse dragging, as well as zooming in and out.</p>",tradeScatterPlot:"Trade Scatter Plot",tradeScatterPlotTips:"<p>Trade Scatter Plot</p><p>This scatter plot shows the distribution of trades across time and Mark Price spread (SFM), where dot size represents the number of contracts traded.</p>",contracts:"Contracts",spotsEtfNetInflow:"Spots ETF Net Inflow",spotsEtfNetInflowTips:"<p>Spots ETF Net Inflow</p><p>This chart shows the market spot ETF net inflows and net assets.</p>",optionSkewTable:"Option Skew Table",optionSkewTableTips:"<p>Option Skew Table</p><p>This table shows volatility skew values for contracts with different expiration dates across various Delta values.</p>",expiryIn:"Expiry In",chg1dTips:"Changes in the Last Day",chg2dTips:"Changes in the Last 2 Days",chg1wTips:"Changes in the Last Week",chg2wTips:"Changes in the Last 2 Weeks",chg1mTips:"Changes in the last Month",colon:":",algorithm:"Algorithm",day:"day",rv:"Realized volatility",unbiasedHv:"Unbiased estimator of volatility",parkinsonHv:"Parkinson volatility",klineResolution:"Resolution",period:"Period",hour:"Hours",minute:"Mins",calc:"CALCULATE",kLinePeriodStatement:"* Maximum 1000 cycles.",tooManyRequest:"invalid param, param resolution is required",tips:"Notifications",buy:"Buy",sell:"Sell",long:"Long",short:"Short",range:"Range:",time:"Time:",contractsLabel:"Contracts:",mode:"Mode:",natural:"Natural",settlement:"Settlement",naturalModeTips:"<p>Natural Time Comparison Mode shows the change of the value between the current time and a specified natural time period in the past (1 day/2 days/1 week, etc.). For example, Chg-1D displays the change between the current value and the value from 24 hours ago.</p>",settlementModeTips:"<p>Settlement Time Comparison Mode shows the change of the value between the current time and the most recent settlement time. For example, Chg-1D displays the change between the current value and the value at the previous settlement time. Useful for analyzing the value changes within settlement cycles.</p>",deltaTotal:"Delta Total",optionsDelta:"Options Delta",expiry:"Expiry"}};export{e as default};
2
2
  //# sourceMappingURL=en.min.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"en.min.mjs","sources":["../../../../packages/locale/lang/en.ts"],"sourcesContent":["export default {\n name: 'en',\n message: {\n gex: 'GEX (Gamma Exposure)',\n gexTips: `<p>GEX (Gamma Exposure)</p><p>This chart shows the aggregated net gamma exposure of option dealers at each strike price. Positive gamma (green) indicates dealer hedging dampens price movement; negative gamma (red) indicates dealer hedging amplifies price movement.</p><p>GEX = Σ(Option Gamma × Open Interest × Contract Multiplier × Spot Price) per $1 move</p>`,\n gexByExpiry: 'GEX by Expiration',\n gexByExpiryTips: `<p>GEX by Expiration</p><p>This chart breaks down gamma exposure at each strike price by expiration date. Each color represents a different expiry, allowing users to identify which expirations contribute most to the gamma profile at specific strikes.</p><p>GEX per Expiry = Σ(Option Gamma × Open Interest × Contract Multiplier × Spot Price) for a given expiration</p>`,\n sabrCalibratedParameters: 'SABR Calibrated Parameters',\n sabrCalibratedParametersTips:\n '<p>SABR Calibrated Parameters</p><p>Displays the calibrated SABR model parameters (Alpha, Rho, Nu) and Forward price for each expiry. Used to assess volatility smile dynamics.</p>',\n sabrCalibrationDiagnostics: 'SABR Calibration Diagnostics',\n sabrCalibrationDiagnosticsTips:\n '<p>SABR Calibration Diagnostics</p><p>Diagnostic metrics evaluating the quality and stability of the SABR model calibration for each expiry.</p>',\n sabrIVTitle: 'SABR IV Curve',\n sabrIVTips:\n '<p>SABR IV Curve</p><p>Compares the continuous SABR implied volatility curve against actual market Mid IV across different strike prices for a selected expiry.</p>',\n sabrIVStrikes: 'Strikes',\n sabrIVYAxisLabel: 'Implied Volatility',\n sabrIVLegendModel: 'SABR Model',\n sabrIVLegendMarket: 'Market Mid IV',\n sabrIVLegendInterpolated: 'Interpolated Strike',\n sabrIVInterpolatedStrike: 'Interpolated Strike',\n sabrIVTooltipSabrAtmIv: 'SABR ATM IV',\n sabrIVTooltipMarketMidIv: 'Market Mid IV',\n sabrCalibrationDiagnosticsState: 'State',\n sabrCalibrationDiagnosticsStateApplied: 'Applied',\n sabrCalibrationDiagnosticsStateWarmingUp: 'Warming up',\n sabrCalibrationDiagnosticsStateInvalid: 'Invalid',\n sabrCalibrationDiagnosticsReasonWarmingUp:\n 'Gathering data points (Min requirement: 1440 points).',\n sabrCalibrationDiagnosticsReasonExpiryTooShort:\n 'Expiry is less than 7 days, or SABR surface parameters are invalid.',\n sabrCalibrationDiagnosticsReasonMissingSurface:\n 'SABR surface data not found for this expiry.',\n sabrCalibrationDiagnosticsReasonProviderUnavailable:\n 'Skew data provider is currently unavailable.',\n sabrCalibrationDiagnosticsReasonMissingHistory:\n 'Historical data missing for this expiry.',\n sabrCalibrationDiagnosticsReasonStale:\n 'Surface data is stale (delayed over 60 seconds).',\n sabrCalibrationDiagnosticsReasonUnknown: 'Unknown SABR calibration error.',\n strike: 'Strike',\n contractsPer1Move: 'Nr contracts for $1 move in underlying',\n atmIVTips:\n '<p>ATM IV (At-the-Money Implied Volatility)</p><p>This chart displays the changes in implied volatility (IV) of at-the-money options (ATM) over time. It also overlays Realized Volatility (RV) for comparison.</p><p>By default, it shows the IV for 1 month, 3 months, and 6 months, along with 7-day RV. You can also choose to overlay different RV periods through column management in the top right corner.</p>',\n deltaSkewTips:\n '<p>25Δ Skew (25-Delta Skew)</p><p>This chart shows the degree of volatility skewness between Call and Put options with a Delta of 0.25.</p><p>25Δ Skew = 25d Call IV - 25d Put IV</p>',\n volFly: '25Δ Fly',\n volFlyTips:\n \"<p>25Δ Fly (25 Delta Fly)</p><p>This chart shows volatility surface convexity, measuring the market's pricing differential for extreme market conditions.</p><p>Fly = Avg(25Δ Call IV, 25Δ Put IV) - 50Δ Call IV</p>\",\n realizedVolatilityTips: `<p>Realized Volatility (RV)</p><p>This chart displays the realized volatility for options with different expiration dates. You can use the calculator view in the upper-right corner to customize.</p><p>Realized Volatility (RV), also known as Historical Volatility (HV).</p>`,\n atmVolatilityTermStructure: 'ATM Volatility Term Structure',\n atmVolatilityTermStructureTips: `<p>ATM Volatility Term Structure</p><p>This chart simultaneously shows the implied volatility for at-the-money options (ATM IV) and forward volatility (FWD IV) with different expiration dates.</p><p>FWD IV, for Forward IV. Divide the time period into near-term and far-term, and the IV after excluding near-term IV adjustments is the forward IV (similar to forward rates).</p><p>Learn More: <a href=\"https://en.wikipedia.org/wiki/Forward_volatility\" target=\"_blank\"> Forward volatility - Wikipedia</a></p>`,\n optionFlow: 'Option Flow',\n optionFlowTips:\n '<p>Option Flow (Option Trading Ratio)</p><p>This chart shows the trading volume and ratio of buy and sell orders, as well as block trades, for call and put options in the last 1 hour and 24 hours. You can switch between different time periods in the upper-right corner.</p>',\n upto: 'Up to:',\n total: 'Total:',\n optionsOpenInterest: 'Option Open Interest',\n optionsOpenInterestTips:\n '<p>Options Open Interest</p><p>This chart displays the open interest for options at different strike prices or expiration dates.</p>',\n cprTips: '<p>PCR = Total number of Puts / Total number of Calls</p>',\n historicalDeliveryPrice: 'Historical Delivery Price',\n historicalDeliveryPriceTips:\n '<p>Historical Delivery Price</p><p>This chart shows the recent daily historical delivery prices.</p>',\n maxPainPrice: 'Max Pain Price',\n maxPainPriceTips:\n '<p>Max Pain Price</p><p>This chart shows the strike price with the most concentrated open interest for different expiration dates, also known as the \"Max Pain\" price.</p>',\n ivSkew: 'IV Skew',\n iVSkewTips:\n '<p>IV Skew (Implied Volatility Skew Curve)</p><p>This chart shows the skew curve formed by IV for options with different exercise prices.</p>',\n optionTradeVolume: 'Option Trade Volume',\n optionTradeVolumeTips:\n '<p>Option Trade Volume</p><p>This chart shows the distribution of option trading volume over time, both in the Buy and Sell directions. You can switch between different time granularities in the upper-right corner.</p>',\n periodLabel: 'Period:',\n vrp: 'VRP',\n vrpTips:\n '<p>VRP(Volatility Risk Premium)</p><p>VRP, or Volatility Risk Premium, represents the difference between implied volatility (IV) and realized volatility (RV), where VRP = IV - RV.</p><p>Volatility traders care not only about what is expected (Implied Volatility) but also what actually transpired (Realized Volatility). VRP serves as a metric to measure the fluctuation in the difference between these two.</p>',\n volTenor: 'Vol Tenor:',\n samplePeriod: 'Sample Period:',\n ivSurface: 'Implied Volatility Surface',\n impliedVolatilitySurfaceTips:\n '<p>Implied Volatility Surface</p><p>This 3D chart shows a surface formed by the implied volatility (IV) of options with different expiration dates and strike prices. It supports mouse dragging, as well as zooming in and out.</p>',\n tradeScatterPlot: 'Trade Scatter Plot',\n tradeScatterPlotTips:\n '<p>Trade Scatter Plot</p><p>This scatter plot shows the distribution of trades across time and Mark Price spread (SFM), where dot size represents the number of contracts traded.</p>',\n contracts: 'Contracts',\n spotsEtfNetInflow: 'Spots ETF Net Inflow',\n spotsEtfNetInflowTips:\n '<p>Spots ETF Net Inflow</p><p>This chart shows the market spot ETF net inflows and net assets.</p>',\n optionSkewTable: 'Option Skew Table',\n optionSkewTableTips:\n '<p>Option Skew Table</p><p>This table shows volatility skew values for contracts with different expiration dates across various Delta values.</p>',\n\n expiryIn: 'Expiry In',\n chg1dTips: 'Changes in the Last Day',\n chg2dTips: 'Changes in the Last 2 Days',\n chg1wTips: 'Changes in the Last Week',\n chg2wTips: 'Changes in the Last 2 Weeks',\n chg1mTips: 'Changes in the last Month',\n\n colon: ':',\n algorithm: 'Algorithm',\n day: 'day',\n rv: 'Realized volatility',\n unbiasedHv: 'Unbiased estimator of volatility',\n parkinsonHv: 'Parkinson volatility',\n klineResolution: 'Resolution',\n period: 'Period',\n hour: 'Hours',\n minute: 'Mins',\n calc: 'CALCULATE',\n kLinePeriodStatement: '* Maximum 1000 cycles.',\n tooManyRequest: 'invalid param, param resolution is required',\n tips: 'Notifications',\n buy: 'Buy',\n sell: 'Sell',\n long: 'Long',\n short: 'Short',\n range: 'Range:',\n time: 'Time:',\n contractsLabel: 'Contracts:',\n mode: 'Mode:',\n natural: 'Natural',\n settlement: 'Settlement',\n naturalModeTips:\n '<p>Natural Time Comparison Mode shows the change of the value between the current time and a specified natural time period in the past (1 day/2 days/1 week, etc.). For example, Chg-1D displays the change between the current value and the value from 24 hours ago.</p>',\n settlementModeTips:\n '<p>Settlement Time Comparison Mode shows the change of the value between the current time and the most recent settlement time. For example, Chg-1D displays the change between the current value and the value at the previous settlement time. Useful for analyzing the value changes within settlement cycles.</p>',\n deltaTotal: 'Delta Total',\n optionsDelta: 'Options Delta',\n expiry: 'Expiry',\n },\n};\n"],"names":["en"],"mappings":"wBAAA,IAAeA,EAAA,CACb,KAAM,KACN,QAAS,CACP,IAAK,uBACL,QAAS,wXACT,YAAa,oBACb,gBAAiB,gYACjB,yBAA0B,6BAC1B,6BACE,sLACF,2BAA4B,+BAC5B,+BACE,mJACF,YAAa,gBACb,WACE,sKACF,cAAe,UACf,iBAAkB,qBAClB,kBAAmB,aACnB,mBAAoB,gBACpB,yBAA0B,sBAC1B,yBAA0B,sBAC1B,uBAAwB,cACxB,yBAA0B,gBAC1B,gCAAiC,QACjC,uCAAwC,UACxC,yCAA0C,aAC1C,uCAAwC,UACxC,0CACE,wDACF,+CACE,sEACF,+CACE,+CACF,oDACE,+CACF,+CACE,2CACF,sCACE,mDACF,wCAAyC,kCACzC,OAAQ,SACR,kBAAmB,yCACnB,UACE,yZACF,cACE,kMACF,OAAQ,eACR,WACE,2OACF,uBAAwB,mRACxB,2BAA4B,gCAC5B,+BAAgC,4fAChC,WAAY,cACZ,eACE,oRACF,KAAM,SACN,MAAO,SACP,oBAAqB,uBACrB,wBACE,uIACF,QAAS,4DACT,wBAAyB,4BACzB,4BACE,uGACF,aAAc,iBACd,iBACE,6KACF,OAAQ,UACR,WACE,gJACF,kBAAmB,sBACnB,sBACE,6NACF,YAAa,UACb,IAAK,MACL,QACE,uaACF,SAAU,aACV,aAAc,iBACd,UAAW,6BACX,6BACE,uOACF,iBAAkB,qBAClB,qBACE,wLACF,UAAW,YACX,kBAAmB,uBACnB,sBACE,qGACF,gBAAiB,oBACjB,oBACE,oJAEF,SAAU,YACV,UAAW,0BACX,UAAW,6BACX,UAAW,2BACX,UAAW,8BACX,UAAW,4BAEX,MAAO,IACP,UAAW,YACX,IAAK,MACL,GAAI,sBACJ,WAAY,mCACZ,YAAa,uBACb,gBAAiB,aACjB,OAAQ,SACR,KAAM,QACN,OAAQ,OACR,KAAM,YACN,qBAAsB,yBACtB,eAAgB,8CAChB,KAAM,gBACN,IAAK,MACL,KAAM,OACN,KAAM,OACN,MAAO,QACP,MAAO,SACP,KAAM,QACN,eAAgB,aAChB,KAAM,QACN,QAAS,UACT,WAAY,aACZ,gBACE,6QACF,mBACE,uTACF,WAAY,cACZ,aAAc,gBACd,OAAQ,QACV,CACF"}
1
+ {"version":3,"file":"en.min.mjs","sources":["../../../../packages/locale/lang/en.ts"],"sourcesContent":["export default {\n name: 'en',\n message: {\n gex: 'GEX (Gamma Exposure)',\n gexTips: `<p>GEX (Gamma Exposure)</p><p>This chart shows the aggregated net gamma exposure of option dealers at each strike price. Positive gamma (green) indicates dealer hedging dampens price movement; negative gamma (red) indicates dealer hedging amplifies price movement.</p><p>GEX = Σ(Option Gamma × Open Interest × Contract Multiplier × Spot Price) per $1 move</p>`,\n gexByExpiry: 'GEX by Expiration',\n gexByExpiryTips: `<p>GEX by Expiration</p><p>This chart breaks down gamma exposure at each strike price by expiration date. Each color represents a different expiry, allowing users to identify which expirations contribute most to the gamma profile at specific strikes.</p><p>GEX per Expiry = Σ(Option Gamma × Open Interest × Contract Multiplier × Spot Price) for a given expiration</p>`,\n sabrCalibratedParameters: 'SABR Calibrated Parameters',\n sabrCalibratedParametersTips:\n '<p>SABR Calibrated Parameters</p><p>Displays the calibrated SABR model parameters (Alpha, Rho, Nu) and Forward price for each expiry. Used to assess volatility smile dynamics.</p>',\n sabrCalibrationDiagnostics: 'SABR Calibration Diagnostics',\n sabrCalibrationDiagnosticsTips:\n '<p>SABR Calibration Diagnostics</p><p>Diagnostic metrics evaluating the quality and stability of the SABR model calibration for each expiry.</p>',\n sabrIVTitle: 'SABR IV Curve',\n sabrIVTips:\n '<p>SABR IV Curve</p><p>Compares the continuous SABR implied volatility curve against actual market Mid IV across different strike prices for a selected expiry.</p>',\n sabrIVStrikes: 'Strikes',\n sabrIVYAxisLabel: 'Implied Volatility',\n sabrIVLegendModel: 'SABR Model',\n sabrIVLegendMarket: 'Market Mid IV',\n sabrIVLegendInterpolated: 'Interpolated Strike',\n sabrIVInterpolatedStrike: 'Interpolated Strike',\n sabrIVTooltipSabrAtmIv: 'SABR ATM IV',\n sabrIVTooltipMarketMidIv: 'Market Mid IV',\n sabrCalibrationDiagnosticsState: 'State',\n sabrCalibrationDiagnosticsStateApplied: 'Applied',\n sabrCalibrationDiagnosticsStateWarmingUp: 'Warming up',\n sabrCalibrationDiagnosticsStateInvalid: 'Invalid',\n sabrCalibrationDiagnosticsReasonWarmingUp:\n 'Gathering data points (Min requirement: 1440 points).',\n sabrCalibrationDiagnosticsReasonExpiryTooShort:\n 'Expiry is less than 7 days, or SABR surface parameters are invalid.',\n sabrCalibrationDiagnosticsReasonMissingSurface:\n 'SABR surface data not found for this expiry.',\n sabrCalibrationDiagnosticsReasonProviderUnavailable:\n 'Skew data provider is currently unavailable.',\n sabrCalibrationDiagnosticsReasonMissingHistory:\n 'Historical data missing for this expiry.',\n sabrCalibrationDiagnosticsReasonStale:\n 'Surface data is stale (delayed over 60 seconds).',\n sabrCalibrationDiagnosticsReasonUnknown: 'Unknown SABR calibration error.',\n strike: 'Strike',\n contractsPer1Move: 'Nr contracts for $1 move in underlying',\n atmIVTips:\n '<p>ATM IV (At-the-Money Implied Volatility)</p><p>This chart displays the changes in implied volatility (IV) of at-the-money options (ATM) over time. It also overlays Realized Volatility (RV) for comparison.</p><p>By default, it shows the IV for 1 month, 3 months, and 6 months, along with 7-day RV. You can also choose to overlay different RV periods through column management in the top right corner.</p>',\n deltaSkewTips:\n '<p>25Δ Skew (25-Delta Skew)</p><p>This chart shows the degree of volatility skewness between Call and Put options with a Delta of 0.25.</p><p>25Δ Skew = 25d Call IV - 25d Put IV</p>',\n volFly: '25Δ Fly',\n volFlyTips:\n \"<p>25Δ Fly (25 Delta Fly)</p><p>This chart shows volatility surface convexity, measuring the market's pricing differential for extreme market conditions.</p><p>Fly = Avg(25Δ Call IV, 25Δ Put IV) - 50Δ Call IV</p>\",\n realizedVolatilityTips: `<p>Realized Volatility (RV)</p><p>This chart displays the realized volatility for options with different expiration dates. You can use the calculator view in the upper-right corner to customize.</p><p>Realized Volatility (RV), also known as Historical Volatility (HV).</p>`,\n atmVolatilityTermStructure: 'ATM Volatility Term Structure',\n atmVolatilityTermStructureTips: `<p>ATM Volatility Term Structure</p><p>This chart simultaneously shows the implied volatility for at-the-money options (ATM IV) and forward volatility (FWD IV) with different expiration dates.</p><p>FWD IV, for Forward IV. Divide the time period into near-term and far-term, and the IV after excluding near-term IV adjustments is the forward IV (similar to forward rates).</p><p>Learn More: <a href=\"https://en.wikipedia.org/wiki/Forward_volatility\" target=\"_blank\"> Forward volatility - Wikipedia</a></p>`,\n optionFlow: 'Option Flow',\n optionFlowTips:\n '<p>Option Flow (Option Trading Ratio)</p><p>This chart shows the trading volume and ratio of buy and sell orders, as well as block trades, for call and put options in the last 1 hour and 24 hours. You can switch between different time periods in the upper-right corner.</p>',\n upto: 'Up to:',\n total: 'Total:',\n optionsOpenInterest: 'Option Open Interest',\n optionsOpenInterestTips:\n '<p>Options Open Interest</p><p>This chart displays the open interest for options at different strike prices or expiration dates.</p>',\n cprTips: '<p>PCR = Total number of Puts / Total number of Calls</p>',\n historicalDeliveryPrice: 'Historical Delivery Price',\n historicalDeliveryPriceTips:\n '<p>Historical Delivery Price</p><p>This chart shows the recent daily historical delivery prices.</p>',\n maxPainPrice: 'Max Pain Price',\n maxPainPriceTips:\n '<p>Max Pain Price</p><p>This chart shows the strike price with the most concentrated open interest for different expiration dates, also known as the \"Max Pain\" price.</p>',\n ivSkew: 'IV Skew',\n iVSkewTips:\n '<p>IV Skew (Implied Volatility Skew Curve)</p><p>This chart shows the skew curve formed by IV for options with different exercise prices.</p>',\n optionTradeVolume: 'Option Trade Volume',\n optionTradeVolumeTips:\n '<p>Option Trade Volume</p><p>This chart shows the distribution of option trading volume over time, both in the Buy and Sell directions. You can switch between different time granularities in the upper-right corner.</p>',\n periodLabel: 'Period:',\n vrp: 'VRP',\n vrpTips:\n '<p>VRP(Volatility Risk Premium)</p><p>VRP, or Volatility Risk Premium, represents the difference between implied volatility (IV) and realized volatility (RV), where VRP = IV - RV.</p><p>Volatility traders care not only about what is expected (Implied Volatility) but also what actually transpired (Realized Volatility). VRP serves as a metric to measure the fluctuation in the difference between these two.</p>',\n vrpMean: 'Mean VRP: ',\n vrpRangeStats: 'Range VRP Stats',\n statMean: 'Mean: ',\n statMax: 'Max: ',\n statMin: 'Min: ',\n statDays: 'Days: ',\n volTenor: 'Vol Tenor:',\n samplePeriod: 'Sample Period:',\n ivSurface: 'Implied Volatility Surface',\n impliedVolatilitySurfaceTips:\n '<p>Implied Volatility Surface</p><p>This 3D chart shows a surface formed by the implied volatility (IV) of options with different expiration dates and strike prices. It supports mouse dragging, as well as zooming in and out.</p>',\n tradeScatterPlot: 'Trade Scatter Plot',\n tradeScatterPlotTips:\n '<p>Trade Scatter Plot</p><p>This scatter plot shows the distribution of trades across time and Mark Price spread (SFM), where dot size represents the number of contracts traded.</p>',\n contracts: 'Contracts',\n spotsEtfNetInflow: 'Spots ETF Net Inflow',\n spotsEtfNetInflowTips:\n '<p>Spots ETF Net Inflow</p><p>This chart shows the market spot ETF net inflows and net assets.</p>',\n optionSkewTable: 'Option Skew Table',\n optionSkewTableTips:\n '<p>Option Skew Table</p><p>This table shows volatility skew values for contracts with different expiration dates across various Delta values.</p>',\n\n expiryIn: 'Expiry In',\n chg1dTips: 'Changes in the Last Day',\n chg2dTips: 'Changes in the Last 2 Days',\n chg1wTips: 'Changes in the Last Week',\n chg2wTips: 'Changes in the Last 2 Weeks',\n chg1mTips: 'Changes in the last Month',\n\n colon: ':',\n algorithm: 'Algorithm',\n day: 'day',\n rv: 'Realized volatility',\n unbiasedHv: 'Unbiased estimator of volatility',\n parkinsonHv: 'Parkinson volatility',\n klineResolution: 'Resolution',\n period: 'Period',\n hour: 'Hours',\n minute: 'Mins',\n calc: 'CALCULATE',\n kLinePeriodStatement: '* Maximum 1000 cycles.',\n tooManyRequest: 'invalid param, param resolution is required',\n tips: 'Notifications',\n buy: 'Buy',\n sell: 'Sell',\n long: 'Long',\n short: 'Short',\n range: 'Range:',\n time: 'Time:',\n contractsLabel: 'Contracts:',\n mode: 'Mode:',\n natural: 'Natural',\n settlement: 'Settlement',\n naturalModeTips:\n '<p>Natural Time Comparison Mode shows the change of the value between the current time and a specified natural time period in the past (1 day/2 days/1 week, etc.). For example, Chg-1D displays the change between the current value and the value from 24 hours ago.</p>',\n settlementModeTips:\n '<p>Settlement Time Comparison Mode shows the change of the value between the current time and the most recent settlement time. For example, Chg-1D displays the change between the current value and the value at the previous settlement time. Useful for analyzing the value changes within settlement cycles.</p>',\n deltaTotal: 'Delta Total',\n optionsDelta: 'Options Delta',\n expiry: 'Expiry',\n },\n};\n"],"names":["en"],"mappings":"wBAAA,IAAeA,EAAA,CACb,KAAM,KACN,QAAS,CACP,IAAK,uBACL,QAAS,wXACT,YAAa,oBACb,gBAAiB,gYACjB,yBAA0B,6BAC1B,6BACE,sLACF,2BAA4B,+BAC5B,+BACE,mJACF,YAAa,gBACb,WACE,sKACF,cAAe,UACf,iBAAkB,qBAClB,kBAAmB,aACnB,mBAAoB,gBACpB,yBAA0B,sBAC1B,yBAA0B,sBAC1B,uBAAwB,cACxB,yBAA0B,gBAC1B,gCAAiC,QACjC,uCAAwC,UACxC,yCAA0C,aAC1C,uCAAwC,UACxC,0CACE,wDACF,+CACE,sEACF,+CACE,+CACF,oDACE,+CACF,+CACE,2CACF,sCACE,mDACF,wCAAyC,kCACzC,OAAQ,SACR,kBAAmB,yCACnB,UACE,yZACF,cACE,kMACF,OAAQ,eACR,WACE,2OACF,uBAAwB,mRACxB,2BAA4B,gCAC5B,+BAAgC,4fAChC,WAAY,cACZ,eACE,oRACF,KAAM,SACN,MAAO,SACP,oBAAqB,uBACrB,wBACE,uIACF,QAAS,4DACT,wBAAyB,4BACzB,4BACE,uGACF,aAAc,iBACd,iBACE,6KACF,OAAQ,UACR,WACE,gJACF,kBAAmB,sBACnB,sBACE,6NACF,YAAa,UACb,IAAK,MACL,QACE,uaACF,QAAS,aACT,cAAe,kBACf,SAAU,SACV,QAAS,QACT,QAAS,QACT,SAAU,SACV,SAAU,aACV,aAAc,iBACd,UAAW,6BACX,6BACE,uOACF,iBAAkB,qBAClB,qBACE,wLACF,UAAW,YACX,kBAAmB,uBACnB,sBACE,qGACF,gBAAiB,oBACjB,oBACE,oJAEF,SAAU,YACV,UAAW,0BACX,UAAW,6BACX,UAAW,2BACX,UAAW,8BACX,UAAW,4BAEX,MAAO,IACP,UAAW,YACX,IAAK,MACL,GAAI,sBACJ,WAAY,mCACZ,YAAa,uBACb,gBAAiB,aACjB,OAAQ,SACR,KAAM,QACN,OAAQ,OACR,KAAM,YACN,qBAAsB,yBACtB,eAAgB,8CAChB,KAAM,gBACN,IAAK,MACL,KAAM,OACN,KAAM,OACN,MAAO,QACP,MAAO,SACP,KAAM,QACN,eAAgB,aAChB,KAAM,QACN,QAAS,UACT,WAAY,aACZ,gBACE,6QACF,mBACE,uTACF,WAAY,cACZ,aAAc,gBACd,OAAQ,QACV,CACF"}
@@ -59,6 +59,12 @@ var en = {
59
59
  periodLabel: "Period:",
60
60
  vrp: "VRP",
61
61
  vrpTips: "<p>VRP\uFF08Volatility Risk Premium\uFF09</p><p>VRP, or Volatility Risk Premium, represents the difference between implied volatility (IV) and realized volatility (RV), where VRP = IV - RV.</p><p>Volatility traders care not only about what is expected (Implied Volatility) but also what actually transpired (Realized Volatility). VRP serves as a metric to measure the fluctuation in the difference between these two.</p>",
62
+ vrpMean: "Mean VRP: ",
63
+ vrpRangeStats: "Range VRP Stats",
64
+ statMean: "Mean: ",
65
+ statMax: "Max: ",
66
+ statMin: "Min: ",
67
+ statDays: "Days: ",
62
68
  volTenor: "Vol Tenor:",
63
69
  samplePeriod: "Sample Period:",
64
70
  ivSurface: "Implied Volatility Surface",