Hints: Foreign Exchange Case


Explanation of the notation.
  1. aij--the exchange rate between currencies i and j is denominated in the units of currency j. i.e., a12=.591 is the number of pounds that one dollar will fetch.
  2. The book has a typo: Ci should be 1/2(ai1+1/a1i). For instance the avearge "dollar value" of a pound is C2 = 1/2(a21 + 1/a12)= 1/2(1.665+ 1/.591)= 1.6785.
  3. b i is the begining holding of currency in the denomination of that currency. e.g., b2 is 5 million pounds. etc.
  4. Likewise L i is the final desired level of currency i. e.g., Final holding of FFrancs should be no less than L3 = 7M FFrancs.
Formulation Hints:
  1. Decison variables Xij measure the amount of currency i exchanged into a certain amount of currency j depending on the exchange rate between i and j. e.g., X23 is the number of pounds (i = 2) exchaneged into certain number of francs (j = 3). How many? 9.12 * X23 (each pound exchanged fetches 9.12 francs)
  2. You can now write the problem as: Maximize C1Y1 (dollars) + C2Y2 (pounds) + etc. Notice that Ci are known numbers and Yi are decison variables.
  3. Subject to the constraints that the final holdings (Yi) depend on the begining balance of currency i and the set of exchanges (Xij) involving currency i. Yi is defined as the begining amount of currency i plus all the other currencies exchanged into currency i; less total of currency i exchanged into other currencies. e.g., final pound holding (Y2) will be 5M plus dollars converted into pounds (X12) plus francs converted into pounds (X32) plus etc. (Notice that X12 and X32 etc. are mesured in dollars, francs etc. resp., and thus must first be converted into pounds using appropriate exchange rates) less pounds used to buy dollars (X21), pounds used to buy francs (X23) etc. (Note that these later variables are already measured in pounds)
  4. Finally subject to a set of constraints that insure that the final holdings of each currency satisfy the minimal reqirements. e.g., we must have at least 7M FFrancs i.e., Y4 >= 7. etc.