profit of a call={max(o, st-x)-c}; profit of a put={max(0, x-st)-p}
请老师再讲解一下
1)为什么call是xt-x; put是x-st?
2)在collar 的情况下你有Xl 和Xh,我还是不清楚什么时候是0,什么事后用x-st or st-x;比如经典题(带答案的那个file),第63页,20.5题. xl =65,xh=68. collar=s+p-c; 为什么那个算put profit的过程里put={max(0, x-st)-p}= x-st-p?st=67吗,put的x=65, 那么x-st=65-67<0,不应该选取0吗(max of 0 or x-st).