compare always returns false
can anyone see why this always returns false regardless of ObservedType??
<cfset isNullfwdExtraWindow = false>
<cfif arguments.trade.ObservedType eq 'C'>
isNullfwdExtraWindow = true>
</cfif>
<cfif arguments.trade.ignoreBarrierStyleAndObserved>
isNullfwdExtraWindow = true>
</cfif>
