{% extends 'hordak/base.html' %} {% block page_name %}Exchange Currency{% endblock %} {% block page_description %}Represent the exchange of funds from one currency to another{% endblock %} {% block content %} {% block notes %}

Currency exchanges are performed though a trading account. A trading account is unusual in that it must support multiple currencies, whereas most accounts only support one. The trading account has a balance in each currency it supports. If you convert these balances the same currency you will find your profit/loss given the exchange rates used.

You can create a trading account if you have not done so already.

{% endblock %} {% block form %}
{% csrf_token %} {% block form_content %} {% include 'hordak/partials/form.html' with form=form %}

Cancel

{% endblock %}
{% endblock %} {% endblock %}