Interest Rate Swap

interest-rate-swap@0.5.1 Contract ^0.13.0 92294b11dfec121769fa7b0611231c66ed6c779b5cbf5cfbbd7ca2f1e2f75c79

A simple ISDA Interest Rate Swap

Download Archive Open in Template Studio Open in VSCode Web

ISDA Interest Rate Swap

This contract specifies an ISDA Interest Rate Swap. It is based on this real IRS:

  • https://www.sec.gov/Archives/edgar/data/1325702/000119312505180322/dex1035.htm

Sample

            INTEREST RATE SWAP TRANSACTION LETTER AGREEMENT
"Deutsche Bank"
 
Date: 06/30/2005
To: "MagnaChip Semiconductor S.A."
Attention: Swaps Documentation Department
Our Reference: "Global No. N397355N"
Re: Interest Rate Swap Transaction
 
Ladies and Gentlemen:

The purpose of this letter agreement is to set forth the terms and conditions of the Transaction entered into between "Deutsche Bank" and "MagnaChip Semiconductor S.A." (“Counterparty”) on the Trade Date specified below (the “Transaction”). This letter agreement constitutes a “Confirmation” as referred to in the Agreement specified below.

The definitions and provisions contained in the 2000 ISDA Definitions (the “Definitions”) as published by the International Swaps and Derivatives Association, Inc. are incorporated by reference herein. In the event of any inconsistency between the Definitions and this Confirmation, this Confirmation will govern.
 
For the purpose of this Confirmation, all references in the Definitions or the Agreement to a “Swap Transaction” shall be deemed to be references to this Transaction.
 
1. This Confirmation evidences a complete and binding agreement between "Deutsche Bank" (“Party A”) and Counterparty (“Party B”) as to the terms of the Transaction to which this Confirmation relates. In addition, Party A and Party B agree to use all reasonable efforts to negotiate, execute and deliver an agreement in the form of the ISDA 2002 Master Agreement with such modifications as Party A and Party B will in good faith agree (the “ISDA Form” or the “Agreement”). Upon execution by the parties of such Agreement, this Confirmation will supplement, form a part of and be subject to the Agreement. All provisions contained or incorporated by reference in such Agreement upon its execution shall govern this Confirmation except as expressly modified below. Until Party A and Party B execute and deliver the Agreement, this Confirmation, together with all other documents referring to the ISDA Form (each a “Confirmation”) confirming Transactions (each a “Transaction”) entered into between us (notwithstanding anything to the contrary in a Confirmation) shall supplement, form a part of, and be subject to an agreement in the form of the ISDA Form as if Party A and Party B had executed an agreement on the Trade Date of the first such Transaction between us in such form, with the Schedule thereto (i) specifying only that (a) the governing law is English law, provided, that such choice of law shall be superseded by any choice of law provision specified in the Agreement upon its execution, and (b) the Termination Currency is U.S. Dollars and (ii) incorporating the addition to the definition of “Indemnifiable Tax” contained in (page 49 of) the ISDA “User’s Guide to the 2002 ISDA Master Agreements”.
2. The terms of the particular Transaction to which this Confirmation relates are as follows:
 
Notional Amount: 300000000.00 USD
Trade Date: 06/23/2005
Effective Date: 06/27/2005
Termination Date: 06/18/2008

Fixed Amounts:
Fixed Rate Payer: "Counterparty"
Fixed Rate Payer Period End Dates: "The 15th day of March, June, September and December of each year, commencing September 15, 2005, through and including the Termination Date with No Adjustment"
Fixed Rate Payer Payment Dates: "The 15th day of March, June, September and December of each year, commencing September 15, 2005, through and including the Termination Date"
Fixed Rate: 4.09%
Fixed Rate Day Count Fraction: "30" "360"
Fixed Rate Payer Business Days:"New York"
Fixed Rate Payer Business Day Convention: "Modified Following"

Floating Amounts: 
Floating Rate Payer: "DBAG"
Floating Rate Payer Period End Dates: "The 15th day of March, June, September and December of each year, commencing September 15, 2005, through and including the Termination Date with No Adjustment"
Floating Rate Payer Payment Dates: "The 15th day of March, June, September and December of each year, commencing September 15, 2005, through and including the Termination Date"
Floating Rate for initial Calculation Period: 3.41%
Floating Rate Option: "USD-LIBOR-BBA"
Designated Maturity: "Three months"
Spread: "None"
Floating Rate Day Count Fraction: "30" "360"
Reset Dates: "The first Floating Rate Payer Business Day of each Calculation Period or Compounding Period, if Compounding is applicable."
Compounding: "Inapplicable"
Floating Rate Payer Business Days: "New York"
Floating Rate Payer Business Day Convention: "Modified Following"
          

Model Dependencies

Technical Integration

Please refer to the Cicero documentation for details and examples of how to integrate a call to a Cicero template into your application.

View the Latest code for this template on on GitHub.

Sample Instance

{
    "$class": "org.accordproject.isda.irs.InterestRateSwapContract",
    "contractId": "9e6d9403-439f-4cbb-9bc6-58bdd7663130",
    "bank": "Deutsche Bank",
    "letterDate": "2005-06-30T00:00:00.000-04:00",
    "counterparty": "MagnaChip Semiconductor S.A.",
    "bankReference": "Global No. N397355N",
    "notionalAmount": {
        "$class": "org.accordproject.money.MonetaryAmount",
        "doubleValue": 300000000,
        "currencyCode": "USD"
    },
    "tradeDate": "2005-06-23T00:00:00.000-04:00",
    "effectiveDate": "2005-06-27T00:00:00.000-04:00",
    "terminationDate": "2008-06-18T00:00:00.000-04:00",
    "fixedRatePayer": "Counterparty",
    "fixedRatePayerPeriodEndDates": "The 15th day of March, June, September and December of each year, commencing September 15, 2005, through and including the Termination Date with No Adjustment",
    "fixedRatePayerPaymentDates": "The 15th day of March, June, September and December of each year, commencing September 15, 2005, through and including the Termination Date",
    "fixedRate": 4.09,
    "fixedRateDayCountFraction": {
        "$class": "org.accordproject.isda.irs.DayCountFraction",
        "value": "30",
        "dayCountFractionScheme": "360"
    },
    "fixedRatePayerBusinessDays": "New York",
    "fixedRatePayerBusinessDayConvention": "Modified Following",
    "floatingRatePayer": "DBAG",
    "floatingRatePayerPeriodEndDates": "The 15th day of March, June, September and December of each year, commencing September 15, 2005, through and including the Termination Date with No Adjustment",
    "floatingRatePayerPaymentDates": "The 15th day of March, June, September and December of each year, commencing September 15, 2005, through and including the Termination Date",
    "floatingRateForInitialCalculationPeriod": 3.41,
    "floatingRateOption": "USD-LIBOR-BBA",
    "designatedMaturity": "Three months",
    "spread": "None",
    "floatingRateDayCountFraction": {
        "$class": "org.accordproject.isda.irs.DayCountFraction",
        "value": "30",
        "dayCountFractionScheme": "360"
    },
    "resetDates": "The first Floating Rate Payer Business Day of each Calculation Period or Compounding Period, if Compounding is applicable.",
    "compounding": "Inapplicable",
    "floatingRatePayerBusinessDays": "New York",
    "floatingRatePayerBusinessDayConvention": "Modified Following"
}

State Types

Type Sample JSON
org.accordproject.cicero.contract.AccordContractState
{
    "$class": "org.accordproject.cicero.contract.AccordContractState",
    "stateId": "2ac7dbe0-b399-11e9-a415-2f2abeed0243"
}

Request Types

Type Sample JSON
org.accordproject.isda.irs.RateObservation
{
    "$class": "org.accordproject.isda.irs.RateObservation",
    "transactionId": "2ac78dc0-b399-11e9-a415-2f2abeed0243",
    "timestamp": "2019-07-31T09:43:24.060-04:00"
}

Response Types

Type Sample JSON
org.accordproject.isda.irs.Result
{
    "$class": "org.accordproject.isda.irs.Result",
    "outstandingBalance": 110.125,
    "transactionId": "2ac7b4d0-b399-11e9-a415-2f2abeed0243",
    "timestamp": "2019-07-31T09:43:24.061-04:00"
}

Events Types

Type Sample JSON
org.accordproject.base.Event
{
    "abstract": "this is an abstract type"
}