Example Contract Terms

ACTUS terms for some example contracts

Coupon-Paying Bond (PAM)

This product reflects an unsecured, fixed-rate coupon bearing bond with a 1 year lifetime. The product offers the investor a quarterly (interest) coupon payment.

The interest rate is 0.5% and the notional principal is 100k TUSD.

{
   "contractType": "PAM",
   "calendar": "MF",
   "contractRole": "RPA",
   "dayCountConvention": "A360",
   "businessDayConvention": "CSMF",
   "endOfMonthConvention": "SD",
   "scalingEffect": "000",
   "feeBasis": "A",
   
   "currency": "0x6Ce7BFC48be104950D6506c7FC16486446a24261",
   "settlementCurrency": null,
   
   "marketObjectCodeRateReset": null,

   "issueDate": null,   
   "statusDate": "2020-09-25T10:20:40.000Z",
   "initialExchangeDate": "2020-09-26T10:20:40.000Z",
   "maturityDate": "2021-09-25T10:20:40.000Z",
   "purchaseDate": null,
   "capitalizationEndDate": null,
   "cycleAnchorDateOfInterestPayment": "2020-12-25T10:20:40.000Z"
   "cycleAnchorDateOfRateReset": null,
   "cycleAnchorDateOfScalingIndex": null,
   "cycleAnchorDateOfFee": null,
   
   "notionalPrincipal": "100000",
   "nominalInterestRate": "0.005",
   "accruedInterest": "0",
   "rateMultiplier": "0",
   "rateSpread": "0",
   "nextResetRate": "0",
   "feeRate": "0",
   "feeAccrued": "0",
   "premiumDiscountAtIED": "0",
   "priceAtPurchaseDate": "0",
   "priceAtTerminationDate": "0",
   
   "lifeCap": "0",
   "lifeFloor": "0",
   "periodCap": "0",
   "periodFloor": "0",
   
   "gracePeriod": "30D",
   "delinquencyPeriod": "6M",
   
   "cycleOfInterestPayment": "3M-",
   "cycleOfRateReset": "0D-",
   "cycleOfScalingIndex": "0D-",
   "cycleOfFee": "0D-",
}

Amortizing Loan (ANN)

This product reflects an unsecured, amortizing fixed-rate loan. Principal and coupon are paid monthly to the investor.

The interest rate is 0.5% and the notional principal is 100k TUSD. Both grace and delinquency periods have been defined.

Performance Certificate on Underlying (CERTF)

This product reflects an open-ended performance certificate on an exchange-traded, underlying asset. The product offers the investor a bi-monthly redemption option.

Single-Entity Credit Default Swap (CEG)

This product protects the buyer from a credit event on a single underlying instrument.

Last updated