I just had a very funny idea (ie. a blitz idea
) of a possible new option type with these characteristics:
Can this mathematically work/function at all?
It makes profit if S_t > (K + premium) OR if S_t < (K - premium), else makes (some or full) loss, obviously.
) of a possible new option type with these characteristics:
Code:
A "Chameleon Option" or "Bi-Option" or "CALLPUT option" or "PUTCALL option" or "Combi-Option" :-) :
Payoff:
if S_t >= K then
like a CALL
else
like a PUT (or FairPUT)
Can this mathematically work/function at all?

It makes profit if S_t > (K + premium) OR if S_t < (K - premium), else makes (some or full) loss, obviously.
Last edited: