greeks-live-ui 0.1.21 → 0.1.22
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.
- package/dist/index.css +1 -1
- package/dist/index.full.min.mjs +92 -92
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +62 -329
- package/dist/locale/en.min.mjs +1 -1
- package/dist/locale/en.min.mjs.map +1 -1
- package/dist/locale/en.mjs +0 -6
- package/dist/locale/zh-cn.min.mjs +1 -1
- package/dist/locale/zh-cn.min.mjs.map +1 -1
- package/dist/locale/zh-cn.mjs +0 -6
- package/dist/locale/zh-tw.min.mjs +1 -1
- package/dist/locale/zh-tw.min.mjs.map +1 -1
- package/dist/locale/zh-tw.mjs +0 -6
- package/es/components/chart/index.d.ts +28 -28
- package/es/components/chart/src/chart.vue.d.ts +28 -28
- package/es/components/chart-panel/index.d.ts +10 -10
- package/es/components/chart-panel/src/chart-panel.vue.d.ts +10 -10
- package/es/components/greeks-summary/index.d.ts +4 -4
- package/es/components/greeks-summary/src/greeks-summary.vue.d.ts +4 -4
- package/es/components/panel-vrp/index.d.ts +24 -59
- package/es/components/panel-vrp/src/panel-vrp.d.ts +0 -5
- package/es/components/panel-vrp/src/panel-vrp.vue.d.ts +24 -61
- package/es/components/popover/index.d.ts +6 -6
- package/es/components/popover/src/popover.d.ts +1 -1
- package/es/components/popover/src/popover.vue.d.ts +6 -6
- package/es/components/tag/index.d.ts +1 -1
- package/es/components/tag/src/tag.vue.d.ts +1 -1
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/hooks/use-floating/index.d.ts +4 -4
- package/es/hooks/use-z-index/index.d.ts +3 -3
- package/es/index.mjs +25 -25
- package/es/locale/lang/en.d.ts +0 -6
- package/es/locale/lang/zh-cn.d.ts +0 -6
- package/es/locale/lang/zh-tw.d.ts +0 -6
- package/es/packages/components/checkbox/index.mjs +2 -2
- package/es/packages/components/checkbox/src/checkbox.mjs +31 -5
- package/es/packages/components/checkbox/src/checkbox.mjs.map +1 -1
- package/es/packages/components/checkbox/src/checkbox2.mjs +5 -31
- package/es/packages/components/checkbox/src/checkbox2.mjs.map +1 -1
- package/es/packages/components/countdown/index.mjs +2 -2
- package/es/packages/components/countdown/src/countdown.mjs +163 -53
- package/es/packages/components/countdown/src/countdown.mjs.map +1 -1
- package/es/packages/components/countdown/src/countdown2.mjs +53 -163
- package/es/packages/components/countdown/src/countdown2.mjs.map +1 -1
- package/es/packages/components/currency-icon/index.mjs +2 -2
- package/es/packages/components/currency-icon/src/currency-icon.mjs +8 -45
- package/es/packages/components/currency-icon/src/currency-icon.mjs.map +1 -1
- package/es/packages/components/currency-icon/src/currency-icon2.mjs +45 -8
- package/es/packages/components/currency-icon/src/currency-icon2.mjs.map +1 -1
- package/es/packages/components/currency-radio-group/index.mjs +2 -2
- package/es/packages/components/currency-radio-group/src/currency-radio-group.mjs +18 -57
- package/es/packages/components/currency-radio-group/src/currency-radio-group.mjs.map +1 -1
- package/es/packages/components/currency-radio-group/src/currency-radio-group2.mjs +57 -18
- package/es/packages/components/currency-radio-group/src/currency-radio-group2.mjs.map +1 -1
- package/es/packages/components/dropdown-button/index.mjs +2 -2
- package/es/packages/components/dropdown-button/src/dropdown-button.mjs +39 -5
- package/es/packages/components/dropdown-button/src/dropdown-button.mjs.map +1 -1
- package/es/packages/components/dropdown-button/src/dropdown-button2.mjs +5 -39
- package/es/packages/components/dropdown-button/src/dropdown-button2.mjs.map +1 -1
- package/es/packages/components/greeks-summary/index.mjs +2 -2
- package/es/packages/components/greeks-summary/src/greeks-summary.mjs +49 -340
- package/es/packages/components/greeks-summary/src/greeks-summary.mjs.map +1 -1
- package/es/packages/components/greeks-summary/src/greeks-summary2.mjs +340 -49
- package/es/packages/components/greeks-summary/src/greeks-summary2.mjs.map +1 -1
- package/es/packages/components/index.mjs +25 -25
- package/es/packages/components/menu/index.mjs +2 -2
- package/es/packages/components/menu/src/menu.mjs +5 -31
- package/es/packages/components/menu/src/menu.mjs.map +1 -1
- package/es/packages/components/menu/src/menu2.mjs +31 -5
- package/es/packages/components/menu/src/menu2.mjs.map +1 -1
- package/es/packages/components/menu-item/index.mjs +2 -2
- package/es/packages/components/menu-item/src/menu-item.mjs +5 -31
- package/es/packages/components/menu-item/src/menu-item.mjs.map +1 -1
- package/es/packages/components/menu-item/src/menu-item2.mjs +31 -5
- package/es/packages/components/menu-item/src/menu-item2.mjs.map +1 -1
- package/es/packages/components/number-format/index.mjs +2 -2
- package/es/packages/components/number-format/src/number-format.mjs +152 -71
- package/es/packages/components/number-format/src/number-format.mjs.map +1 -1
- package/es/packages/components/number-format/src/number-format2.mjs +71 -152
- package/es/packages/components/number-format/src/number-format2.mjs.map +1 -1
- package/es/packages/components/page-turner/index.mjs +2 -2
- package/es/packages/components/page-turner/src/page-turner.mjs +63 -12
- package/es/packages/components/page-turner/src/page-turner.mjs.map +1 -1
- package/es/packages/components/page-turner/src/page-turner2.mjs +12 -63
- package/es/packages/components/page-turner/src/page-turner2.mjs.map +1 -1
- package/es/packages/components/panel-gex-by-expiry/index.mjs +2 -2
- package/es/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry.mjs +554 -22
- package/es/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry.mjs.map +1 -1
- package/es/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry2.mjs +22 -554
- package/es/packages/components/panel-gex-by-expiry/src/panel-gex-by-expiry2.mjs.map +1 -1
- package/es/packages/components/panel-iv-skew/index.mjs +2 -2
- package/es/packages/components/panel-iv-skew/src/panel-iv-skew.mjs +22 -418
- package/es/packages/components/panel-iv-skew/src/panel-iv-skew.mjs.map +1 -1
- package/es/packages/components/panel-iv-skew/src/panel-iv-skew2.mjs +418 -22
- package/es/packages/components/panel-iv-skew/src/panel-iv-skew2.mjs.map +1 -1
- package/es/packages/components/panel-max-pain-price/index.mjs +2 -2
- package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price.mjs +22 -369
- package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price.mjs.map +1 -1
- package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price2.mjs +369 -22
- package/es/packages/components/panel-max-pain-price/src/panel-max-pain-price2.mjs.map +1 -1
- package/es/packages/components/panel-option-open-interest/index.mjs +2 -2
- package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest.mjs +22 -474
- package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest.mjs.map +1 -1
- package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest2.mjs +474 -22
- package/es/packages/components/panel-option-open-interest/src/panel-option-open-interest2.mjs.map +1 -1
- package/es/packages/components/panel-option-trade-volume/index.mjs +2 -2
- package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.mjs +523 -22
- package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.mjs.map +1 -1
- package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.mjs +22 -523
- package/es/packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.mjs.map +1 -1
- package/es/packages/components/panel-sabr-calibration-diagnostics/index.mjs +2 -2
- package/es/packages/components/panel-sabr-calibration-diagnostics/src/panel-sabr-calibration-diagnostics.mjs +386 -25
- package/es/packages/components/panel-sabr-calibration-diagnostics/src/panel-sabr-calibration-diagnostics.mjs.map +1 -1
- package/es/packages/components/panel-sabr-calibration-diagnostics/src/panel-sabr-calibration-diagnostics2.mjs +25 -386
- package/es/packages/components/panel-sabr-calibration-diagnostics/src/panel-sabr-calibration-diagnostics2.mjs.map +1 -1
- package/es/packages/components/panel-sabr-iv-curve/index.mjs +2 -2
- package/es/packages/components/panel-sabr-iv-curve/src/panel-sabr-iv-curve.mjs +585 -25
- package/es/packages/components/panel-sabr-iv-curve/src/panel-sabr-iv-curve.mjs.map +1 -1
- package/es/packages/components/panel-sabr-iv-curve/src/panel-sabr-iv-curve2.mjs +25 -585
- package/es/packages/components/panel-sabr-iv-curve/src/panel-sabr-iv-curve2.mjs.map +1 -1
- package/es/packages/components/panel-vol-fly/index.mjs +2 -2
- package/es/packages/components/panel-vol-fly/src/panel-vol-fly.mjs +21 -758
- package/es/packages/components/panel-vol-fly/src/panel-vol-fly.mjs.map +1 -1
- package/es/packages/components/panel-vol-fly/src/panel-vol-fly2.mjs +758 -21
- package/es/packages/components/panel-vol-fly/src/panel-vol-fly2.mjs.map +1 -1
- package/es/packages/components/panel-volatility-term-structure/index.mjs +2 -2
- package/es/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.mjs +585 -22
- package/es/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.mjs.map +1 -1
- package/es/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.mjs +22 -585
- package/es/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.mjs.map +1 -1
- package/es/packages/components/panel-vrp/index.mjs +2 -2
- package/es/packages/components/panel-vrp/src/panel-vrp.mjs +478 -22
- package/es/packages/components/panel-vrp/src/panel-vrp.mjs.map +1 -1
- package/es/packages/components/panel-vrp/src/panel-vrp2.mjs +22 -739
- package/es/packages/components/panel-vrp/src/panel-vrp2.mjs.map +1 -1
- package/es/packages/components/popover/index.mjs +2 -2
- package/es/packages/components/popover/src/popover.mjs +88 -33
- package/es/packages/components/popover/src/popover.mjs.map +1 -1
- package/es/packages/components/popover/src/popover2.mjs +33 -88
- package/es/packages/components/popover/src/popover2.mjs.map +1 -1
- package/es/packages/components/pro-badge/index.mjs +2 -2
- package/es/packages/components/pro-badge/src/pro-badge.mjs +5 -90
- package/es/packages/components/pro-badge/src/pro-badge.mjs.map +1 -1
- package/es/packages/components/pro-badge/src/pro-badge2.mjs +90 -5
- package/es/packages/components/pro-badge/src/pro-badge2.mjs.map +1 -1
- package/es/packages/components/progress/index.mjs +2 -2
- package/es/packages/components/progress/src/progress.mjs +12 -45
- package/es/packages/components/progress/src/progress.mjs.map +1 -1
- package/es/packages/components/progress/src/progress2.mjs +45 -12
- package/es/packages/components/progress/src/progress2.mjs.map +1 -1
- package/es/packages/components/radio-dropdown/index.mjs +2 -2
- package/es/packages/components/radio-dropdown/src/radio-dropdown.mjs +205 -19
- package/es/packages/components/radio-dropdown/src/radio-dropdown.mjs.map +1 -1
- package/es/packages/components/radio-dropdown/src/radio-dropdown2.mjs +19 -205
- package/es/packages/components/radio-dropdown/src/radio-dropdown2.mjs.map +1 -1
- package/es/packages/components/tag/index.mjs +2 -2
- package/es/packages/components/tag/src/tag.mjs +28 -112
- package/es/packages/components/tag/src/tag.mjs.map +1 -1
- package/es/packages/components/tag/src/tag2.mjs +112 -28
- package/es/packages/components/tag/src/tag2.mjs.map +1 -1
- package/es/packages/locale/lang/en.mjs +0 -6
- package/es/packages/locale/lang/en.mjs.map +1 -1
- package/es/packages/locale/lang/zh-cn.mjs +0 -6
- package/es/packages/locale/lang/zh-cn.mjs.map +1 -1
- package/es/packages/locale/lang/zh-tw.mjs +0 -6
- package/es/packages/locale/lang/zh-tw.mjs.map +1 -1
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/chart/index.d.ts +28 -28
- package/lib/components/chart/src/chart.vue.d.ts +28 -28
- package/lib/components/chart-panel/index.d.ts +10 -10
- package/lib/components/chart-panel/src/chart-panel.vue.d.ts +10 -10
- package/lib/components/greeks-summary/index.d.ts +4 -4
- package/lib/components/greeks-summary/src/greeks-summary.vue.d.ts +4 -4
- package/lib/components/panel-vrp/index.d.ts +24 -59
- package/lib/components/panel-vrp/src/panel-vrp.d.ts +0 -5
- package/lib/components/panel-vrp/src/panel-vrp.vue.d.ts +24 -61
- package/lib/components/popover/index.d.ts +6 -6
- package/lib/components/popover/src/popover.d.ts +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +6 -6
- package/lib/components/tag/index.d.ts +1 -1
- package/lib/components/tag/src/tag.vue.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/hooks/use-floating/index.d.ts +4 -4
- package/lib/hooks/use-z-index/index.d.ts +3 -3
- package/lib/index.js +28 -28
- package/lib/locale/lang/en.d.ts +0 -6
- package/lib/locale/lang/zh-cn.d.ts +0 -6
- package/lib/locale/lang/zh-tw.d.ts +0 -6
- package/lib/packages/components/chart-panel/index.js +2 -2
- package/lib/packages/components/chart-panel/src/chart-panel.js +55 -473
- package/lib/packages/components/chart-panel/src/chart-panel.js.map +1 -1
- package/lib/packages/components/chart-panel/src/chart-panel2.js +473 -55
- package/lib/packages/components/chart-panel/src/chart-panel2.js.map +1 -1
- package/lib/packages/components/checkbox-group/index.js +2 -2
- package/lib/packages/components/checkbox-group/src/checkbox-group.js +6 -31
- package/lib/packages/components/checkbox-group/src/checkbox-group.js.map +1 -1
- package/lib/packages/components/checkbox-group/src/checkbox-group2.js +31 -6
- package/lib/packages/components/checkbox-group/src/checkbox-group2.js.map +1 -1
- package/lib/packages/components/currency-icon/index.js +2 -2
- package/lib/packages/components/currency-icon/src/currency-icon.js +9 -45
- package/lib/packages/components/currency-icon/src/currency-icon.js.map +1 -1
- package/lib/packages/components/currency-icon/src/currency-icon2.js +45 -9
- package/lib/packages/components/currency-icon/src/currency-icon2.js.map +1 -1
- package/lib/packages/components/date-time-picker/index.js +2 -2
- package/lib/packages/components/date-time-picker/src/date-time-picker.js +13 -121
- package/lib/packages/components/date-time-picker/src/date-time-picker.js.map +1 -1
- package/lib/packages/components/date-time-picker/src/date-time-picker2.js +121 -13
- package/lib/packages/components/date-time-picker/src/date-time-picker2.js.map +1 -1
- package/lib/packages/components/direction-tag/index.js +2 -2
- package/lib/packages/components/direction-tag/src/direction-tag.js +15 -72
- package/lib/packages/components/direction-tag/src/direction-tag.js.map +1 -1
- package/lib/packages/components/direction-tag/src/direction-tag2.js +72 -15
- package/lib/packages/components/direction-tag/src/direction-tag2.js.map +1 -1
- package/lib/packages/components/dropdown-button/index.js +2 -2
- package/lib/packages/components/dropdown-button/src/dropdown-button.js +6 -39
- package/lib/packages/components/dropdown-button/src/dropdown-button.js.map +1 -1
- package/lib/packages/components/dropdown-button/src/dropdown-button2.js +39 -6
- package/lib/packages/components/dropdown-button/src/dropdown-button2.js.map +1 -1
- package/lib/packages/components/icon/index.js +2 -2
- package/lib/packages/components/icon/src/icon.js +17 -54
- package/lib/packages/components/icon/src/icon.js.map +1 -1
- package/lib/packages/components/icon/src/icon2.js +54 -17
- package/lib/packages/components/icon/src/icon2.js.map +1 -1
- package/lib/packages/components/index.js +28 -28
- package/lib/packages/components/menu/index.js +2 -2
- package/lib/packages/components/menu/src/menu.js +6 -31
- package/lib/packages/components/menu/src/menu.js.map +1 -1
- package/lib/packages/components/menu/src/menu2.js +31 -6
- package/lib/packages/components/menu/src/menu2.js.map +1 -1
- package/lib/packages/components/menu-item/index.js +2 -2
- package/lib/packages/components/menu-item/src/menu-item.js +6 -31
- package/lib/packages/components/menu-item/src/menu-item.js.map +1 -1
- package/lib/packages/components/menu-item/src/menu-item2.js +31 -6
- package/lib/packages/components/menu-item/src/menu-item2.js.map +1 -1
- package/lib/packages/components/number-format/index.js +2 -2
- package/lib/packages/components/number-format/src/number-format.js +152 -72
- package/lib/packages/components/number-format/src/number-format.js.map +1 -1
- package/lib/packages/components/number-format/src/number-format2.js +72 -152
- package/lib/packages/components/number-format/src/number-format2.js.map +1 -1
- package/lib/packages/components/page-turner/index.js +2 -2
- package/lib/packages/components/page-turner/src/page-turner.js +63 -13
- package/lib/packages/components/page-turner/src/page-turner.js.map +1 -1
- package/lib/packages/components/page-turner/src/page-turner2.js +13 -63
- package/lib/packages/components/page-turner/src/page-turner2.js.map +1 -1
- package/lib/packages/components/panel/index.js +2 -2
- package/lib/packages/components/panel/src/panel.js +82 -6
- package/lib/packages/components/panel/src/panel.js.map +1 -1
- package/lib/packages/components/panel/src/panel2.js +6 -82
- package/lib/packages/components/panel/src/panel2.js.map +1 -1
- package/lib/packages/components/panel-max-pain-price/index.js +2 -2
- package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price.js +23 -373
- package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price.js.map +1 -1
- package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price2.js +373 -23
- package/lib/packages/components/panel-max-pain-price/src/panel-max-pain-price2.js.map +1 -1
- package/lib/packages/components/panel-option-skew-table/index.js +2 -2
- package/lib/packages/components/panel-option-skew-table/src/panel-option-skew-table.js +265 -22
- package/lib/packages/components/panel-option-skew-table/src/panel-option-skew-table.js.map +1 -1
- package/lib/packages/components/panel-option-skew-table/src/panel-option-skew-table2.js +22 -265
- package/lib/packages/components/panel-option-skew-table/src/panel-option-skew-table2.js.map +1 -1
- package/lib/packages/components/panel-option-trade-volume/index.js +2 -2
- package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.js +23 -523
- package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume.js.map +1 -1
- package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.js +523 -23
- package/lib/packages/components/panel-option-trade-volume/src/panel-option-trade-volume2.js.map +1 -1
- package/lib/packages/components/panel-rv-calc/index.js +2 -2
- package/lib/packages/components/panel-rv-calc/src/panel-rv-calc.js +9 -507
- package/lib/packages/components/panel-rv-calc/src/panel-rv-calc.js.map +1 -1
- package/lib/packages/components/panel-rv-calc/src/panel-rv-calc2.js +507 -9
- package/lib/packages/components/panel-rv-calc/src/panel-rv-calc2.js.map +1 -1
- package/lib/packages/components/panel-sabr-iv-curve/index.js +2 -2
- package/lib/packages/components/panel-sabr-iv-curve/src/panel-sabr-iv-curve.js +585 -26
- package/lib/packages/components/panel-sabr-iv-curve/src/panel-sabr-iv-curve.js.map +1 -1
- package/lib/packages/components/panel-sabr-iv-curve/src/panel-sabr-iv-curve2.js +26 -585
- package/lib/packages/components/panel-sabr-iv-curve/src/panel-sabr-iv-curve2.js.map +1 -1
- package/lib/packages/components/panel-skew/index.js +2 -2
- package/lib/packages/components/panel-skew/src/panel-skew.js +751 -22
- package/lib/packages/components/panel-skew/src/panel-skew.js.map +1 -1
- package/lib/packages/components/panel-skew/src/panel-skew2.js +22 -751
- package/lib/packages/components/panel-skew/src/panel-skew2.js.map +1 -1
- package/lib/packages/components/panel-spots-etf-net-inflow/index.js +2 -2
- package/lib/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow.js +624 -22
- package/lib/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow.js.map +1 -1
- package/lib/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow2.js +22 -624
- package/lib/packages/components/panel-spots-etf-net-inflow/src/panel-spots-etf-net-inflow2.js.map +1 -1
- package/lib/packages/components/panel-trade-scatter-plot/index.js +2 -2
- package/lib/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot.js +473 -22
- package/lib/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot.js.map +1 -1
- package/lib/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot2.js +22 -473
- package/lib/packages/components/panel-trade-scatter-plot/src/panel-trade-scatter-plot2.js.map +1 -1
- package/lib/packages/components/panel-vol-fly/index.js +2 -2
- package/lib/packages/components/panel-vol-fly/src/panel-vol-fly.js +22 -758
- package/lib/packages/components/panel-vol-fly/src/panel-vol-fly.js.map +1 -1
- package/lib/packages/components/panel-vol-fly/src/panel-vol-fly2.js +758 -22
- package/lib/packages/components/panel-vol-fly/src/panel-vol-fly2.js.map +1 -1
- package/lib/packages/components/panel-volatility-term-structure/index.js +2 -2
- package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.js +23 -589
- package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure.js.map +1 -1
- package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.js +589 -23
- package/lib/packages/components/panel-volatility-term-structure/src/panel-volatility-term-structure2.js.map +1 -1
- package/lib/packages/components/panel-vrp/src/panel-vrp.js +61 -322
- package/lib/packages/components/panel-vrp/src/panel-vrp.js.map +1 -1
- package/lib/packages/components/panel-vrp/src/panel-vrp2.js.map +1 -1
- package/lib/packages/components/popover/index.js +2 -2
- package/lib/packages/components/popover/src/popover.js +88 -34
- package/lib/packages/components/popover/src/popover.js.map +1 -1
- package/lib/packages/components/popover/src/popover2.js +34 -88
- package/lib/packages/components/popover/src/popover2.js.map +1 -1
- package/lib/packages/components/pro-badge/index.js +2 -2
- package/lib/packages/components/pro-badge/src/pro-badge.js +6 -90
- package/lib/packages/components/pro-badge/src/pro-badge.js.map +1 -1
- package/lib/packages/components/pro-badge/src/pro-badge2.js +90 -6
- package/lib/packages/components/pro-badge/src/pro-badge2.js.map +1 -1
- package/lib/packages/components/progress/index.js +2 -2
- package/lib/packages/components/progress/src/progress.js +45 -13
- package/lib/packages/components/progress/src/progress.js.map +1 -1
- package/lib/packages/components/progress/src/progress2.js +13 -45
- package/lib/packages/components/progress/src/progress2.js.map +1 -1
- package/lib/packages/components/radio/index.js +2 -2
- package/lib/packages/components/radio/src/radio-button.js +1 -1
- package/lib/packages/components/radio/src/radio-group.js +1 -1
- package/lib/packages/components/radio/src/radio.js +31 -6
- package/lib/packages/components/radio/src/radio.js.map +1 -1
- package/lib/packages/components/radio/src/radio2.js +6 -31
- package/lib/packages/components/radio/src/radio2.js.map +1 -1
- package/lib/packages/components/spin/index.js +2 -2
- package/lib/packages/components/spin/src/spin.js +6 -31
- package/lib/packages/components/spin/src/spin.js.map +1 -1
- package/lib/packages/components/spin/src/spin2.js +31 -6
- package/lib/packages/components/spin/src/spin2.js.map +1 -1
- package/lib/packages/components/tooltip/index.js +2 -2
- package/lib/packages/components/tooltip/src/tooltip.js +26 -86
- package/lib/packages/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/packages/components/tooltip/src/tooltip2.js +86 -26
- package/lib/packages/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/packages/locale/lang/en.js +0 -6
- package/lib/packages/locale/lang/en.js.map +1 -1
- package/lib/packages/locale/lang/zh-cn.js +0 -6
- package/lib/packages/locale/lang/zh-cn.js.map +1 -1
- package/lib/packages/locale/lang/zh-tw.js +0 -6
- package/lib/packages/locale/lang/zh-tw.js.map +1 -1
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +2 -2
- package/theme-chalk/g-panel-vrp.css +0 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/panel-vrp.scss +2 -72
- package/web-types.json +1 -1
package/dist/index.full.mjs
CHANGED
|
@@ -11512,12 +11512,6 @@ 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",
|
|
11521
11515
|
volTenor: "\u6CE2\u52A8\u7387\u5468\u671F\uFF1A",
|
|
11522
11516
|
samplePeriod: "\u6570\u636E\u6837\u672C\u5468\u671F\uFF1A",
|
|
11523
11517
|
ivSurface: "\u9690\u542B\u6CE2\u52A8\u7387\u66F2\u9762",
|
|
@@ -115546,154 +115540,6 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
115546
115540
|
props.exchange ? emit("update:exchange", newVal) : state.exchange = newVal;
|
|
115547
115541
|
}
|
|
115548
115542
|
});
|
|
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
|
-
});
|
|
115697
115543
|
watch(currency, () => {
|
|
115698
115544
|
fetchData();
|
|
115699
115545
|
});
|
|
@@ -115709,10 +115555,8 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
115709
115555
|
}).then((res) => {
|
|
115710
115556
|
var _a;
|
|
115711
115557
|
const resData = (_a = res.data) == null ? void 0 : _a.data;
|
|
115712
|
-
if (!resData)
|
|
115713
|
-
state.chartData = [];
|
|
115558
|
+
if (!resData)
|
|
115714
115559
|
return;
|
|
115715
|
-
}
|
|
115716
115560
|
state.chartData = resData;
|
|
115717
115561
|
}).finally(() => {
|
|
115718
115562
|
state.loadingFlag = false;
|
|
@@ -115728,12 +115572,44 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
115728
115572
|
state.periodDateRange = showDateRange(selectedPeriod.days);
|
|
115729
115573
|
fetchData();
|
|
115730
115574
|
};
|
|
115731
|
-
const
|
|
115732
|
-
const
|
|
115733
|
-
|
|
115734
|
-
|
|
115735
|
-
|
|
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;
|
|
115736
115598
|
}
|
|
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;
|
|
115737
115613
|
const option = {
|
|
115738
115614
|
color: ["#FFD600"],
|
|
115739
115615
|
tooltip: {
|
|
@@ -115746,11 +115622,11 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
115746
115622
|
color: "#343A40",
|
|
115747
115623
|
padding: [4, 6, 4, 6],
|
|
115748
115624
|
margin: 9,
|
|
115749
|
-
formatter: (
|
|
115750
|
-
if (
|
|
115751
|
-
return timestampFormat(
|
|
115625
|
+
formatter: (params2) => {
|
|
115626
|
+
if (params2.axisDimension === "x") {
|
|
115627
|
+
return timestampFormat(params2.value);
|
|
115752
115628
|
} else {
|
|
115753
|
-
return numberFormat(
|
|
115629
|
+
return numberFormat(params2.value, 2);
|
|
115754
115630
|
}
|
|
115755
115631
|
}
|
|
115756
115632
|
},
|
|
@@ -115761,19 +115637,19 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
115761
115637
|
color: "#8B959F"
|
|
115762
115638
|
}
|
|
115763
115639
|
},
|
|
115764
|
-
formatter: (
|
|
115640
|
+
formatter: (params2) => {
|
|
115765
115641
|
try {
|
|
115766
115642
|
let html = `
|
|
115767
115643
|
<div style="display: flex;justify-content: space-between;align-items: center;">
|
|
115768
|
-
<div>${getTooltipDate(
|
|
115644
|
+
<div>${getTooltipDate(params2[0].axisValue, locale.value.name, {
|
|
115769
115645
|
showSeconds: false
|
|
115770
115646
|
})}</div>
|
|
115771
115647
|
</div>
|
|
115772
115648
|
`;
|
|
115773
|
-
if (
|
|
115649
|
+
if (params2[0]) {
|
|
115774
115650
|
html += `<div style="display: flex;justify-content: space-between;align-items: center;">
|
|
115775
|
-
<div style="margin-right: 40px;">${
|
|
115776
|
-
<div> ${numberFormat(
|
|
115651
|
+
<div style="margin-right: 40px;">${params2[0].marker} ${params2[0].seriesName}</div>
|
|
115652
|
+
<div> ${numberFormat(params2[0].data[1], 2)}</div>
|
|
115777
115653
|
</div>`;
|
|
115778
115654
|
}
|
|
115779
115655
|
return html;
|
|
@@ -115832,6 +115708,8 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
115832
115708
|
scale: true,
|
|
115833
115709
|
name: "VRP(%)",
|
|
115834
115710
|
nameLocation: "end",
|
|
115711
|
+
nameGap: -30,
|
|
115712
|
+
nameRotate: 90,
|
|
115835
115713
|
nameTextStyle: {
|
|
115836
115714
|
color: isDark.value ? "#8B959F" : "#8B959F",
|
|
115837
115715
|
fontWeight: 400,
|
|
@@ -115857,9 +115735,9 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
115857
115735
|
}
|
|
115858
115736
|
},
|
|
115859
115737
|
grid: {
|
|
115860
|
-
top:
|
|
115738
|
+
top: 20,
|
|
115861
115739
|
left: "left",
|
|
115862
|
-
right:
|
|
115740
|
+
right: 15,
|
|
115863
115741
|
bottom: 50,
|
|
115864
115742
|
containLabel: true
|
|
115865
115743
|
},
|
|
@@ -115890,7 +115768,15 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
115890
115768
|
data: vrpData,
|
|
115891
115769
|
symbol: "none",
|
|
115892
115770
|
markLine: {
|
|
115893
|
-
data:
|
|
115771
|
+
data: [
|
|
115772
|
+
{
|
|
115773
|
+
name: "0",
|
|
115774
|
+
yAxis: 0,
|
|
115775
|
+
lineStyle: {
|
|
115776
|
+
color: "#909399"
|
|
115777
|
+
}
|
|
115778
|
+
}
|
|
115779
|
+
]
|
|
115894
115780
|
}
|
|
115895
115781
|
}
|
|
115896
115782
|
]
|
|
@@ -115898,7 +115784,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
115898
115784
|
return option;
|
|
115899
115785
|
};
|
|
115900
115786
|
const chartOption = computed(() => {
|
|
115901
|
-
return getEchartOption(
|
|
115787
|
+
return getEchartOption(getEchartData());
|
|
115902
115788
|
});
|
|
115903
115789
|
return (_ctx, _cache) => {
|
|
115904
115790
|
const _component_g_icon = resolveComponent("g-icon");
|
|
@@ -115976,159 +115862,6 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
115976
115862
|
_: 1
|
|
115977
115863
|
}, 8, ["value", "size"])
|
|
115978
115864
|
]),
|
|
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
|
-
),
|
|
116132
115865
|
createElementVNode("div", _hoisted_4$a, [
|
|
116133
115866
|
createElementVNode(
|
|
116134
115867
|
"span",
|
|
@@ -118847,7 +118580,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
118847
118580
|
if (name.toUpperCase() === "ALL") {
|
|
118848
118581
|
return true;
|
|
118849
118582
|
}
|
|
118850
|
-
const currencyIconList = ["btc", "eth", "usdc", "usdt", "bch", "link", "avax", "ton", "trx", "bnb", "btcdvol", "ethdvol", "xrp", "ada", "doge", "uni", "dot", "shib", "fill", "stakedeth", "sol", "btcdvol", "paxg", "eurr", "algo", "near", "steth", "usyc", "usde", "buidl", "okb"];
|
|
118583
|
+
const currencyIconList = ["btc", "eth", "usdc", "usdt", "bch", "link", "avax", "ton", "trx", "bnb", "btcdvol", "ethdvol", "xrp", "ada", "doge", "uni", "dot", "shib", "fill", "stakedeth", "sol", "btcdvol", "paxg", "eurr", "algo", "near", "steth", "usyc", "usde", "buidl", "okb", "hype"];
|
|
118851
118584
|
return currencyIconList.includes(name.toLowerCase());
|
|
118852
118585
|
}
|
|
118853
118586
|
const currencyName = computed(() => {
|
package/dist/locale/en.min.mjs
CHANGED
|
@@ -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>",
|
|
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};
|
|
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 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"}
|
|
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"}
|
package/dist/locale/en.mjs
CHANGED
|
@@ -59,12 +59,6 @@ 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: ",
|
|
68
62
|
volTenor: "Vol Tenor:",
|
|
69
63
|
samplePeriod: "Sample Period:",
|
|
70
64
|
ivSurface: "Implied Volatility Surface",
|