Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

alphavar

alphavar contient 5 skills collectées depuis akumidv, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
5
Stars
7
mis à jour
2026-07-05
Forks
0
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

data-sources
Scientifiques des données

Fetch options/futures market data from supported exchanges (Deribit, Binance, MOEX) with alphavar — snapshot the options book, resolve instrument kinds, and understand each venue's symbol scheme and field→column mapping. Use when a user asks to pull market data from a venue, normalize exchange fields, or parse an instrument symbol.

2026-07-05
fit-volatility-smile
Scientifiques des données

Fit an implied-volatility smile (SVI / SABR / quadratic) to option-chain IVs across log-moneyness using alphavar, and query the fitted IV plus a no-arbitrage (butterfly) check. Use when a user asks to fit/parametrize a vol smile or surface slice, interpolate/extrapolate IV across strikes, or check a smile for butterfly arbitrage.

2026-06-21
option-chain
Scientifiques des données

Build and query an option chain (strikes × expiries) with alphavar — select a chain slice, classify moneyness (ATM/ITM/OTM), find ATM strikes, and add intrinsic/time value. Use when a user asks to work with an options chain, pick strikes around the money, or split premium into intrinsic vs time value.

2026-06-21
pricing-and-iv
Scientifiques des données

Price options and solve implied volatility with alphavar's Black-76 (forward) model — fair price from a vol, implied vol from a market price, and vega. Use when a user asks to price an option, compute or back out implied volatility, add a model price/IV column to a chain, or get vega. (Other Greeks — delta/gamma/theta/rho — are not implemented yet.)

2026-06-21
strategy-payoff
Scientifiques des données

Compute an option strategy's payoff / P&L profile with alphavar — single-leg (long/short call/put) and multi-leg strategies (e.g. straddle) built from OptionsLeg and aggregated by OptionsAnalyticRisk.chain_payoff. Use when a user asks for a payoff diagram, P&L at expiration across underlying prices, or to model a strategy like a straddle.

2026-06-21