married-put-strategy

Implement 1:1 married-put hedges with breakeven and P/L analyses.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/keith-mvs/ordinis --skill married-put-strategy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: married-put-strategy
Source: https://github.com/keith-mvs/ordinis/tree/main/docs/knowledge-base/domains/options/strategy-implementations/married-put
Command: npx skills add https://github.com/keith-mvs/ordinis --skill married-put-strategy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, matplotlib, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill teaches a married-put approach: long stock with protective put to cap downside and preserve upside.

Core Features & Use Cases

  • Breakeven & Max Loss: Clear cost calculations
  • Strike Comparisons: ITM/ATM/OTM analysis
  • Expiration Scenarios: 30/60/90-day hedges

Quick Start

Example: "Analyze a 100-share position with a $43 strike put and $2.10 premium."

Frequently Asked Questions about married-put-strategy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use a married put to protect a long stock position?

A married put pairs a long stock position with a protective put option at a fixed strike price to cap downside losses while preserving upside gains. You specify the stock position size, put strike, and premium to calculate breakeven price, maximum loss, protection percentage, and P&L across market scenarios.

What's the difference between ITM, ATM, and OTM puts for hedging?

In-the-money (ITM) puts offer immediate protection but cost more; at-the-money (ATM) puts balance cost and protection; out-of-the-money (OTM) puts cost less but leave some downside unprotected. Strike comparison analysis reveals total cost, breakeven adjustments, and protection levels for each approach.

How do I calculate breakeven and maximum loss with a married put?

Breakeven equals your stock purchase price plus the put premium paid. Maximum loss is capped at (strike price minus stock price) plus premium, protecting against catastrophic declines. The Skill computes these values and generates P&L tables across price scenarios.

Can I compare married put hedges across different expiration dates?

Yes. Expiration analysis evaluates 30, 60, and 90-day put hedges side by side, showing how time decay and changing market conditions affect total protection cost, breakeven, and P&L outcomes for each cycle.

What data do I need to analyze a married put strategy?

You need stock price, number of shares, put strike price, put premium, and your entry price. The Skill uses numpy and pandas to process this data and matplotlib to visualize P&L tables, strike comparisons, and protection scenarios across market conditions.

Does married put hedging work for large stock positions?

Yes. The position-sizer module scales the analysis to any share quantity, recalculating breakeven, max loss, total hedge cost, and protection percentage proportionally for institutional or retail holdings.