Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-es committed Oct 17, 2020
1 parent f6382cc commit 5310d5a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/actus-solidity/contracts/Core/ACTUSTypes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,14 @@ enum DayCountConvention {AA, A360, A365, _30E360ISDA, _30E360, _28E336}
enum EndOfMonthConvention {SD, EOM}
// 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
enum EventType {NE, CE, ISS, IED, PRD, FP, PR, PD, PY, PP, IP, IPCI, RRF, RR, DIF, DIX, DIP, COF, COP, REF, REX, REP, SPF, SPS, EXO, EXE, ST, SC, IPCB, PRF, MC, TD, MD, AD}

enum FeeBasis {A, N}
// enum GuaranteedExposure {NO, NI, MV} // not implemented
// enum InterestCalculationBase {NT, NTIED, NTL} // not implemented
enum PenaltyType {O, A, N, I}
// enum PrepaymentEffect {N, A, M} // not implemented
enum RedeemableByIssuer {Y, N}
enum ScalingEffect {_000, I00, _0N0, IN0}
// enum Seniority {S, J} // not implemented
enum RedeemableByIssuer {Y, N}

struct ContractReference {
bytes32 object;
Expand Down Expand Up @@ -376,9 +375,8 @@ struct STKTerms {
DayCountConvention dayCountConvention;
BusinessDayConvention businessDayConvention;
EndOfMonthConvention endOfMonthConvention;
// Seniority seniority; // not implemented

RedeemableByIssuer redeemableByIssuer;
// Seniority seniority; // not implemented

address currency;
address settlementCurrency;
Expand Down

0 comments on commit 5310d5a

Please sign in to comment.