{% 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
{{ domainObject.totalValue }}
greeks by market {% for line in domainObject.getGreeksByMarket %} {% endfor %}
Market Delta Gamma Vega
{{ line.market.getLabelValue }} {{ line.delta }} {{ line.gamma }} {{ line.vega }}
value by contract {% for item in domainObject.getValuesByContract %} {% endfor %}
Contract title Contract type Present value
{{item.contract.getLabelValue }} {{item.contract.meta.name}} {{item.contractValue}}
lines {% for line in domainObject.lines %} {% endfor %}
Contract Market Metric name Metric value Pricer
{{line.getContract.getLabelValue}} {{ line.market.getLabelValue }} {{ line.metricName }} {{ line.metricValue }} {{line.pricer.getLabelValue}}
{% 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 %}