期权策略百科
英文名{{ scope.row.strategy.nameEn }}
别名{{ scope.row.strategy.alias || '-' }}
资金流向{{ scope.row.strategy.creditDebit }}
最大盈利{{ scope.row.strategy.maxProfit }}
最大亏损{{ scope.row.strategy.maxLoss }}
含正股{{ scope.row.strategy.hasStock ? '是' : '否' }}
构建{{ scope.row.strategy.construction }}({{ scope.row.strategy.constructionCn }})
保证金[{{ scope.row.strategy.marginType || '-' }}] {{ scope.row.strategy.marginFormula || '-' }}
说明{{ scope.row.strategy.description || '-' }}
场景{{ scope.row.strategy.scenario || '-' }}
| # | 操作 | 类型 | 行权价描述 | 数量 | 到期 | 说明 |
|---|---|---|---|---|---|---|
| {{ leg.legNo }} | {{ leg.action === 'buy' ? '买入' : '卖出' }} | {{ legType(leg.optionType) }} | {{ leg.strikeDesc }} | {{ leg.qty }} | {{ expiryText(leg.expiryDesc) }} | {{ leg.note || '-' }} |
| 无腿数据 | ||||||