{% extends "registry/master.html" %} {% block content %}

{{domainClassName}} {{domainObjectPersonalLabel}}

{% if view.canUpdateDomainObject %}


{% endif %}
{% block fieldset_details_before %}{% endblock %} {% block fieldset_details %} details
{% endblock %} {% block fieldset_details_after %}{% endblock %}
evaluation summary
Total value Evaluated at
{{ domainObject.getResults.value }} {{ domainObject.getResults.evaluationDate}}
value by contract {% for contract in domainObject.getResults.contracts %} {% endfor %}
Contract title Contract type Value
{{contract.name }} {{contract.domainClassName}} {{contract.value}}
greeks by future market {% for item in domainObject.getResults.greeks.items %} {% endfor %}
Future market Delta Gamma Vega
{{ item.0 }} {{ item.1.delta }} {{ item.1.gamma }} {{ item.1.vega }}
raw data {% for line in domainObject.getResults.lines %} {% endfor %}
Contract Future market Pricer Value Error Delta Gamma Vega
{{ line.contract }} {{ line.underlying }} {{ line.deliveryPeriod }} {{ line.pricer }} {{ line.value }} {{ line.error }} {{ line.delta }} {{ line.gamma }} {{ line.vega }}
{% if view.canUpdateDomainObject %}
Do you wish to update this {{domainClassName}}?

{% endif %} {% if view.canDeleteDomainObject %}
Do you wish to delete this {{domainClassName}}?

{% endif %} {% block read_form_after %}{% endblock %} {% endblock %} {% block primarysidebar %}

{{domainObjectPersonalLabel}}

{% if nextObject %} Next: {{nextObject.getLabelValue}}
{% else %} {% if previousObject %} Previous: {{previousObject.getLabelValue}}
{% else %} This is the only record in the register. {% endif %} {% endif %}

{% block primarysidebarextn %}{% endblock %} {% endblock %}